diff options
author | 2009-04-30 23:00:17 +0000 | |
---|---|---|
committer | 2009-04-30 23:00:17 +0000 | |
commit | 9ad4a226fcf9ff3f24d6195bcca857fd64b04c6e (patch) | |
tree | bcb0ad86ff0f587f06a1020d9de814c7696e3425 /x11-apps/xditview/xditview-1.0.1.ebuild | |
parent | Remove xphelloworld since xprint is obsolete. (diff) | |
download | historical-9ad4a226fcf9ff3f24d6195bcca857fd64b04c6e.tar.gz historical-9ad4a226fcf9ff3f24d6195bcca857fd64b04c6e.tar.bz2 historical-9ad4a226fcf9ff3f24d6195bcca857fd64b04c6e.zip |
old
Package-Manager: portage-2.1.6.11/cvs/Linux x86_64
Diffstat (limited to 'x11-apps/xditview/xditview-1.0.1.ebuild')
-rw-r--r-- | x11-apps/xditview/xditview-1.0.1.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/x11-apps/xditview/xditview-1.0.1.ebuild b/x11-apps/xditview/xditview-1.0.1.ebuild deleted file mode 100644 index d526bbf08b49..000000000000 --- a/x11-apps/xditview/xditview-1.0.1.ebuild +++ /dev/null @@ -1,22 +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/xditview/xditview-1.0.1.ebuild,v 1.6 2008/01/13 09:35:33 vapier Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="display ditroff output" -KEYWORDS="arm ~mips ~ppc ~ppc64 s390 sh ~sparc x86" -IUSE="xprint" -RDEPEND="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 -} |