diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-04 21:47:50 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-04 21:47:50 +0000 |
commit | f33e44e3d482998db7dcd3c2a3e17ab3fb5c71b7 (patch) | |
tree | b56ecccfc21a70f135e5d0cb6ad4fa855e166175 /x11-apps/listres | |
parent | Bump for 7.0RC3. (diff) | |
download | gentoo-2-f33e44e3d482998db7dcd3c2a3e17ab3fb5c71b7.tar.gz gentoo-2-f33e44e3d482998db7dcd3c2a3e17ab3fb5c71b7.tar.bz2 gentoo-2-f33e44e3d482998db7dcd3c2a3e17ab3fb5c71b7.zip |
Bump for 7.0RC3.
(Portage version: 2.0.53)
Diffstat (limited to 'x11-apps/listres')
-rw-r--r-- | x11-apps/listres/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/listres/files/digest-listres-0.99.2 | 1 | ||||
-rw-r--r-- | x11-apps/listres/listres-0.99.2.ebuild | 25 |
3 files changed, 33 insertions, 1 deletions
diff --git a/x11-apps/listres/ChangeLog b/x11-apps/listres/ChangeLog index d3256f85c74a..9e603e070b79 100644 --- a/x11-apps/listres/ChangeLog +++ b/x11-apps/listres/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/listres # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/listres/ChangeLog,v 1.4 2005/10/20 00:45:21 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/listres/ChangeLog,v 1.5 2005/12/04 21:45:25 joshuabaergen Exp $ + +*listres-0.99.2 (04 Dec 2005) + + 04 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +listres-0.99.2.ebuild: + Bump for 7.0RC3. *listres-0.99.1 (20 Oct 2005) diff --git a/x11-apps/listres/files/digest-listres-0.99.2 b/x11-apps/listres/files/digest-listres-0.99.2 new file mode 100644 index 000000000000..3eaf1a42bc1b --- /dev/null +++ b/x11-apps/listres/files/digest-listres-0.99.2 @@ -0,0 +1 @@ +MD5 96263a4b8170e502d3a94f1dda776240 listres-0.99.2.tar.bz2 75429 diff --git a/x11-apps/listres/listres-0.99.2.ebuild b/x11-apps/listres/listres-0.99.2.ebuild new file mode 100644 index 000000000000..f341f1d5f821 --- /dev/null +++ b/x11-apps/listres/listres-0.99.2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/listres/listres-0.99.2.ebuild,v 1.1 2005/12/04 21:45:25 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org listres application" +KEYWORDS="~arm ~mips ~s390 ~sparc ~x86" +IUSE="xprint" +RDEPEND="x11-libs/libX11 + x11-libs/libXt + x11-libs/libXmu + 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 +} |