diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-04-30 22:53:00 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-04-30 22:53:00 +0000 |
commit | 807a87c06579b2b8897d276aee1551862561159c (patch) | |
tree | b66429e3005f7e7828059a06ef68fa43eea3b50f /x11-apps/xkbutils | |
parent | old (diff) | |
download | gentoo-2-807a87c06579b2b8897d276aee1551862561159c.tar.gz gentoo-2-807a87c06579b2b8897d276aee1551862561159c.tar.bz2 gentoo-2-807a87c06579b2b8897d276aee1551862561159c.zip |
old
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps/xkbutils')
-rw-r--r-- | x11-apps/xkbutils/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xkbutils/xkbutils-1.0.1.ebuild | 23 |
2 files changed, 0 insertions, 24 deletions
diff --git a/x11-apps/xkbutils/Manifest b/x11-apps/xkbutils/Manifest index ce07bdfbe5a2..688e05f50bd3 100644 --- a/x11-apps/xkbutils/Manifest +++ b/x11-apps/xkbutils/Manifest @@ -1,5 +1,4 @@ DIST xkbutils-1.0.1.tar.bz2 65805 RMD160 a6c44d0c44b7275134bca293a391d7446f404bff SHA1 2ee3172f4b17cb9aa97d899c400493bbe83089d9 SHA256 aaad73ed8db764978a18bc6ba774d38a4c1330c86622c0b47ae3ced09c175856 EBUILD xkbutils-1.0.1-r1.ebuild 538 RMD160 ac11285415a6376946aa77ea3f94736db4363f1d SHA1 ac9cde412c3097f55b5ff0608455ca49c23b19c5 SHA256 e6e3db3e1d8d7c6840e69eb00649844785644f5678b33b62bab5eefb6890a1d3 -EBUILD xkbutils-1.0.1.ebuild 682 RMD160 b85ded80f7b64802a7dd698969c6040ec1ce1cdf SHA1 6ea41691dd2f1117eb543a16c942488c2fed6b11 SHA256 fe2f6c2b7d25f13947e792c0764d05f89cd7ff8966d7025a9e5ee9962827d7ba MISC ChangeLog 3210 RMD160 4c6bc6d5d783b2efef03ac49c134d9f9788e0c37 SHA1 1c2d977ad0f4009aa98da897c1a552f2a9ccff01 SHA256 0800ccad6602650f213d273cd5925f93e3be105a97a829bb3c94de16bd0aae12 MISC metadata.xml 156 RMD160 c1274bdccf57603d580de0075ba07a35b7509560 SHA1 6f78f604e3d079d39189b40aaaa1ddb06182ad91 SHA256 5101ab0d4cc8c7125eea733c44e86962769bd77acaf53b69223b9cadcdd29055 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 -} |