diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-04-30 22:49:43 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-04-30 22:49:43 +0000 |
commit | 926638713d1453c04d9083d37f71b7b133945b24 (patch) | |
tree | 4855b716e46c86ec99d70385e60013916741bd5d /x11-apps/xman/xman-1.0.2.ebuild | |
parent | old (diff) | |
download | gentoo-2-926638713d1453c04d9083d37f71b7b133945b24.tar.gz gentoo-2-926638713d1453c04d9083d37f71b7b133945b24.tar.bz2 gentoo-2-926638713d1453c04d9083d37f71b7b133945b24.zip |
old
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps/xman/xman-1.0.2.ebuild')
-rw-r--r-- | x11-apps/xman/xman-1.0.2.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/x11-apps/xman/xman-1.0.2.ebuild b/x11-apps/xman/xman-1.0.2.ebuild deleted file mode 100644 index 32b93ff04788..000000000000 --- a/x11-apps/xman/xman-1.0.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/xman-1.0.2.ebuild,v 1.11 2008/10/11 22:27:05 flameeyes Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="Manual page display program for the X Window System" - -KEYWORDS="amd64 arm ~mips ~ppc ppc64 s390 sh ~sparc x86" -IUSE="xprint" - -RDEPEND="xprint? ( x11-libs/libXprintUtil ) - x11-libs/libXaw" -DEPEND="${RDEPEND}" - -CONFIGURE_OPTIONS="$(use_enable xprint)" - -pkg_setup() { - if use xprint; then - if ! built_with_use x11-libs/libXaw xprint; then - msg="You must build libXaw with xprint enabled." - eerror ${msg} - die ${msg} - fi - fi -} |