diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-04-30 23:00:17 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-04-30 23:00:17 +0000 |
commit | 9ad4a226fcf9ff3f24d6195bcca857fd64b04c6e (patch) | |
tree | bcb0ad86ff0f587f06a1020d9de814c7696e3425 /x11-apps/xkbutils/xkbutils-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/xkbutils/xkbutils-1.0.1.ebuild')
-rw-r--r-- | x11-apps/xkbutils/xkbutils-1.0.1.ebuild | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/x11-apps/xkbutils/xkbutils-1.0.1.ebuild b/x11-apps/xkbutils/xkbutils-1.0.1.ebuild deleted file mode 100644 index 144a6ae74f8b..000000000000 --- a/x11-apps/xkbutils/xkbutils-1.0.1.ebuild +++ /dev/null @@ -1,23 +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/xkbutils/xkbutils-1.0.1.ebuild,v 1.9 2008/10/03 08:50:31 armin76 Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="X.Org xkbutils application" -KEYWORDS="amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 sh ~sparc x86 ~x86-fbsd" -IUSE="xprint" -RDEPEND="x11-libs/libxkbfile - 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 -} |