diff options
Diffstat (limited to 'x11-apps/xman')
-rw-r--r-- | x11-apps/xman/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xman/files/digest-xman-1.0.1 | 1 | ||||
-rw-r--r-- | x11-apps/xman/xman-1.0.1.ebuild | 18 |
3 files changed, 4 insertions, 20 deletions
diff --git a/x11-apps/xman/ChangeLog b/x11-apps/xman/ChangeLog index 24d366c5735a..ea2c43ecb536 100644 --- a/x11-apps/xman/ChangeLog +++ b/x11-apps/xman/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xman # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v 1.13 2006/04/04 00:54:47 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v 1.14 2006/04/08 21:05:42 spyderous Exp $ + + 08 Apr 2006; Donnie Berkholz <spyderous@gentoo.org>; -xman-1.0.1.ebuild: + Pull old ebuild. *xman-1.0.2 (04 Apr 2006) diff --git a/x11-apps/xman/files/digest-xman-1.0.1 b/x11-apps/xman/files/digest-xman-1.0.1 deleted file mode 100644 index 348bf62eb4ab..000000000000 --- a/x11-apps/xman/files/digest-xman-1.0.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 1b00bd86dce25a6d57886c5bbb97faf0 xman-1.0.1.tar.bz2 134106 diff --git a/x11-apps/xman/xman-1.0.1.ebuild b/x11-apps/xman/xman-1.0.1.ebuild deleted file mode 100644 index 1256ca080481..000000000000 --- a/x11-apps/xman/xman-1.0.1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/xman-1.0.1.ebuild,v 1.2 2006/02/14 21:35:37 corsair Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="X.Org xman application" -KEYWORDS="~amd64 ~arm ~mips ~ppc64 ~s390 ~sparc ~x86" -# Broken without xprint -IUSE="xprint" -RDEPEND="xprint? ( x11-libs/libXprintUtil )" -#x11-libs/libXprintUtil" -DEPEND="${RDEPEND}" - -CONFIGURE_OPTIONS="$(use_enable xprint)" |