diff options
author | 2005-12-26 21:31:04 +0000 | |
---|---|---|
committer | 2005-12-26 21:31:04 +0000 | |
commit | eda6860f1fe6588c54550db0c9d6a88fd88b6553 (patch) | |
tree | ad45c81653d1a586d114821e07edf15242271c48 /x11-apps/xmag | |
parent | Fix init script for linux-2.4 (bug #116220), remove older ebuilds (diff) | |
download | historical-eda6860f1fe6588c54550db0c9d6a88fd88b6553.tar.gz historical-eda6860f1fe6588c54550db0c9d6a88fd88b6553.tar.bz2 historical-eda6860f1fe6588c54550db0c9d6a88fd88b6553.zip |
Pull old versions.
Package-Manager: portage-2.1_pre2
Diffstat (limited to 'x11-apps/xmag')
-rw-r--r-- | x11-apps/xmag/ChangeLog | 6 | ||||
-rw-r--r-- | x11-apps/xmag/files/digest-xmag-0.99.2 | 1 | ||||
-rw-r--r-- | x11-apps/xmag/files/digest-xmag-1.0.0 | 1 | ||||
-rw-r--r-- | x11-apps/xmag/xmag-0.99.2.ebuild | 22 | ||||
-rw-r--r-- | x11-apps/xmag/xmag-1.0.0.ebuild | 22 |
5 files changed, 5 insertions, 47 deletions
diff --git a/x11-apps/xmag/ChangeLog b/x11-apps/xmag/ChangeLog index 0ed2d5f89262..d51541d529bf 100644 --- a/x11-apps/xmag/ChangeLog +++ b/x11-apps/xmag/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-apps/xmag # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmag/ChangeLog,v 1.9 2005/12/23 10:43:51 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmag/ChangeLog,v 1.10 2005/12/26 21:18:15 joshuabaergen Exp $ + + 26 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + -xmag-0.99.2.ebuild, -xmag-1.0.0.ebuild: + Pull old versions. *xmag-1.0.1 (23 Dec 2005) diff --git a/x11-apps/xmag/files/digest-xmag-0.99.2 b/x11-apps/xmag/files/digest-xmag-0.99.2 deleted file mode 100644 index a0921d485192..000000000000 --- a/x11-apps/xmag/files/digest-xmag-0.99.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 3712619f2096587dbdcdac7385ebbd6d xmag-0.99.2.tar.bz2 92037 diff --git a/x11-apps/xmag/files/digest-xmag-1.0.0 b/x11-apps/xmag/files/digest-xmag-1.0.0 deleted file mode 100644 index f0407317d36a..000000000000 --- a/x11-apps/xmag/files/digest-xmag-1.0.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 f18df2ff16b6384878792cfb95369361 xmag-1.0.0.tar.bz2 93343 diff --git a/x11-apps/xmag/xmag-0.99.2.ebuild b/x11-apps/xmag/xmag-0.99.2.ebuild deleted file mode 100644 index 673f938e28a7..000000000000 --- a/x11-apps/xmag/xmag-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/xmag/xmag-0.99.2.ebuild,v 1.1 2005/12/04 22:12:07 joshuabaergen Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="X.Org xmag application" -KEYWORDS="~amd64 ~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/xmag/xmag-1.0.0.ebuild b/x11-apps/xmag/xmag-1.0.0.ebuild deleted file mode 100644 index 021449c44949..000000000000 --- a/x11-apps/xmag/xmag-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/xmag/xmag-1.0.0.ebuild,v 1.1 2005/12/18 19:45:16 joshuabaergen Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="X.Org xmag application" -KEYWORDS="~amd64 ~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 -} |