summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2005-08-08 05:09:33 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2005-08-08 05:09:33 +0000
commit60ef24a147804aca7708ecf89063376a8058b73d (patch)
tree43a39182b4b4ba9b94d27f9e1a6244c7fe8933c0
parentInitial commit for modular X. (diff)
downloadgentoo-2-60ef24a147804aca7708ecf89063376a8058b73d.tar.gz
gentoo-2-60ef24a147804aca7708ecf89063376a8058b73d.tar.bz2
gentoo-2-60ef24a147804aca7708ecf89063376a8058b73d.zip
Initial commit for modular X.
(Portage version: 2.0.51.22-r2)
-rw-r--r--x11-apps/xcursorgen/ChangeLog10
-rw-r--r--x11-apps/xcursorgen/Manifest2
-rw-r--r--x11-apps/xcursorgen/files/digest-xcursorgen-0.99.01
-rw-r--r--x11-apps/xcursorgen/xcursorgen-0.99.0.ebuild15
-rw-r--r--x11-apps/xkbcomp/ChangeLog10
-rw-r--r--x11-apps/xkbcomp/Manifest2
-rw-r--r--x11-apps/xkbcomp/files/digest-xkbcomp-0.99.01
-rw-r--r--x11-apps/xkbcomp/xkbcomp-0.99.0.ebuild14
-rw-r--r--x11-misc/makedepend/ChangeLog10
-rw-r--r--x11-misc/makedepend/Manifest2
-rw-r--r--x11-misc/makedepend/files/digest-makedepend-0.99.01
-rw-r--r--x11-misc/makedepend/makedepend-0.99.0.ebuild14
-rw-r--r--x11-misc/xbitmaps/ChangeLog10
-rw-r--r--x11-misc/xbitmaps/Manifest2
-rw-r--r--x11-misc/xbitmaps/files/digest-xbitmaps-0.99.01
-rw-r--r--x11-misc/xbitmaps/xbitmaps-0.99.0.ebuild13
-rw-r--r--x11-misc/xcursor-themes/ChangeLog10
-rw-r--r--x11-misc/xcursor-themes/Manifest2
-rw-r--r--x11-misc/xcursor-themes/files/digest-xcursor-themes-0.99.01
-rw-r--r--x11-misc/xcursor-themes/xcursor-themes-0.99.0.ebuild16
-rw-r--r--x11-misc/xkbdata/ChangeLog10
-rw-r--r--x11-misc/xkbdata/Manifest2
-rw-r--r--x11-misc/xkbdata/files/digest-xkbdata-0.99.01
-rw-r--r--x11-misc/xkbdata/xkbdata-0.99.0.ebuild13
24 files changed, 163 insertions, 0 deletions
diff --git a/x11-apps/xcursorgen/ChangeLog b/x11-apps/xcursorgen/ChangeLog
new file mode 100644
index 000000000000..0ac7db89e5bd
--- /dev/null
+++ b/x11-apps/xcursorgen/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for x11-apps/xcursorgen
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcursorgen/ChangeLog,v 1.1 2005/08/08 05:06:15 spyderous Exp $
+
+*xcursorgen-0.99.0 (08 Aug 2005)
+
+ 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>;
+ +xcursorgen-0.99.0.ebuild:
+ Initial commit for modular X.
+
diff --git a/x11-apps/xcursorgen/Manifest b/x11-apps/xcursorgen/Manifest
new file mode 100644
index 000000000000..ac97b683fd86
--- /dev/null
+++ b/x11-apps/xcursorgen/Manifest
@@ -0,0 +1,2 @@
+MD5 9a76669c5eead64114cb310a95fd4569 xcursorgen-0.99.0.ebuild 355
+MD5 b44d55ae8bcce033bcdbf1d416a86acb files/digest-xcursorgen-0.99.0 69
diff --git a/x11-apps/xcursorgen/files/digest-xcursorgen-0.99.0 b/x11-apps/xcursorgen/files/digest-xcursorgen-0.99.0
new file mode 100644
index 000000000000..7037d7232ba9
--- /dev/null
+++ b/x11-apps/xcursorgen/files/digest-xcursorgen-0.99.0
@@ -0,0 +1 @@
+MD5 6a2de4544d5861191c56484ac7e45790 xcursorgen-0.99.0.tar.bz2 54758
diff --git a/x11-apps/xcursorgen/xcursorgen-0.99.0.ebuild b/x11-apps/xcursorgen/xcursorgen-0.99.0.ebuild
new file mode 100644
index 000000000000..dc9185550d2b
--- /dev/null
+++ b/x11-apps/xcursorgen/xcursorgen-0.99.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcursorgen/xcursorgen-0.99.0.ebuild,v 1.1 2005/08/08 05:06:15 spyderous Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org xcursorgen application"
+KEYWORDS="~x86"
+RDEPEND="x11-libs/libX11
+ x11-libs/libXcursor
+ =media-libs/libpng-1.2*"
+DEPEND="${RDEPEND}"
diff --git a/x11-apps/xkbcomp/ChangeLog b/x11-apps/xkbcomp/ChangeLog
new file mode 100644
index 000000000000..1251a369e8da
--- /dev/null
+++ b/x11-apps/xkbcomp/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for x11-apps/xkbcomp
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/ChangeLog,v 1.1 2005/08/08 05:06:43 spyderous Exp $
+
+*xkbcomp-0.99.0 (08 Aug 2005)
+
+ 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>;
+ +xkbcomp-0.99.0.ebuild:
+ Initial commit for modular X.
+
diff --git a/x11-apps/xkbcomp/Manifest b/x11-apps/xkbcomp/Manifest
new file mode 100644
index 000000000000..a7ba51324baf
--- /dev/null
+++ b/x11-apps/xkbcomp/Manifest
@@ -0,0 +1,2 @@
+MD5 e7fabff57d4704159d892ad753a7a5af xkbcomp-0.99.0.ebuild 327
+MD5 ac7b6aeddc4bf31acc3f0b13d6128ff8 files/digest-xkbcomp-0.99.0 67
diff --git a/x11-apps/xkbcomp/files/digest-xkbcomp-0.99.0 b/x11-apps/xkbcomp/files/digest-xkbcomp-0.99.0
new file mode 100644
index 000000000000..c13e4213d6fb
--- /dev/null
+++ b/x11-apps/xkbcomp/files/digest-xkbcomp-0.99.0
@@ -0,0 +1 @@
+MD5 40584c2c79b8104540253803e4e2b696 xkbcomp-0.99.0.tar.bz2 152013
diff --git a/x11-apps/xkbcomp/xkbcomp-0.99.0.ebuild b/x11-apps/xkbcomp/xkbcomp-0.99.0.ebuild
new file mode 100644
index 000000000000..c3e418b4222c
--- /dev/null
+++ b/x11-apps/xkbcomp/xkbcomp-0.99.0.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/xkbcomp-0.99.0.ebuild,v 1.1 2005/08/08 05:06:43 spyderous Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org xkbcomp application"
+KEYWORDS="~x86"
+RDEPEND="x11-libs/libX11
+ x11-libs/libxkbfile"
+DEPEND="${RDEPEND}"
diff --git a/x11-misc/makedepend/ChangeLog b/x11-misc/makedepend/ChangeLog
new file mode 100644
index 000000000000..e6efd3fb4f69
--- /dev/null
+++ b/x11-misc/makedepend/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for x11-misc/makedepend
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/makedepend/ChangeLog,v 1.1 2005/08/08 05:08:06 spyderous Exp $
+
+*makedepend-0.99.0 (08 Aug 2005)
+
+ 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>;
+ +makedepend-0.99.0.ebuild:
+ Initial commit for modular X.
+
diff --git a/x11-misc/makedepend/Manifest b/x11-misc/makedepend/Manifest
new file mode 100644
index 000000000000..b8adfa851551
--- /dev/null
+++ b/x11-misc/makedepend/Manifest
@@ -0,0 +1,2 @@
+MD5 bda31a82c011c9752f0e2ff5f52a8c36 makedepend-0.99.0.ebuild 308
+MD5 f42954314c60d8981f8cc77ddab74746 files/digest-makedepend-0.99.0 69
diff --git a/x11-misc/makedepend/files/digest-makedepend-0.99.0 b/x11-misc/makedepend/files/digest-makedepend-0.99.0
new file mode 100644
index 000000000000..5131a60030e2
--- /dev/null
+++ b/x11-misc/makedepend/files/digest-makedepend-0.99.0
@@ -0,0 +1 @@
+MD5 610143d0a9a06dceec5f6c78a45a7183 makedepend-0.99.0.tar.bz2 79998
diff --git a/x11-misc/makedepend/makedepend-0.99.0.ebuild b/x11-misc/makedepend/makedepend-0.99.0.ebuild
new file mode 100644
index 000000000000..af285922b316
--- /dev/null
+++ b/x11-misc/makedepend/makedepend-0.99.0.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/makedepend/makedepend-0.99.0.ebuild,v 1.1 2005/08/08 05:08:06 spyderous Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org makedepend utility"
+KEYWORDS="~x86"
+RDEPEND=""
+DEPEND="${RDEPEND}
+ x11-proto/xproto"
diff --git a/x11-misc/xbitmaps/ChangeLog b/x11-misc/xbitmaps/ChangeLog
new file mode 100644
index 000000000000..705cce834c5e
--- /dev/null
+++ b/x11-misc/xbitmaps/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for x11-misc/xbitmaps
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbitmaps/ChangeLog,v 1.1 2005/08/08 05:08:35 spyderous Exp $
+
+*xbitmaps-0.99.0 (08 Aug 2005)
+
+ 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>;
+ +xbitmaps-0.99.0.ebuild:
+ Initial commit for modular X.
+
diff --git a/x11-misc/xbitmaps/Manifest b/x11-misc/xbitmaps/Manifest
new file mode 100644
index 000000000000..570e7dc8ceff
--- /dev/null
+++ b/x11-misc/xbitmaps/Manifest
@@ -0,0 +1,2 @@
+MD5 e79c213ee897b6aeb76f3b4e4f9861d0 xbitmaps-0.99.0.ebuild 283
+MD5 53b4b7f963397046ff7ffba413f482dc files/digest-xbitmaps-0.99.0 67
diff --git a/x11-misc/xbitmaps/files/digest-xbitmaps-0.99.0 b/x11-misc/xbitmaps/files/digest-xbitmaps-0.99.0
new file mode 100644
index 000000000000..9d40690363ce
--- /dev/null
+++ b/x11-misc/xbitmaps/files/digest-xbitmaps-0.99.0
@@ -0,0 +1 @@
+MD5 a910bcd038f2c557e062cf66a3b67acf xbitmaps-0.99.0.tar.bz2 50747
diff --git a/x11-misc/xbitmaps/xbitmaps-0.99.0.ebuild b/x11-misc/xbitmaps/xbitmaps-0.99.0.ebuild
new file mode 100644
index 000000000000..ab7903daa78d
--- /dev/null
+++ b/x11-misc/xbitmaps/xbitmaps-0.99.0.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbitmaps/xbitmaps-0.99.0.ebuild,v 1.1 2005/08/08 05:08:35 spyderous Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org bitmaps data"
+KEYWORDS="~x86"
+RDEPEND=""
+DEPEND="${RDEPEND}"
diff --git a/x11-misc/xcursor-themes/ChangeLog b/x11-misc/xcursor-themes/ChangeLog
new file mode 100644
index 000000000000..94121bc7eb87
--- /dev/null
+++ b/x11-misc/xcursor-themes/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for x11-misc/xcursor-themes
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcursor-themes/ChangeLog,v 1.1 2005/08/08 05:09:04 spyderous Exp $
+
+*xcursor-themes-0.99.0 (08 Aug 2005)
+
+ 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>;
+ +xcursor-themes-0.99.0.ebuild:
+ Initial commit for modular X.
+
diff --git a/x11-misc/xcursor-themes/Manifest b/x11-misc/xcursor-themes/Manifest
new file mode 100644
index 000000000000..7b7ddce4ca94
--- /dev/null
+++ b/x11-misc/xcursor-themes/Manifest
@@ -0,0 +1,2 @@
+MD5 c3f18c6b49b4ecc67fa45ecc33a60c10 xcursor-themes-0.99.0.ebuild 366
+MD5 bb3e47d1a01ff8ae9c2220c341563417 files/digest-xcursor-themes-0.99.0 74
diff --git a/x11-misc/xcursor-themes/files/digest-xcursor-themes-0.99.0 b/x11-misc/xcursor-themes/files/digest-xcursor-themes-0.99.0
new file mode 100644
index 000000000000..19c95516f853
--- /dev/null
+++ b/x11-misc/xcursor-themes/files/digest-xcursor-themes-0.99.0
@@ -0,0 +1 @@
+MD5 70895b66058b37f9c90c9a0f5b26d22c xcursor-themes-0.99.0.tar.bz2 616784
diff --git a/x11-misc/xcursor-themes/xcursor-themes-0.99.0.ebuild b/x11-misc/xcursor-themes/xcursor-themes-0.99.0.ebuild
new file mode 100644
index 000000000000..e9fcb0c8fa3e
--- /dev/null
+++ b/x11-misc/xcursor-themes/xcursor-themes-0.99.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcursor-themes/xcursor-themes-0.99.0.ebuild,v 1.1 2005/08/08 05:09:04 spyderous Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org cursors data"
+KEYWORDS="~x86"
+RDEPEND="x11-libs/libX11
+ x11-libs/libXcursor
+ =media-libs/libpng-1.2*"
+DEPEND="${RDEPEND}
+ x11-apps/xcursorgen"
diff --git a/x11-misc/xkbdata/ChangeLog b/x11-misc/xkbdata/ChangeLog
new file mode 100644
index 000000000000..0764de4ef52c
--- /dev/null
+++ b/x11-misc/xkbdata/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for x11-misc/xkbdata
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkbdata/ChangeLog,v 1.1 2005/08/08 05:09:33 spyderous Exp $
+
+*xkbdata-0.99.0 (08 Aug 2005)
+
+ 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>;
+ +xkbdata-0.99.0.ebuild:
+ Initial commit for modular X.
+
diff --git a/x11-misc/xkbdata/Manifest b/x11-misc/xkbdata/Manifest
new file mode 100644
index 000000000000..9d050d9e8d40
--- /dev/null
+++ b/x11-misc/xkbdata/Manifest
@@ -0,0 +1,2 @@
+MD5 1b70eafcdf6917e3b902e6c2974fa542 xkbdata-0.99.0.ebuild 300
+MD5 f0ef739d70033be02f2be2bf9509d032 files/digest-xkbdata-0.99.0 67
diff --git a/x11-misc/xkbdata/files/digest-xkbdata-0.99.0 b/x11-misc/xkbdata/files/digest-xkbdata-0.99.0
new file mode 100644
index 000000000000..0c36944529e4
--- /dev/null
+++ b/x11-misc/xkbdata/files/digest-xkbdata-0.99.0
@@ -0,0 +1 @@
+MD5 3a7fc27cc0302d6bc84d76a65c79dcfe xkbdata-0.99.0.tar.bz2 263789
diff --git a/x11-misc/xkbdata/xkbdata-0.99.0.ebuild b/x11-misc/xkbdata/xkbdata-0.99.0.ebuild
new file mode 100644
index 000000000000..bdd5249f1b26
--- /dev/null
+++ b/x11-misc/xkbdata/xkbdata-0.99.0.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkbdata/xkbdata-0.99.0.ebuild,v 1.1 2005/08/08 05:09:33 spyderous Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org xkbdata data"
+KEYWORDS="~x86"
+RDEPEND="x11-apps/xkbcomp"
+DEPEND="${RDEPEND}"