diff options
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.1 | 1 | ||||
-rw-r--r-- | x11-apps/listres/listres-0.99.1.ebuild | 25 |
3 files changed, 33 insertions, 1 deletions
diff --git a/x11-apps/listres/ChangeLog b/x11-apps/listres/ChangeLog index 4712884b3b9f..d3256f85c74a 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.3 2005/09/09 07:07:26 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/listres/ChangeLog,v 1.4 2005/10/20 00:45:21 spyderous Exp $ + +*listres-0.99.1 (20 Oct 2005) + + 20 Oct 2005; Donnie Berkholz <spyderous@gentoo.org>; + +listres-0.99.1.ebuild: + Bump for 7.0 RC1. 09 Sep 2005; Donnie Berkholz <spyderous@gentoo.org>; +metadata.xml: Add metadata. diff --git a/x11-apps/listres/files/digest-listres-0.99.1 b/x11-apps/listres/files/digest-listres-0.99.1 new file mode 100644 index 000000000000..8875d0593c35 --- /dev/null +++ b/x11-apps/listres/files/digest-listres-0.99.1 @@ -0,0 +1 @@ +MD5 5b401ed299f40690afbf6efb2373eea7 listres-0.99.1.tar.bz2 74769 diff --git a/x11-apps/listres/listres-0.99.1.ebuild b/x11-apps/listres/listres-0.99.1.ebuild new file mode 100644 index 000000000000..922818cc7e54 --- /dev/null +++ b/x11-apps/listres/listres-0.99.1.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.1.ebuild,v 1.1 2005/10/20 00:45:21 spyderous 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 +} |