diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-12-09 06:58:46 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-12-09 06:58:46 +0000 |
commit | 2a999a02cb339efc7b0a9002cb0d4ba548c32c1a (patch) | |
tree | 83332342d31d7bc81f48211609d3a542e5413c5a /x11-apps/xmag | |
parent | Pull old versions. (diff) | |
download | gentoo-2-2a999a02cb339efc7b0a9002cb0d4ba548c32c1a.tar.gz gentoo-2-2a999a02cb339efc7b0a9002cb0d4ba548c32c1a.tar.bz2 gentoo-2-2a999a02cb339efc7b0a9002cb0d4ba548c32c1a.zip |
Pull old versions.
(Portage version: 2.0.53)
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.0 | 1 | ||||
-rw-r--r-- | x11-apps/xmag/files/digest-xmag-0.99.1 | 1 | ||||
-rw-r--r-- | x11-apps/xmag/xmag-0.99.0.ebuild | 22 | ||||
-rw-r--r-- | x11-apps/xmag/xmag-0.99.1.ebuild | 22 |
5 files changed, 5 insertions, 47 deletions
diff --git a/x11-apps/xmag/ChangeLog b/x11-apps/xmag/ChangeLog index 8c663f14cd3c..2a6b38ab12b5 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.6 2005/12/04 22:12:07 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmag/ChangeLog,v 1.7 2005/12/09 06:57:08 spyderous Exp $ + + 09 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; -xmag-0.99.0.ebuild, + -xmag-0.99.1.ebuild: + Pull old versions. *xmag-0.99.2 (04 Dec 2005) diff --git a/x11-apps/xmag/files/digest-xmag-0.99.0 b/x11-apps/xmag/files/digest-xmag-0.99.0 deleted file mode 100644 index f7ab351ae4ee..000000000000 --- a/x11-apps/xmag/files/digest-xmag-0.99.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 c46b546576069d75ece2150e7cff3407 xmag-0.99.0.tar.bz2 68521 diff --git a/x11-apps/xmag/files/digest-xmag-0.99.1 b/x11-apps/xmag/files/digest-xmag-0.99.1 deleted file mode 100644 index c8d124dcd7f7..000000000000 --- a/x11-apps/xmag/files/digest-xmag-0.99.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 62b132a25f0cd4ce37f33fc56d87ab8a xmag-0.99.1.tar.bz2 91317 diff --git a/x11-apps/xmag/xmag-0.99.0.ebuild b/x11-apps/xmag/xmag-0.99.0.ebuild deleted file mode 100644 index f0a0cbfa0b8d..000000000000 --- a/x11-apps/xmag/xmag-0.99.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-0.99.0.ebuild,v 1.4 2005/10/19 03:00:44 geoman Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="X.Org xmag 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/xmag/xmag-0.99.1.ebuild b/x11-apps/xmag/xmag-0.99.1.ebuild deleted file mode 100644 index c65ffd44bc1f..000000000000 --- a/x11-apps/xmag/xmag-0.99.1.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.1.ebuild,v 1.2 2005/11/17 13:41:44 herbs 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 -} |