summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Baergen <joshuabaergen@gentoo.org>2005-12-04 23:12:01 +0000
committerJoshua Baergen <joshuabaergen@gentoo.org>2005-12-04 23:12:01 +0000
commita58393a556164df7c88d1afc8ac5992b829e346e (patch)
tree25f381369ebb018bce7379f57dfd0abab45b477a /x11-misc/xorg-cf-files
parentBump for 7.0RC3. (diff)
downloadgentoo-2-a58393a556164df7c88d1afc8ac5992b829e346e.tar.gz
gentoo-2-a58393a556164df7c88d1afc8ac5992b829e346e.tar.bz2
gentoo-2-a58393a556164df7c88d1afc8ac5992b829e346e.zip
Bump for 7.0RC3.
(Portage version: 2.0.53)
Diffstat (limited to 'x11-misc/xorg-cf-files')
-rw-r--r--x11-misc/xorg-cf-files/ChangeLog8
-rw-r--r--x11-misc/xorg-cf-files/Manifest4
-rw-r--r--x11-misc/xorg-cf-files/files/digest-xorg-cf-files-0.99.31
-rw-r--r--x11-misc/xorg-cf-files/xorg-cf-files-0.99.3.ebuild22
4 files changed, 33 insertions, 2 deletions
diff --git a/x11-misc/xorg-cf-files/ChangeLog b/x11-misc/xorg-cf-files/ChangeLog
index 0ce30ef1a571..f047f35f28f4 100644
--- a/x11-misc/xorg-cf-files/ChangeLog
+++ b/x11-misc/xorg-cf-files/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-misc/xorg-cf-files
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xorg-cf-files/ChangeLog,v 1.6 2005/11/11 19:58:23 joshuabaergen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xorg-cf-files/ChangeLog,v 1.7 2005/12/04 23:11:51 joshuabaergen Exp $
+
+*xorg-cf-files-0.99.3 (04 Dec 2005)
+
+ 04 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org>
+ +xorg-cf-files-0.99.3.ebuild:
+ Bump for 7.0RC3.
*xorg-cf-files-0.99.2 (11 Nov 2005)
diff --git a/x11-misc/xorg-cf-files/Manifest b/x11-misc/xorg-cf-files/Manifest
index c3068caef446..e6206a9eaac7 100644
--- a/x11-misc/xorg-cf-files/Manifest
+++ b/x11-misc/xorg-cf-files/Manifest
@@ -1,6 +1,8 @@
-MD5 01036eea0bb9b7ddd4fc69578750e0d3 ChangeLog 1103
+MD5 9b7b5763afac3ce96d6b88acb8a764a0 ChangeLog 1249
MD5 f7b078c4198516f9cd8a64684911fbe1 files/digest-xorg-cf-files-0.99.1-r1 73
MD5 bc5ef520bc3e15d4572835450358d92f files/digest-xorg-cf-files-0.99.2 73
+MD5 09df98abb8731efc4af048fe27edccbe files/digest-xorg-cf-files-0.99.3 73
MD5 a37bab73e2f24b213932c30997d3d360 metadata.xml 156
MD5 e352be1c40f30362846cf95815cfd7b4 xorg-cf-files-0.99.1-r1.ebuild 707
MD5 0eb5b4f0a3189d9aaa7128d0d592a4a4 xorg-cf-files-0.99.2.ebuild 704
+MD5 0eb5b4f0a3189d9aaa7128d0d592a4a4 xorg-cf-files-0.99.3.ebuild 704
diff --git a/x11-misc/xorg-cf-files/files/digest-xorg-cf-files-0.99.3 b/x11-misc/xorg-cf-files/files/digest-xorg-cf-files-0.99.3
new file mode 100644
index 000000000000..cd60f368990d
--- /dev/null
+++ b/x11-misc/xorg-cf-files/files/digest-xorg-cf-files-0.99.3
@@ -0,0 +1 @@
+MD5 fc999fc2a508af0735798a8c59164b19 xorg-cf-files-0.99.3.tar.bz2 254666
diff --git a/x11-misc/xorg-cf-files/xorg-cf-files-0.99.3.ebuild b/x11-misc/xorg-cf-files/xorg-cf-files-0.99.3.ebuild
new file mode 100644
index 000000000000..505c7001505e
--- /dev/null
+++ b/x11-misc/xorg-cf-files/xorg-cf-files-0.99.3.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xorg-cf-files/xorg-cf-files-0.99.3.ebuild,v 1.1 2005/12/04 23:11:51 joshuabaergen Exp $
+
+# Must be before x-modular eclass is inherited
+# SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="Old Imake-related build files"
+KEYWORDS="~amd64 ~mips ~sparc ~x86"
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+src_install() {
+ x-modular_src_install
+
+ # Hack to supply missing files until it's fixed upstream
+ echo "" >> ${D}/usr/$(get_libdir)/X11/config/host.def
+ echo "" >> ${D}/usr/$(get_libdir)/X11/config/version.def
+ echo "" >> ${D}/usr/$(get_libdir)/X11/config/date.def
+}