diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-04-30 22:54:47 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-04-30 22:54:47 +0000 |
commit | 1059f32555ab107659f4758f3946ffd52e48010b (patch) | |
tree | 63f1f7518033b4c80fa81adba9e4d5529a625fe6 /x11-apps/bitmap | |
parent | old (diff) | |
download | gentoo-2-1059f32555ab107659f4758f3946ffd52e48010b.tar.gz gentoo-2-1059f32555ab107659f4758f3946ffd52e48010b.tar.bz2 gentoo-2-1059f32555ab107659f4758f3946ffd52e48010b.zip |
old
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps/bitmap')
-rw-r--r-- | x11-apps/bitmap/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/bitmap/bitmap-1.0.3.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/x11-apps/bitmap/Manifest b/x11-apps/bitmap/Manifest index 78a714f51176..22720888920b 100644 --- a/x11-apps/bitmap/Manifest +++ b/x11-apps/bitmap/Manifest @@ -1,5 +1,4 @@ DIST bitmap-1.0.3.tar.bz2 129364 RMD160 189142b6f6611d159d3f28d08240cb6e2ec3f7a8 SHA1 ca3b65e25fea6929ee254944b72508f8e39d80ea SHA256 863f673518af19f9ae35ee221b30bf8c8b695c76c543d18b3ac400a51b855c41 EBUILD bitmap-1.0.3-r1.ebuild 563 RMD160 db22212d44099e339332aa7997b2cba46cbd5d30 SHA1 9010a238a9914e175edee2789edef387c45a4b24 SHA256 8d483e4705e692adfd2a4f17ba87f8562720905146ddb3146b2559c534811171 -EBUILD bitmap-1.0.3.ebuild 708 RMD160 34c214e8345419559b5ba0b9901c28f7eafe6153 SHA1 18f23f55ad5a25b6a6e68a0195cfc248113f0b4e SHA256 f3a34e89d9abacd285b4739f41cab9c3823423d6570418eec6c75690ef08837f MISC ChangeLog 3327 RMD160 6321491faf781e3cd16122e68380e7bfbe72f79c SHA1 4c6ef126c72ff93c37cdf46b909aaf7f9da42adf SHA256 130432f6447d95893ea742432ac541dfda4de9fed6f85b550c4a260a3b384e61 MISC metadata.xml 156 RMD160 c1274bdccf57603d580de0075ba07a35b7509560 SHA1 6f78f604e3d079d39189b40aaaa1ddb06182ad91 SHA256 5101ab0d4cc8c7125eea733c44e86962769bd77acaf53b69223b9cadcdd29055 diff --git a/x11-apps/bitmap/bitmap-1.0.3.ebuild b/x11-apps/bitmap/bitmap-1.0.3.ebuild deleted file mode 100644 index 8c079a659234..000000000000 --- a/x11-apps/bitmap/bitmap-1.0.3.ebuild +++ /dev/null @@ -1,25 +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/bitmap/bitmap-1.0.3.ebuild,v 1.7 2008/10/03 08:46:12 armin76 Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="X.Org bitmap application" -KEYWORDS="amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 sh ~sparc x86 ~x86-fbsd" -IUSE="xprint" -RDEPEND="x11-libs/libX11 - x11-libs/libXmu - x11-libs/libXaw - x11-misc/xbitmaps" -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 -} |