summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2005-08-08 03:27:51 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2005-08-08 03:27:51 +0000
commit0069cb1226ce1eac70a43f3ab49ae23e5235aff9 (patch)
tree998ecdfdd536614dea77111812968496d4a84bc2 /x11-proto
parentFix description and remove xproto from build deps. (diff)
downloadgentoo-2-0069cb1226ce1eac70a43f3ab49ae23e5235aff9.tar.gz
gentoo-2-0069cb1226ce1eac70a43f3ab49ae23e5235aff9.tar.bz2
gentoo-2-0069cb1226ce1eac70a43f3ab49ae23e5235aff9.zip
Initial commit for modular X.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'x11-proto')
-rw-r--r--x11-proto/bigreqsproto/ChangeLog10
-rw-r--r--x11-proto/bigreqsproto/Manifest2
-rw-r--r--x11-proto/bigreqsproto/bigreqsproto-1.0.ebuild18
-rw-r--r--x11-proto/bigreqsproto/files/digest-bigreqsproto-1.01
-rw-r--r--x11-proto/compositeproto/ChangeLog10
-rw-r--r--x11-proto/compositeproto/Manifest2
-rw-r--r--x11-proto/compositeproto/compositeproto-0.2.ebuild18
-rw-r--r--x11-proto/compositeproto/files/digest-compositeproto-0.21
-rw-r--r--x11-proto/damageproto/ChangeLog10
-rw-r--r--x11-proto/damageproto/Manifest2
-rw-r--r--x11-proto/damageproto/damageproto-1.0.ebuild18
-rw-r--r--x11-proto/damageproto/files/digest-damageproto-1.01
-rw-r--r--x11-proto/dmxproto/ChangeLog9
-rw-r--r--x11-proto/dmxproto/Manifest2
-rw-r--r--x11-proto/dmxproto/dmxproto-2.2.ebuild18
-rw-r--r--x11-proto/dmxproto/files/digest-dmxproto-2.21
-rw-r--r--x11-proto/evieext/ChangeLog9
-rw-r--r--x11-proto/evieext/Manifest2
-rw-r--r--x11-proto/evieext/evieext-1.0.ebuild18
-rw-r--r--x11-proto/evieext/files/digest-evieext-1.01
-rw-r--r--x11-proto/fixesproto/ChangeLog10
-rw-r--r--x11-proto/fixesproto/Manifest2
-rw-r--r--x11-proto/fixesproto/files/digest-fixesproto-3.01
-rw-r--r--x11-proto/fixesproto/fixesproto-3.0.ebuild18
-rw-r--r--x11-proto/fontcacheproto/ChangeLog10
-rw-r--r--x11-proto/fontcacheproto/Manifest2
-rw-r--r--x11-proto/fontcacheproto/files/digest-fontcacheproto-0.11
-rw-r--r--x11-proto/fontcacheproto/fontcacheproto-0.1.ebuild18
-rw-r--r--x11-proto/fontsproto/ChangeLog10
-rw-r--r--x11-proto/fontsproto/Manifest2
-rw-r--r--x11-proto/fontsproto/files/digest-fontsproto-2.01
-rw-r--r--x11-proto/fontsproto/fontsproto-2.0.ebuild18
32 files changed, 246 insertions, 0 deletions
diff --git a/x11-proto/bigreqsproto/ChangeLog b/x11-proto/bigreqsproto/ChangeLog
new file mode 100644
index 000000000000..70d0b33ab84e
--- /dev/null
+++ b/x11-proto/bigreqsproto/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for x11-proto/bigreqsproto
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/ChangeLog,v 1.1 2005/08/08 03:24:20 spyderous Exp $
+
+*bigreqsproto-1.0 (08 Aug 2005)
+
+ 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>;
+ +bigreqsproto-1.0.ebuild:
+ Initial commit for modular X
+
diff --git a/x11-proto/bigreqsproto/Manifest b/x11-proto/bigreqsproto/Manifest
new file mode 100644
index 000000000000..df2bad7d81aa
--- /dev/null
+++ b/x11-proto/bigreqsproto/Manifest
@@ -0,0 +1,2 @@
+MD5 ecd89d9408d6b461ad683e544c743200 bigreqsproto-1.0.ebuild 400
+MD5 c19c0188d1328165973f9efa6b59f076 files/digest-bigreqsproto-1.0 68
diff --git a/x11-proto/bigreqsproto/bigreqsproto-1.0.ebuild b/x11-proto/bigreqsproto/bigreqsproto-1.0.ebuild
new file mode 100644
index 000000000000..bdf8450ced38
--- /dev/null
+++ b/x11-proto/bigreqsproto/bigreqsproto-1.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/bigreqsproto-1.0.ebuild,v 1.1 2005/08/08 03:24:20 spyderous Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org BigReqs protocol headers"
+#HOMEPAGE="http://foo.bar.com/"
+#SRC_URI="ftp://foo.bar.com/${P}.tar.bz2"
+#LICENSE=""
+#SLOT="0"
+KEYWORDS="~x86"
+#IUSE="X gnome"
+#DEPEND=""
+#RDEPEND=""
diff --git a/x11-proto/bigreqsproto/files/digest-bigreqsproto-1.0 b/x11-proto/bigreqsproto/files/digest-bigreqsproto-1.0
new file mode 100644
index 000000000000..fa696112b7dd
--- /dev/null
+++ b/x11-proto/bigreqsproto/files/digest-bigreqsproto-1.0
@@ -0,0 +1 @@
+MD5 c7a060b896a63b4f095aa6df39bd81b7 bigreqsproto-1.0.tar.bz2 36308
diff --git a/x11-proto/compositeproto/ChangeLog b/x11-proto/compositeproto/ChangeLog
new file mode 100644
index 000000000000..39cdec2c2f15
--- /dev/null
+++ b/x11-proto/compositeproto/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for x11-proto/compositeproto
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/compositeproto/ChangeLog,v 1.1 2005/08/08 03:24:57 spyderous Exp $
+
+*compositeproto-0.2 (08 Aug 2005)
+
+ 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>;
+ +compositeproto-0.2.ebuild:
+ Initial commit for modular X
+
diff --git a/x11-proto/compositeproto/Manifest b/x11-proto/compositeproto/Manifest
new file mode 100644
index 000000000000..1466cc7eec20
--- /dev/null
+++ b/x11-proto/compositeproto/Manifest
@@ -0,0 +1,2 @@
+MD5 bceaea542e4280d14cfe80becd121018 compositeproto-0.2.ebuild 402
+MD5 5768de4cffc33a40fa7d5ba5dab288ab files/digest-compositeproto-0.2 70
diff --git a/x11-proto/compositeproto/compositeproto-0.2.ebuild b/x11-proto/compositeproto/compositeproto-0.2.ebuild
new file mode 100644
index 000000000000..0b37df02592d
--- /dev/null
+++ b/x11-proto/compositeproto/compositeproto-0.2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/compositeproto/compositeproto-0.2.ebuild,v 1.1 2005/08/08 03:24:57 spyderous Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org Composite protocol headers"
+#HOMEPAGE="http://foo.bar.com/"
+#SRC_URI="ftp://foo.bar.com/${P}.tar.bz2"
+#LICENSE=""
+#SLOT="0"
+KEYWORDS="~x86"
+#IUSE="X gnome"
+#DEPEND=""
+#RDEPEND=""
diff --git a/x11-proto/compositeproto/files/digest-compositeproto-0.2 b/x11-proto/compositeproto/files/digest-compositeproto-0.2
new file mode 100644
index 000000000000..5c2f5de2ace1
--- /dev/null
+++ b/x11-proto/compositeproto/files/digest-compositeproto-0.2
@@ -0,0 +1 @@
+MD5 8bfca3769b259d22351dae3c05f619e0 compositeproto-0.2.tar.bz2 37018
diff --git a/x11-proto/damageproto/ChangeLog b/x11-proto/damageproto/ChangeLog
new file mode 100644
index 000000000000..6597db44ef48
--- /dev/null
+++ b/x11-proto/damageproto/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for x11-proto/damageproto
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/damageproto/ChangeLog,v 1.1 2005/08/08 03:25:26 spyderous Exp $
+
+*damageproto-1.0 (08 Aug 2005)
+
+ 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>;
+ +damageproto-1.0.ebuild:
+ Initial commit for modular X
+
diff --git a/x11-proto/damageproto/Manifest b/x11-proto/damageproto/Manifest
new file mode 100644
index 000000000000..39470be4c1d8
--- /dev/null
+++ b/x11-proto/damageproto/Manifest
@@ -0,0 +1,2 @@
+MD5 ae4bade75092a7d5d906742564bbcc6c damageproto-1.0.ebuild 399
+MD5 a08a6b8bf2d2f799de213c4ce615ebae files/digest-damageproto-1.0 67
diff --git a/x11-proto/damageproto/damageproto-1.0.ebuild b/x11-proto/damageproto/damageproto-1.0.ebuild
new file mode 100644
index 000000000000..56ebdc5befb3
--- /dev/null
+++ b/x11-proto/damageproto/damageproto-1.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/damageproto/damageproto-1.0.ebuild,v 1.1 2005/08/08 03:25:26 spyderous Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org Damage protocol headers"
+#HOMEPAGE="http://foo.bar.com/"
+#SRC_URI="ftp://foo.bar.com/${P}.tar.bz2"
+#LICENSE=""
+#SLOT="0"
+KEYWORDS="~x86"
+#IUSE="X gnome"
+#DEPEND=""
+#RDEPEND=""
diff --git a/x11-proto/damageproto/files/digest-damageproto-1.0 b/x11-proto/damageproto/files/digest-damageproto-1.0
new file mode 100644
index 000000000000..193e015c88f4
--- /dev/null
+++ b/x11-proto/damageproto/files/digest-damageproto-1.0
@@ -0,0 +1 @@
+MD5 ecd46638de86ecce26cdd68136bd8c1f damageproto-1.0.tar.bz2 37112
diff --git a/x11-proto/dmxproto/ChangeLog b/x11-proto/dmxproto/ChangeLog
new file mode 100644
index 000000000000..ca1d2e8dc2cb
--- /dev/null
+++ b/x11-proto/dmxproto/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for x11-proto/dmxproto
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/dmxproto/ChangeLog,v 1.1 2005/08/08 03:25:55 spyderous Exp $
+
+*dmxproto-2.2 (08 Aug 2005)
+
+ 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; +dmxproto-2.2.ebuild:
+ Initial commit for modular X
+
diff --git a/x11-proto/dmxproto/Manifest b/x11-proto/dmxproto/Manifest
new file mode 100644
index 000000000000..e4732f427c51
--- /dev/null
+++ b/x11-proto/dmxproto/Manifest
@@ -0,0 +1,2 @@
+MD5 1688702b5694f9daef2936ced66030da dmxproto-2.2.ebuild 396
+MD5 d33fff72f655293a0e9411b7f6c0a93c files/digest-dmxproto-2.2 64
diff --git a/x11-proto/dmxproto/dmxproto-2.2.ebuild b/x11-proto/dmxproto/dmxproto-2.2.ebuild
new file mode 100644
index 000000000000..fe12fcdf9787
--- /dev/null
+++ b/x11-proto/dmxproto/dmxproto-2.2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/dmxproto/dmxproto-2.2.ebuild,v 1.1 2005/08/08 03:25:55 spyderous Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org DMX protocol headers"
+#HOMEPAGE="http://foo.bar.com/"
+#SRC_URI="ftp://foo.bar.com/${P}.tar.bz2"
+#LICENSE=""
+#SLOT="0"
+KEYWORDS="~x86"
+#IUSE="X gnome"
+#DEPEND=""
+#RDEPEND=""
diff --git a/x11-proto/dmxproto/files/digest-dmxproto-2.2 b/x11-proto/dmxproto/files/digest-dmxproto-2.2
new file mode 100644
index 000000000000..d80d24e2d051
--- /dev/null
+++ b/x11-proto/dmxproto/files/digest-dmxproto-2.2
@@ -0,0 +1 @@
+MD5 6d0cdf1481085555445429dfe54abefa dmxproto-2.2.tar.bz2 39041
diff --git a/x11-proto/evieext/ChangeLog b/x11-proto/evieext/ChangeLog
new file mode 100644
index 000000000000..60a5211e2be7
--- /dev/null
+++ b/x11-proto/evieext/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for x11-proto/evieext
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/evieext/ChangeLog,v 1.1 2005/08/08 03:26:24 spyderous Exp $
+
+*evieext-1.0 (08 Aug 2005)
+
+ 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; +evieext-1.0.ebuild:
+ Initial commit for modular X
+
diff --git a/x11-proto/evieext/Manifest b/x11-proto/evieext/Manifest
new file mode 100644
index 000000000000..6f398994d422
--- /dev/null
+++ b/x11-proto/evieext/Manifest
@@ -0,0 +1,2 @@
+MD5 cdb90f8e886e6a40052828764dca8327 evieext-1.0.ebuild 397
+MD5 0128904dbcce506be3559d1bddbb0cf1 files/digest-evieext-1.0 63
diff --git a/x11-proto/evieext/evieext-1.0.ebuild b/x11-proto/evieext/evieext-1.0.ebuild
new file mode 100644
index 000000000000..b620a01306d6
--- /dev/null
+++ b/x11-proto/evieext/evieext-1.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/evieext/evieext-1.0.ebuild,v 1.1 2005/08/08 03:26:24 spyderous Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org EvIE protocol headers"
+#HOMEPAGE="http://foo.bar.com/"
+#SRC_URI="ftp://foo.bar.com/${P}.tar.bz2"
+#LICENSE=""
+#SLOT="0"
+KEYWORDS="~x86"
+#IUSE="X gnome"
+#DEPEND=""
+#RDEPEND=""
diff --git a/x11-proto/evieext/files/digest-evieext-1.0 b/x11-proto/evieext/files/digest-evieext-1.0
new file mode 100644
index 000000000000..77c4d1a2e851
--- /dev/null
+++ b/x11-proto/evieext/files/digest-evieext-1.0
@@ -0,0 +1 @@
+MD5 e27f5064bff5c70b728871e176d4b2fa evieext-1.0.tar.bz2 37218
diff --git a/x11-proto/fixesproto/ChangeLog b/x11-proto/fixesproto/ChangeLog
new file mode 100644
index 000000000000..ad22163d4c62
--- /dev/null
+++ b/x11-proto/fixesproto/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for x11-proto/fixesproto
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/fixesproto/ChangeLog,v 1.1 2005/08/08 03:26:53 spyderous Exp $
+
+*fixesproto-3.0 (08 Aug 2005)
+
+ 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>;
+ +fixesproto-3.0.ebuild:
+ Initial commit for modular X
+
diff --git a/x11-proto/fixesproto/Manifest b/x11-proto/fixesproto/Manifest
new file mode 100644
index 000000000000..505f534a9162
--- /dev/null
+++ b/x11-proto/fixesproto/Manifest
@@ -0,0 +1,2 @@
+MD5 4f41ee8c74dafaec3922c457c175ef6d fixesproto-3.0.ebuild 398
+MD5 c187881a846fb48cda601d58d4376d54 files/digest-fixesproto-3.0 66
diff --git a/x11-proto/fixesproto/files/digest-fixesproto-3.0 b/x11-proto/fixesproto/files/digest-fixesproto-3.0
new file mode 100644
index 000000000000..a713c542c2d3
--- /dev/null
+++ b/x11-proto/fixesproto/files/digest-fixesproto-3.0
@@ -0,0 +1 @@
+MD5 001a51cca8e764e362fe98e61c22d54e fixesproto-3.0.tar.bz2 38453
diff --git a/x11-proto/fixesproto/fixesproto-3.0.ebuild b/x11-proto/fixesproto/fixesproto-3.0.ebuild
new file mode 100644
index 000000000000..254372213084
--- /dev/null
+++ b/x11-proto/fixesproto/fixesproto-3.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/fixesproto/fixesproto-3.0.ebuild,v 1.1 2005/08/08 03:26:53 spyderous Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org Fixes protocol headers"
+#HOMEPAGE="http://foo.bar.com/"
+#SRC_URI="ftp://foo.bar.com/${P}.tar.bz2"
+#LICENSE=""
+#SLOT="0"
+KEYWORDS="~x86"
+#IUSE="X gnome"
+#DEPEND=""
+#RDEPEND=""
diff --git a/x11-proto/fontcacheproto/ChangeLog b/x11-proto/fontcacheproto/ChangeLog
new file mode 100644
index 000000000000..8c0dc30e3763
--- /dev/null
+++ b/x11-proto/fontcacheproto/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for x11-proto/fontcacheproto
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/fontcacheproto/ChangeLog,v 1.1 2005/08/08 03:27:22 spyderous Exp $
+
+*fontcacheproto-0.1 (08 Aug 2005)
+
+ 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>;
+ +fontcacheproto-0.1.ebuild:
+ Initial commit for modular X
+
diff --git a/x11-proto/fontcacheproto/Manifest b/x11-proto/fontcacheproto/Manifest
new file mode 100644
index 000000000000..553f362cb4bc
--- /dev/null
+++ b/x11-proto/fontcacheproto/Manifest
@@ -0,0 +1,2 @@
+MD5 02c8f709876c1f76c30c42f1f808e230 fontcacheproto-0.1.ebuild 402
+MD5 34d667d9d3dc1e9424db87ae0b0c65cd files/digest-fontcacheproto-0.1 70
diff --git a/x11-proto/fontcacheproto/files/digest-fontcacheproto-0.1 b/x11-proto/fontcacheproto/files/digest-fontcacheproto-0.1
new file mode 100644
index 000000000000..1f6e83f2ee5c
--- /dev/null
+++ b/x11-proto/fontcacheproto/files/digest-fontcacheproto-0.1
@@ -0,0 +1 @@
+MD5 9ff9d0d855b365517b8ad7397f68a907 fontcacheproto-0.1.tar.bz2 37861
diff --git a/x11-proto/fontcacheproto/fontcacheproto-0.1.ebuild b/x11-proto/fontcacheproto/fontcacheproto-0.1.ebuild
new file mode 100644
index 000000000000..56257ae5e002
--- /dev/null
+++ b/x11-proto/fontcacheproto/fontcacheproto-0.1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/fontcacheproto/fontcacheproto-0.1.ebuild,v 1.1 2005/08/08 03:27:22 spyderous Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org Fontcache protocol headers"
+#HOMEPAGE="http://foo.bar.com/"
+#SRC_URI="ftp://foo.bar.com/${P}.tar.bz2"
+#LICENSE=""
+#SLOT="0"
+KEYWORDS="~x86"
+#IUSE="X gnome"
+#DEPEND=""
+#RDEPEND=""
diff --git a/x11-proto/fontsproto/ChangeLog b/x11-proto/fontsproto/ChangeLog
new file mode 100644
index 000000000000..453a686e42f7
--- /dev/null
+++ b/x11-proto/fontsproto/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for x11-proto/fontsproto
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/fontsproto/ChangeLog,v 1.1 2005/08/08 03:27:51 spyderous Exp $
+
+*fontsproto-2.0 (08 Aug 2005)
+
+ 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>;
+ +fontsproto-2.0.ebuild:
+ Initial commit for modular X
+
diff --git a/x11-proto/fontsproto/Manifest b/x11-proto/fontsproto/Manifest
new file mode 100644
index 000000000000..2332b763f7ee
--- /dev/null
+++ b/x11-proto/fontsproto/Manifest
@@ -0,0 +1,2 @@
+MD5 e0bd6fee493e506716115e7cf5b03824 fontsproto-2.0.ebuild 398
+MD5 b5611f74a9fabdf567baff941a934921 files/digest-fontsproto-2.0 66
diff --git a/x11-proto/fontsproto/files/digest-fontsproto-2.0 b/x11-proto/fontsproto/files/digest-fontsproto-2.0
new file mode 100644
index 000000000000..0b82e2d9fb88
--- /dev/null
+++ b/x11-proto/fontsproto/files/digest-fontsproto-2.0
@@ -0,0 +1 @@
+MD5 8ff6548d1c31975b832ecd4a7e7ede3d fontsproto-2.0.tar.bz2 44820
diff --git a/x11-proto/fontsproto/fontsproto-2.0.ebuild b/x11-proto/fontsproto/fontsproto-2.0.ebuild
new file mode 100644
index 000000000000..1a2f9616604c
--- /dev/null
+++ b/x11-proto/fontsproto/fontsproto-2.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/fontsproto/fontsproto-2.0.ebuild,v 1.1 2005/08/08 03:27:51 spyderous Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org Fonts protocol headers"
+#HOMEPAGE="http://foo.bar.com/"
+#SRC_URI="ftp://foo.bar.com/${P}.tar.bz2"
+#LICENSE=""
+#SLOT="0"
+KEYWORDS="~x86"
+#IUSE="X gnome"
+#DEPEND=""
+#RDEPEND=""