diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-04 22:14:14 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-04 22:14:14 +0000 |
commit | 3a9fee2420c5b3649613b9084817622f8f1c853d (patch) | |
tree | c264b1e50f3d625b039db994693f893c0208093b /x11-apps/xman | |
parent | Bump for 7.0RC3. (diff) | |
download | gentoo-2-3a9fee2420c5b3649613b9084817622f8f1c853d.tar.gz gentoo-2-3a9fee2420c5b3649613b9084817622f8f1c853d.tar.bz2 gentoo-2-3a9fee2420c5b3649613b9084817622f8f1c853d.zip |
Bump for 7.0RC3.
(Portage version: 2.0.53)
Diffstat (limited to 'x11-apps/xman')
-rw-r--r-- | x11-apps/xman/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/xman/files/digest-xman-0.99.3 | 1 | ||||
-rw-r--r-- | x11-apps/xman/xman-0.99.3.ebuild | 18 |
3 files changed, 26 insertions, 1 deletions
diff --git a/x11-apps/xman/ChangeLog b/x11-apps/xman/ChangeLog index 60cce7a003bc..4c1939382e5c 100644 --- a/x11-apps/xman/ChangeLog +++ b/x11-apps/xman/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xman # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v 1.6 2005/11/17 13:42:58 herbs Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v 1.7 2005/12/04 22:12:37 joshuabaergen Exp $ + +*xman-0.99.3 (04 Dec 2005) + + 04 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +xman-0.99.3.ebuild: + Bump for 7.0RC3. 17 Nov 2005; Herbie Hopkins <herbs@gentoo.org> xman-0.99.2.ebuild: Marked ~amd64. diff --git a/x11-apps/xman/files/digest-xman-0.99.3 b/x11-apps/xman/files/digest-xman-0.99.3 new file mode 100644 index 000000000000..4d5999f08997 --- /dev/null +++ b/x11-apps/xman/files/digest-xman-0.99.3 @@ -0,0 +1 @@ +MD5 0bd1276f1b105148eba05374ca42789d xman-0.99.3.tar.bz2 131853 diff --git a/x11-apps/xman/xman-0.99.3.ebuild b/x11-apps/xman/xman-0.99.3.ebuild new file mode 100644 index 000000000000..2646144c201b --- /dev/null +++ b/x11-apps/xman/xman-0.99.3.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/xman/xman-0.99.3.ebuild,v 1.1 2005/12/04 22:12:37 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org xman application" +KEYWORDS="~amd64 ~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)" |