diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-12-09 15:15:00 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-12-09 15:15:00 +0000 |
commit | 8646254995b9953628c911733404102ae8c65617 (patch) | |
tree | 6908d8aa43131439761a90a06f079d9a59c0f12e /x11-misc/xorg-cf-files | |
parent | Unused file. (diff) | |
download | gentoo-2-8646254995b9953628c911733404102ae8c65617.tar.gz gentoo-2-8646254995b9953628c911733404102ae8c65617.tar.bz2 gentoo-2-8646254995b9953628c911733404102ae8c65617.zip |
Pull old versions.
(Portage version: 2.0.53)
Diffstat (limited to 'x11-misc/xorg-cf-files')
5 files changed, 5 insertions, 47 deletions
diff --git a/x11-misc/xorg-cf-files/ChangeLog b/x11-misc/xorg-cf-files/ChangeLog index f047f35f28f4..0532fa0ee254 100644 --- a/x11-misc/xorg-cf-files/ChangeLog +++ b/x11-misc/xorg-cf-files/ChangeLog @@ -1,6 +1,10 @@ # 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.7 2005/12/04 23:11:51 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xorg-cf-files/ChangeLog,v 1.8 2005/12/09 15:14:33 spyderous Exp $ + + 09 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; + -xorg-cf-files-0.99.1-r1.ebuild, -xorg-cf-files-0.99.2.ebuild: + Pull old versions. *xorg-cf-files-0.99.3 (04 Dec 2005) diff --git a/x11-misc/xorg-cf-files/files/digest-xorg-cf-files-0.99.1-r1 b/x11-misc/xorg-cf-files/files/digest-xorg-cf-files-0.99.1-r1 deleted file mode 100644 index eb44306cebd1..000000000000 --- a/x11-misc/xorg-cf-files/files/digest-xorg-cf-files-0.99.1-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 1bdd3af74a693fb9c8b6c1927c978fee xorg-cf-files-0.99.1.tar.bz2 254230 diff --git a/x11-misc/xorg-cf-files/files/digest-xorg-cf-files-0.99.2 b/x11-misc/xorg-cf-files/files/digest-xorg-cf-files-0.99.2 deleted file mode 100644 index c602d88e281a..000000000000 --- a/x11-misc/xorg-cf-files/files/digest-xorg-cf-files-0.99.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 7f9081ed93a97ada99fe9bda967b1c8c xorg-cf-files-0.99.2.tar.bz2 254769 diff --git a/x11-misc/xorg-cf-files/xorg-cf-files-0.99.1-r1.ebuild b/x11-misc/xorg-cf-files/xorg-cf-files-0.99.1-r1.ebuild deleted file mode 100644 index 7c4a235a90a5..000000000000 --- a/x11-misc/xorg-cf-files/xorg-cf-files-0.99.1-r1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# 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.1-r1.ebuild,v 1.1 2005/11/08 05:28:26 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 -} diff --git a/x11-misc/xorg-cf-files/xorg-cf-files-0.99.2.ebuild b/x11-misc/xorg-cf-files/xorg-cf-files-0.99.2.ebuild deleted file mode 100644 index 948fd39e35c6..000000000000 --- a/x11-misc/xorg-cf-files/xorg-cf-files-0.99.2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# 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.2.ebuild,v 1.1 2005/11/11 19:58:23 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 -} |