diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-26 21:25:40 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-26 21:25:40 +0000 |
commit | 7399ffb4d298b6c9a96bd88670ebcd615de1b668 (patch) | |
tree | 0fd7912923719e3bb061e91a16bd85799524b66c /x11-apps/xmore | |
parent | Pull old versions. (diff) | |
download | gentoo-2-7399ffb4d298b6c9a96bd88670ebcd615de1b668.tar.gz gentoo-2-7399ffb4d298b6c9a96bd88670ebcd615de1b668.tar.bz2 gentoo-2-7399ffb4d298b6c9a96bd88670ebcd615de1b668.zip |
Pull old versions.
(Portage version: 2.1_pre2)
Diffstat (limited to 'x11-apps/xmore')
-rw-r--r-- | x11-apps/xmore/ChangeLog | 6 | ||||
-rw-r--r-- | x11-apps/xmore/files/digest-xmore-0.99.2 | 1 | ||||
-rw-r--r-- | x11-apps/xmore/files/digest-xmore-1.0.0 | 1 | ||||
-rw-r--r-- | x11-apps/xmore/xmore-0.99.2.ebuild | 18 | ||||
-rw-r--r-- | x11-apps/xmore/xmore-1.0.0.ebuild | 18 |
5 files changed, 5 insertions, 39 deletions
diff --git a/x11-apps/xmore/ChangeLog b/x11-apps/xmore/ChangeLog index 161b4d5df04d..79303ee98c49 100644 --- a/x11-apps/xmore/ChangeLog +++ b/x11-apps/xmore/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-apps/xmore # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmore/ChangeLog,v 1.8 2005/12/23 10:45:12 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmore/ChangeLog,v 1.9 2005/12/26 21:20:46 joshuabaergen Exp $ + + 26 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + -xmore-0.99.2.ebuild, -xmore-1.0.0.ebuild: + Pull old versions. *xmore-1.0.1 (23 Dec 2005) diff --git a/x11-apps/xmore/files/digest-xmore-0.99.2 b/x11-apps/xmore/files/digest-xmore-0.99.2 deleted file mode 100644 index 649be1c282e1..000000000000 --- a/x11-apps/xmore/files/digest-xmore-0.99.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 8d5840d3cd8799ccb9fe499131e4a022 xmore-0.99.2.tar.bz2 90433 diff --git a/x11-apps/xmore/files/digest-xmore-1.0.0 b/x11-apps/xmore/files/digest-xmore-1.0.0 deleted file mode 100644 index fb952279e303..000000000000 --- a/x11-apps/xmore/files/digest-xmore-1.0.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 f510d2685c4c09a9c55402b34a9916c5 xmore-1.0.0.tar.bz2 91680 diff --git a/x11-apps/xmore/xmore-0.99.2.ebuild b/x11-apps/xmore/xmore-0.99.2.ebuild deleted file mode 100644 index 3d4cc6307abb..000000000000 --- a/x11-apps/xmore/xmore-0.99.2.ebuild +++ /dev/null @@ -1,18 +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/xmore/xmore-0.99.2.ebuild,v 1.1 2005/12/04 22:14:40 joshuabaergen Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="X.Org xmore application" -KEYWORDS="~arm ~mips ~s390 ~sparc ~x86" -# Broken without xprint -IUSE="xprint" -RDEPEND="xprint? ( x11-libs/libXprintUtil )" -#x11-libs/libXprintUtil" -DEPEND="${RDEPEND}" - -CONFIGURE_OPTIONS="$(use_enable xprint)" diff --git a/x11-apps/xmore/xmore-1.0.0.ebuild b/x11-apps/xmore/xmore-1.0.0.ebuild deleted file mode 100644 index 901220550c27..000000000000 --- a/x11-apps/xmore/xmore-1.0.0.ebuild +++ /dev/null @@ -1,18 +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/xmore/xmore-1.0.0.ebuild,v 1.1 2005/12/18 19:48:08 joshuabaergen Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="X.Org xmore application" -KEYWORDS="~arm ~mips ~s390 ~sparc ~x86" -# Broken without xprint -IUSE="xprint" -RDEPEND="xprint? ( x11-libs/libXprintUtil )" -#x11-libs/libXprintUtil" -DEPEND="${RDEPEND}" - -CONFIGURE_OPTIONS="$(use_enable xprint)" |