diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-04 22:19:21 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-04 22:19:21 +0000 |
commit | cc6853a3ea3888229f0392a141ee8a19c5144c1c (patch) | |
tree | e18a03ce1e7e9f12d5474c705850a9f4f5e97512 /x11-apps/xmore | |
parent | Marking stable on x86 for bug #113201, at Halcy0n's request. (diff) | |
download | gentoo-2-cc6853a3ea3888229f0392a141ee8a19c5144c1c.tar.gz gentoo-2-cc6853a3ea3888229f0392a141ee8a19c5144c1c.tar.bz2 gentoo-2-cc6853a3ea3888229f0392a141ee8a19c5144c1c.zip |
Bump for 7.0RC3.
(Portage version: 2.0.53)
Diffstat (limited to 'x11-apps/xmore')
-rw-r--r-- | x11-apps/xmore/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/xmore/files/digest-xmore-0.99.2 | 1 | ||||
-rw-r--r-- | x11-apps/xmore/xmore-0.99.2.ebuild | 18 |
3 files changed, 26 insertions, 1 deletions
diff --git a/x11-apps/xmore/ChangeLog b/x11-apps/xmore/ChangeLog index 75c9490504e9..73651e8f746b 100644 --- a/x11-apps/xmore/ChangeLog +++ b/x11-apps/xmore/ChangeLog @@ -1,6 +1,12 @@ # 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.4 2005/10/20 00:45:24 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmore/ChangeLog,v 1.5 2005/12/04 22:14:40 joshuabaergen Exp $ + +*xmore-0.99.2 (04 Dec 2005) + + 04 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +xmore-0.99.2.ebuild: + Bump for 7.0RC3. *xmore-0.99.1 (20 Oct 2005) diff --git a/x11-apps/xmore/files/digest-xmore-0.99.2 b/x11-apps/xmore/files/digest-xmore-0.99.2 new file mode 100644 index 000000000000..649be1c282e1 --- /dev/null +++ b/x11-apps/xmore/files/digest-xmore-0.99.2 @@ -0,0 +1 @@ +MD5 8d5840d3cd8799ccb9fe499131e4a022 xmore-0.99.2.tar.bz2 90433 diff --git a/x11-apps/xmore/xmore-0.99.2.ebuild b/x11-apps/xmore/xmore-0.99.2.ebuild new file mode 100644 index 000000000000..3d4cc6307abb --- /dev/null +++ b/x11-apps/xmore/xmore-0.99.2.ebuild @@ -0,0 +1,18 @@ +# 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)" |