diff options
author | 2005-12-26 21:14:47 +0000 | |
---|---|---|
committer | 2005-12-26 21:14:47 +0000 | |
commit | 9c0e1b5036255a8b48e930ed4aaf22ea49072ff7 (patch) | |
tree | 2cc82cb495078f9cae94f4cef4d06282b42fbe04 /x11-apps/xgc | |
parent | Pull old versions. (diff) | |
download | gentoo-2-9c0e1b5036255a8b48e930ed4aaf22ea49072ff7.tar.gz gentoo-2-9c0e1b5036255a8b48e930ed4aaf22ea49072ff7.tar.bz2 gentoo-2-9c0e1b5036255a8b48e930ed4aaf22ea49072ff7.zip |
Pull old versions.
(Portage version: 2.1_pre2)
Diffstat (limited to 'x11-apps/xgc')
-rw-r--r-- | x11-apps/xgc/ChangeLog | 6 | ||||
-rw-r--r-- | x11-apps/xgc/files/digest-xgc-0.99.2 | 1 | ||||
-rw-r--r-- | x11-apps/xgc/files/digest-xgc-1.0.0 | 1 | ||||
-rw-r--r-- | x11-apps/xgc/xgc-0.99.2.ebuild | 22 | ||||
-rw-r--r-- | x11-apps/xgc/xgc-1.0.0.ebuild | 22 |
5 files changed, 5 insertions, 47 deletions
diff --git a/x11-apps/xgc/ChangeLog b/x11-apps/xgc/ChangeLog index 348b65bc0f2e..6868b23a77f4 100644 --- a/x11-apps/xgc/ChangeLog +++ b/x11-apps/xgc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-apps/xgc # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgc/ChangeLog,v 1.8 2005/12/23 10:39:45 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgc/ChangeLog,v 1.9 2005/12/26 21:11:53 joshuabaergen Exp $ + + 26 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> -xgc-0.99.2.ebuild, + -xgc-1.0.0.ebuild: + Pull old versions. *xgc-1.0.1 (23 Dec 2005) diff --git a/x11-apps/xgc/files/digest-xgc-0.99.2 b/x11-apps/xgc/files/digest-xgc-0.99.2 deleted file mode 100644 index aea25c32898f..000000000000 --- a/x11-apps/xgc/files/digest-xgc-0.99.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 247841f01b9196d7ba0dae5f9e941a26 xgc-0.99.2.tar.bz2 127131 diff --git a/x11-apps/xgc/files/digest-xgc-1.0.0 b/x11-apps/xgc/files/digest-xgc-1.0.0 deleted file mode 100644 index e4a4ae873af3..000000000000 --- a/x11-apps/xgc/files/digest-xgc-1.0.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 5cb676578961b7ec8a926647b7a2e5c0 xgc-1.0.0.tar.bz2 128233 diff --git a/x11-apps/xgc/xgc-0.99.2.ebuild b/x11-apps/xgc/xgc-0.99.2.ebuild deleted file mode 100644 index cab08e7fd2a2..000000000000 --- a/x11-apps/xgc/xgc-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-apps/xgc/xgc-0.99.2.ebuild,v 1.1 2005/12/04 22:05:46 joshuabaergen Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="X.Org xgc application" -KEYWORDS="~arm ~mips ~s390 ~sparc ~x86" -IUSE="xprint" -RDEPEND="x11-libs/libXaw" -DEPEND="${RDEPEND}" - -CONFIGURE_OPTIONS="$(use_enable xprint)" - -pkg_setup() { - if use xprint && ! built_with_use x11-libs/libXaw xprint; then - die "Build x11-libs/libXaw with USE=xprint." - fi -} diff --git a/x11-apps/xgc/xgc-1.0.0.ebuild b/x11-apps/xgc/xgc-1.0.0.ebuild deleted file mode 100644 index 1d27a27f0e95..000000000000 --- a/x11-apps/xgc/xgc-1.0.0.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-apps/xgc/xgc-1.0.0.ebuild,v 1.1 2005/12/18 19:37:44 joshuabaergen Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="X.Org xgc application" -KEYWORDS="~arm ~mips ~s390 ~sparc ~x86" -IUSE="xprint" -RDEPEND="x11-libs/libXaw" -DEPEND="${RDEPEND}" - -CONFIGURE_OPTIONS="$(use_enable xprint)" - -pkg_setup() { - if use xprint && ! built_with_use x11-libs/libXaw xprint; then - die "Build x11-libs/libXaw with USE=xprint." - fi -} |