summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Baergen <joshuabaergen@gentoo.org>2005-12-04 19:28:47 +0000
committerJoshua Baergen <joshuabaergen@gentoo.org>2005-12-04 19:28:47 +0000
commit8e6afe4790a14d96268bd9064e24a3099f4c41d6 (patch)
tree041339317a542c46292ddf025a96caea2f277ec8 /x11-proto/xproto
parentDon't create /var/run/clamav to prevent file collision. (diff)
downloadhistorical-8e6afe4790a14d96268bd9064e24a3099f4c41d6.tar.gz
historical-8e6afe4790a14d96268bd9064e24a3099f4c41d6.tar.bz2
historical-8e6afe4790a14d96268bd9064e24a3099f4c41d6.zip
Bump for 7.0RC3.
Package-Manager: portage-2.0.53
Diffstat (limited to 'x11-proto/xproto')
-rw-r--r--x11-proto/xproto/ChangeLog8
-rw-r--r--x11-proto/xproto/files/digest-xproto-7.0.31
-rw-r--r--x11-proto/xproto/xproto-7.0.3.ebuild19
3 files changed, 27 insertions, 1 deletions
diff --git a/x11-proto/xproto/ChangeLog b/x11-proto/xproto/ChangeLog
index f6aa4374d476..43b56a660f9c 100644
--- a/x11-proto/xproto/ChangeLog
+++ b/x11-proto/xproto/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-proto/xproto
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xproto/ChangeLog,v 1.9 2005/11/11 17:30:58 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xproto/ChangeLog,v 1.10 2005/12/04 19:28:47 joshuabaergen Exp $
+
+*xproto-7.0.3 (04 Dec 2005)
+
+ 04 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org>
+ +xproto-7.0.3.ebuild:
+ Bump for 7.0RC3.
*xproto-7.0.2 (11 Nov 2005)
diff --git a/x11-proto/xproto/files/digest-xproto-7.0.3 b/x11-proto/xproto/files/digest-xproto-7.0.3
new file mode 100644
index 000000000000..0a4ef9e557f1
--- /dev/null
+++ b/x11-proto/xproto/files/digest-xproto-7.0.3
@@ -0,0 +1 @@
+MD5 50752661e54fa922479c0ec5bea02316 xproto-7.0.3.tar.bz2 126731
diff --git a/x11-proto/xproto/xproto-7.0.3.ebuild b/x11-proto/xproto/xproto-7.0.3.ebuild
new file mode 100644
index 000000000000..556b54bf1b85
--- /dev/null
+++ b/x11-proto/xproto/xproto-7.0.3.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xproto/xproto-7.0.3.ebuild,v 1.1 2005/12/04 19:28:47 joshuabaergen Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org xproto protocol headers"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~s390 ~sh ~sparc ~x86"
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+src_unpack() {
+ x-modular_unpack_source
+
+ x-modular_reconf_source
+}