summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Baergen <joshuabaergen@gentoo.org>2005-12-17 21:06:27 +0000
committerJoshua Baergen <joshuabaergen@gentoo.org>2005-12-17 21:06:27 +0000
commit03b574a113140a55e3900c1172f1094dcb162ea9 (patch)
treebad2cec813550f16edc0b5ea3b4fff4660e7e654 /x11-proto
parentAdded ~ppc64 (diff)
downloadgentoo-2-03b574a113140a55e3900c1172f1094dcb162ea9.tar.gz
gentoo-2-03b574a113140a55e3900c1172f1094dcb162ea9.tar.bz2
gentoo-2-03b574a113140a55e3900c1172f1094dcb162ea9.zip
Bump for 7.0RC4.
(Portage version: 2.1_pre1)
Diffstat (limited to 'x11-proto')
-rw-r--r--x11-proto/dmxproto/ChangeLog8
-rw-r--r--x11-proto/dmxproto/dmxproto-2.2.2.ebuild13
-rw-r--r--x11-proto/dmxproto/files/digest-dmxproto-2.2.21
-rw-r--r--x11-proto/evieext/ChangeLog8
-rw-r--r--x11-proto/evieext/evieext-1.0.2.ebuild13
-rw-r--r--x11-proto/evieext/files/digest-evieext-1.0.21
-rw-r--r--x11-proto/fixesproto/ChangeLog8
-rw-r--r--x11-proto/fixesproto/files/digest-fixesproto-3.0.21
-rw-r--r--x11-proto/fixesproto/fixesproto-3.0.2.ebuild13
-rw-r--r--x11-proto/fontcacheproto/ChangeLog8
-rw-r--r--x11-proto/fontcacheproto/files/digest-fontcacheproto-0.1.21
-rw-r--r--x11-proto/fontcacheproto/fontcacheproto-0.1.2.ebuild13
-rw-r--r--x11-proto/fontsproto/ChangeLog8
-rw-r--r--x11-proto/fontsproto/files/digest-fontsproto-2.0.21
-rw-r--r--x11-proto/fontsproto/fontsproto-2.0.2.ebuild13
-rw-r--r--x11-proto/glproto/ChangeLog8
-rw-r--r--x11-proto/glproto/files/digest-glproto-1.4.21
-rw-r--r--x11-proto/glproto/glproto-1.4.2.ebuild48
-rw-r--r--x11-proto/inputproto/ChangeLog8
-rw-r--r--x11-proto/inputproto/files/digest-inputproto-1.3.21
-rw-r--r--x11-proto/inputproto/inputproto-1.3.2.ebuild13
-rw-r--r--x11-proto/kbproto/ChangeLog8
-rw-r--r--x11-proto/kbproto/files/digest-kbproto-1.0.21
-rw-r--r--x11-proto/kbproto/kbproto-1.0.2.ebuild13
-rw-r--r--x11-proto/printproto/ChangeLog8
-rw-r--r--x11-proto/printproto/files/digest-printproto-1.0.31
-rw-r--r--x11-proto/printproto/printproto-1.0.3.ebuild13
27 files changed, 224 insertions, 9 deletions
diff --git a/x11-proto/dmxproto/ChangeLog b/x11-proto/dmxproto/ChangeLog
index 146aa42a49da..db1fb720b96e 100644
--- a/x11-proto/dmxproto/ChangeLog
+++ b/x11-proto/dmxproto/ChangeLog
@@ -1,6 +1,12 @@
# 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.8 2005/12/09 07:39:38 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/dmxproto/ChangeLog,v 1.9 2005/12/17 21:01:36 joshuabaergen Exp $
+
+*dmxproto-2.2.2 (17 Dec 2005)
+
+ 17 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org>
+ +dmxproto-2.2.2.ebuild:
+ Bump for 7.0RC4.
09 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; -dmxproto-2.2.ebuild:
Pull old versions.
diff --git a/x11-proto/dmxproto/dmxproto-2.2.2.ebuild b/x11-proto/dmxproto/dmxproto-2.2.2.ebuild
new file mode 100644
index 000000000000..9eab53dfb05b
--- /dev/null
+++ b/x11-proto/dmxproto/dmxproto-2.2.2.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-proto/dmxproto/dmxproto-2.2.2.ebuild,v 1.1 2005/12/17 21:01:36 joshuabaergen Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org DMX protocol headers"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~s390 ~sh ~sparc ~x86"
+RDEPEND=""
+DEPEND="${RDEPEND}"
diff --git a/x11-proto/dmxproto/files/digest-dmxproto-2.2.2 b/x11-proto/dmxproto/files/digest-dmxproto-2.2.2
new file mode 100644
index 000000000000..4fce0a237e61
--- /dev/null
+++ b/x11-proto/dmxproto/files/digest-dmxproto-2.2.2
@@ -0,0 +1 @@
+MD5 87b97f99016c7c0d7b5bfff02cb5dbc8 dmxproto-2.2.2.tar.bz2 39322
diff --git a/x11-proto/evieext/ChangeLog b/x11-proto/evieext/ChangeLog
index 118ad6029875..364292513c0b 100644
--- a/x11-proto/evieext/ChangeLog
+++ b/x11-proto/evieext/ChangeLog
@@ -1,6 +1,12 @@
# 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.8 2005/12/09 07:40:04 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/evieext/ChangeLog,v 1.9 2005/12/17 21:02:11 joshuabaergen Exp $
+
+*evieext-1.0.2 (17 Dec 2005)
+
+ 17 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org>
+ +evieext-1.0.2.ebuild:
+ Bump for 7.0RC4.
09 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; -evieext-1.0.ebuild:
Pull old versions.
diff --git a/x11-proto/evieext/evieext-1.0.2.ebuild b/x11-proto/evieext/evieext-1.0.2.ebuild
new file mode 100644
index 000000000000..b5abc684389b
--- /dev/null
+++ b/x11-proto/evieext/evieext-1.0.2.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-proto/evieext/evieext-1.0.2.ebuild,v 1.1 2005/12/17 21:02:11 joshuabaergen Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org EvIE protocol headers"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~s390 ~sh ~sparc ~x86"
+RDEPEND=""
+DEPEND="${RDEPEND}"
diff --git a/x11-proto/evieext/files/digest-evieext-1.0.2 b/x11-proto/evieext/files/digest-evieext-1.0.2
new file mode 100644
index 000000000000..05c04c9913ad
--- /dev/null
+++ b/x11-proto/evieext/files/digest-evieext-1.0.2
@@ -0,0 +1 @@
+MD5 f4f22934941de43926bd39089461a680 evieext-1.0.2.tar.bz2 37489
diff --git a/x11-proto/fixesproto/ChangeLog b/x11-proto/fixesproto/ChangeLog
index 933f28b7b905..894c06000279 100644
--- a/x11-proto/fixesproto/ChangeLog
+++ b/x11-proto/fixesproto/ChangeLog
@@ -1,6 +1,12 @@
# 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.8 2005/12/09 07:40:28 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/fixesproto/ChangeLog,v 1.9 2005/12/17 21:02:46 joshuabaergen Exp $
+
+*fixesproto-3.0.2 (17 Dec 2005)
+
+ 17 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org>
+ +fixesproto-3.0.2.ebuild:
+ Bump for 7.0RC4.
09 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>;
-fixesproto-3.0.ebuild:
diff --git a/x11-proto/fixesproto/files/digest-fixesproto-3.0.2 b/x11-proto/fixesproto/files/digest-fixesproto-3.0.2
new file mode 100644
index 000000000000..eb149d0cc27f
--- /dev/null
+++ b/x11-proto/fixesproto/files/digest-fixesproto-3.0.2
@@ -0,0 +1 @@
+MD5 f748f5b72294741ce1f1ca322f3e6ec1 fixesproto-3.0.2.tar.bz2 38760
diff --git a/x11-proto/fixesproto/fixesproto-3.0.2.ebuild b/x11-proto/fixesproto/fixesproto-3.0.2.ebuild
new file mode 100644
index 000000000000..c1e3d5afcd05
--- /dev/null
+++ b/x11-proto/fixesproto/fixesproto-3.0.2.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-proto/fixesproto/fixesproto-3.0.2.ebuild,v 1.1 2005/12/17 21:02:46 joshuabaergen Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org Fixes protocol headers"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~s390 ~sh ~sparc ~x86"
+RDEPEND=""
+DEPEND="${RDEPEND}"
diff --git a/x11-proto/fontcacheproto/ChangeLog b/x11-proto/fontcacheproto/ChangeLog
index 4d6aaaaeef4e..0c9a0d3849bb 100644
--- a/x11-proto/fontcacheproto/ChangeLog
+++ b/x11-proto/fontcacheproto/ChangeLog
@@ -1,6 +1,12 @@
# 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.8 2005/12/09 07:40:53 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/fontcacheproto/ChangeLog,v 1.9 2005/12/17 21:03:17 joshuabaergen Exp $
+
+*fontcacheproto-0.1.2 (17 Dec 2005)
+
+ 17 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org>
+ +fontcacheproto-0.1.2.ebuild:
+ Bump for 7.0RC4.
09 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>;
-fontcacheproto-0.1.ebuild:
diff --git a/x11-proto/fontcacheproto/files/digest-fontcacheproto-0.1.2 b/x11-proto/fontcacheproto/files/digest-fontcacheproto-0.1.2
new file mode 100644
index 000000000000..53aaf310f69a
--- /dev/null
+++ b/x11-proto/fontcacheproto/files/digest-fontcacheproto-0.1.2
@@ -0,0 +1 @@
+MD5 9482258239fa5627045e82039e4879ed fontcacheproto-0.1.2.tar.bz2 38197
diff --git a/x11-proto/fontcacheproto/fontcacheproto-0.1.2.ebuild b/x11-proto/fontcacheproto/fontcacheproto-0.1.2.ebuild
new file mode 100644
index 000000000000..360c48510ccc
--- /dev/null
+++ b/x11-proto/fontcacheproto/fontcacheproto-0.1.2.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-proto/fontcacheproto/fontcacheproto-0.1.2.ebuild,v 1.1 2005/12/17 21:03:17 joshuabaergen Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org Fontcache protocol headers"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~s390 ~sh ~sparc ~x86"
+RDEPEND=""
+DEPEND="${RDEPEND}"
diff --git a/x11-proto/fontsproto/ChangeLog b/x11-proto/fontsproto/ChangeLog
index 496c9eae2c43..1d7c51877882 100644
--- a/x11-proto/fontsproto/ChangeLog
+++ b/x11-proto/fontsproto/ChangeLog
@@ -1,6 +1,12 @@
# 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.8 2005/12/09 07:41:18 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/fontsproto/ChangeLog,v 1.9 2005/12/17 21:03:52 joshuabaergen Exp $
+
+*fontsproto-2.0.2 (17 Dec 2005)
+
+ 17 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org>
+ +fontsproto-2.0.2.ebuild:
+ Bump for 7.0RC4.
09 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>;
-fontsproto-2.0.ebuild:
diff --git a/x11-proto/fontsproto/files/digest-fontsproto-2.0.2 b/x11-proto/fontsproto/files/digest-fontsproto-2.0.2
new file mode 100644
index 000000000000..b1dd09dad006
--- /dev/null
+++ b/x11-proto/fontsproto/files/digest-fontsproto-2.0.2
@@ -0,0 +1 @@
+MD5 aaf71f68f8f8cb418801e404c72243fa fontsproto-2.0.2.tar.bz2 45255
diff --git a/x11-proto/fontsproto/fontsproto-2.0.2.ebuild b/x11-proto/fontsproto/fontsproto-2.0.2.ebuild
new file mode 100644
index 000000000000..6228baae11c8
--- /dev/null
+++ b/x11-proto/fontsproto/fontsproto-2.0.2.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-proto/fontsproto/fontsproto-2.0.2.ebuild,v 1.1 2005/12/17 21:03:52 joshuabaergen Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org Fonts protocol headers"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~s390 ~sh ~sparc ~x86"
+RDEPEND=""
+DEPEND="${RDEPEND}"
diff --git a/x11-proto/glproto/ChangeLog b/x11-proto/glproto/ChangeLog
index c21d6627fb83..44a5ebd86e85 100644
--- a/x11-proto/glproto/ChangeLog
+++ b/x11-proto/glproto/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-proto/glproto
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v 1.17 2005/10/31 17:38:32 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v 1.18 2005/12/17 21:04:32 joshuabaergen Exp $
+
+*glproto-1.4.2 (17 Dec 2005)
+
+ 17 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org>
+ +glproto-1.4.2.ebuild:
+ Bump for 7.0RC4.
31 Oct 2005; Donnie Berkholz <spyderous@gentoo.org>;
-glproto-1.4-r1.ebuild, -glproto-1.4.1_pre20051013.ebuild:
diff --git a/x11-proto/glproto/files/digest-glproto-1.4.2 b/x11-proto/glproto/files/digest-glproto-1.4.2
new file mode 100644
index 000000000000..58e74ee8e0d5
--- /dev/null
+++ b/x11-proto/glproto/files/digest-glproto-1.4.2
@@ -0,0 +1 @@
+MD5 784790c21e5566c6c2fb58ba95937271 glproto-1.4.2.tar.bz2 53556
diff --git a/x11-proto/glproto/glproto-1.4.2.ebuild b/x11-proto/glproto/glproto-1.4.2.ebuild
new file mode 100644
index 000000000000..532d2eb9787b
--- /dev/null
+++ b/x11-proto/glproto/glproto-1.4.2.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/glproto-1.4.2.ebuild,v 1.1 2005/12/17 21:04:32 joshuabaergen Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+OPENGL_DIR="xorg-x11"
+
+DESCRIPTION="X.Org GL protocol headers"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~s390 ~sh ~sparc ~x86"
+RDEPEND=""
+DEPEND="${RDEPEND}
+ app-admin/eselect-opengl"
+
+src_install() {
+ x-modular_src_install
+
+ dynamic_libgl_install
+}
+
+pkg_postinst() {
+ switch_opengl_implem
+}
+
+dynamic_libgl_install() {
+ # next section is to setup the dynamic libGL stuff
+ ebegin "Moving GL files for dynamic switching"
+ dodir /usr/$(get_libdir)/opengl/${OPENGL_DIR}/include
+ local x=""
+ # glext.h added for #54984
+ for x in ${D}/usr/include/GL/{glxtokens.h,glxmd.h,glxproto.h}; do
+ if [ -f ${x} -o -L ${x} ]; then
+ mv -f ${x} ${D}/usr/$(get_libdir)/opengl/${OPENGL_DIR}/include
+ fi
+ done
+ eend 0
+}
+
+switch_opengl_implem() {
+ # Switch to the xorg implementation.
+ # Use new opengl-update that will not reset user selected
+ # OpenGL interface ...
+ echo
+ eselect opengl set --use-old ${OPENGL_DIR}
+}
diff --git a/x11-proto/inputproto/ChangeLog b/x11-proto/inputproto/ChangeLog
index 0586a65fd103..5341ead0275e 100644
--- a/x11-proto/inputproto/ChangeLog
+++ b/x11-proto/inputproto/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-proto/inputproto
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/inputproto/ChangeLog,v 1.8 2005/12/09 07:41:45 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/inputproto/ChangeLog,v 1.9 2005/12/17 21:05:03 joshuabaergen Exp $
+
+*inputproto-1.3.2 (17 Dec 2005)
+
+ 17 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org>
+ +inputproto-1.3.2.ebuild:
+ Bump for 7.0RC4.
09 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>;
-inputproto-1.3.ebuild:
diff --git a/x11-proto/inputproto/files/digest-inputproto-1.3.2 b/x11-proto/inputproto/files/digest-inputproto-1.3.2
new file mode 100644
index 000000000000..c6245eaf7884
--- /dev/null
+++ b/x11-proto/inputproto/files/digest-inputproto-1.3.2
@@ -0,0 +1 @@
+MD5 6f02bfa0ea33e2a3473679208acb192c inputproto-1.3.2.tar.bz2 46368
diff --git a/x11-proto/inputproto/inputproto-1.3.2.ebuild b/x11-proto/inputproto/inputproto-1.3.2.ebuild
new file mode 100644
index 000000000000..a6dcadc34965
--- /dev/null
+++ b/x11-proto/inputproto/inputproto-1.3.2.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-proto/inputproto/inputproto-1.3.2.ebuild,v 1.1 2005/12/17 21:05:03 joshuabaergen Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org Input protocol headers"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~s390 ~sh ~sparc ~x86"
+RDEPEND=""
+DEPEND="${RDEPEND}"
diff --git a/x11-proto/kbproto/ChangeLog b/x11-proto/kbproto/ChangeLog
index b43df2cdccc5..6e3455589748 100644
--- a/x11-proto/kbproto/ChangeLog
+++ b/x11-proto/kbproto/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-proto/kbproto
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/kbproto/ChangeLog,v 1.10 2005/12/09 15:32:42 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/kbproto/ChangeLog,v 1.11 2005/12/17 21:05:47 joshuabaergen Exp $
+
+*kbproto-1.0.2 (17 Dec 2005)
+
+ 17 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org>
+ +kbproto-1.0.2.ebuild:
+ Bump for 7.0RC4.
09 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>;
-files/add-xkbbindirectory.patch:
diff --git a/x11-proto/kbproto/files/digest-kbproto-1.0.2 b/x11-proto/kbproto/files/digest-kbproto-1.0.2
new file mode 100644
index 000000000000..19dded17b33c
--- /dev/null
+++ b/x11-proto/kbproto/files/digest-kbproto-1.0.2
@@ -0,0 +1 @@
+MD5 a7ad6233c3926af7c288c00370a7e2b9 kbproto-1.0.2.tar.bz2 57843
diff --git a/x11-proto/kbproto/kbproto-1.0.2.ebuild b/x11-proto/kbproto/kbproto-1.0.2.ebuild
new file mode 100644
index 000000000000..0d6f090ff42c
--- /dev/null
+++ b/x11-proto/kbproto/kbproto-1.0.2.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-proto/kbproto/kbproto-1.0.2.ebuild,v 1.1 2005/12/17 21:05:47 joshuabaergen Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org KB protocol headers"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~s390 ~sh ~sparc ~x86"
+RDEPEND=""
+DEPEND="${RDEPEND}"
diff --git a/x11-proto/printproto/ChangeLog b/x11-proto/printproto/ChangeLog
index c882ccd02e7c..16c3eea55cce 100644
--- a/x11-proto/printproto/ChangeLog
+++ b/x11-proto/printproto/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-proto/printproto
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/printproto/ChangeLog,v 1.9 2005/12/09 07:42:38 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/printproto/ChangeLog,v 1.10 2005/12/17 21:06:27 joshuabaergen Exp $
+
+*printproto-1.0.3 (17 Dec 2005)
+
+ 17 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org>
+ +printproto-1.0.3.ebuild:
+ Bump for 7.0RC4.
09 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>;
-printproto-1.0.ebuild, -printproto-1.0.1.ebuild:
diff --git a/x11-proto/printproto/files/digest-printproto-1.0.3 b/x11-proto/printproto/files/digest-printproto-1.0.3
new file mode 100644
index 000000000000..4896db70d9bd
--- /dev/null
+++ b/x11-proto/printproto/files/digest-printproto-1.0.3
@@ -0,0 +1 @@
+MD5 c685f456391bd21d3089b736d17d7132 printproto-1.0.3.tar.bz2 43442
diff --git a/x11-proto/printproto/printproto-1.0.3.ebuild b/x11-proto/printproto/printproto-1.0.3.ebuild
new file mode 100644
index 000000000000..af3cc7a8f3af
--- /dev/null
+++ b/x11-proto/printproto/printproto-1.0.3.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-proto/printproto/printproto-1.0.3.ebuild,v 1.1 2005/12/17 21:06:27 joshuabaergen Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org Print protocol headers"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~s390 ~sh ~sparc ~x86"
+RDEPEND=""
+DEPEND="${RDEPEND}"