summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-04-30 23:00:17 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-04-30 23:00:17 +0000
commit9ad4a226fcf9ff3f24d6195bcca857fd64b04c6e (patch)
treebcb0ad86ff0f587f06a1020d9de814c7696e3425 /x11-apps/listres
parentRemove xphelloworld since xprint is obsolete. (diff)
downloadhistorical-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/listres')
-rw-r--r--x11-apps/listres/Manifest1
-rw-r--r--x11-apps/listres/listres-1.0.1.ebuild25
2 files changed, 0 insertions, 26 deletions
diff --git a/x11-apps/listres/Manifest b/x11-apps/listres/Manifest
index 0bbb7e9dc00d..70ca827f63a1 100644
--- a/x11-apps/listres/Manifest
+++ b/x11-apps/listres/Manifest
@@ -1,5 +1,4 @@
DIST listres-1.0.1.tar.bz2 76709 RMD160 8dc3ab492705faa7e6397e625e43d65598ab0c4e SHA1 389bd1dfa099746aeb7e31cb46dcfca18ad53c2e SHA256 7156e58025e240a501d5b32244b923b283bb35014ea5a4081b70044af8aef7a3
EBUILD listres-1.0.1-r1.ebuild 549 RMD160 31faf44751c3cc59db38597670730d0e8accfcf0 SHA1 8c1e8647c267054826e00748526c10d3772d72ee SHA256 7cac9e31a86ac4dc7b5d5a8c113fd1430bceba6d292babb35538e3bada83a968
-EBUILD listres-1.0.1.ebuild 685 RMD160 9bebc4eecf0a5d9aaa524c820cb853196ed8da8e SHA1 eca555e5d7bdcf8733a9de64e6fd78d22964e5e4 SHA256 7baac9247d6132d178ea736d2c52cc75d592520eaef216ce48f541d662b3bd1b
MISC ChangeLog 2841 RMD160 cbb68b84d7581f689254acc027501a04a105965a SHA1 0eced92a54c9aca5796c7efc38d159a32ff19f41 SHA256 e463783742b8b14f2a34ce8c03ac836693a6653605ff82c34ae114c5e9b2f182
MISC metadata.xml 156 RMD160 c1274bdccf57603d580de0075ba07a35b7509560 SHA1 6f78f604e3d079d39189b40aaaa1ddb06182ad91 SHA256 5101ab0d4cc8c7125eea733c44e86962769bd77acaf53b69223b9cadcdd29055
diff --git a/x11-apps/listres/listres-1.0.1.ebuild b/x11-apps/listres/listres-1.0.1.ebuild
deleted file mode 100644
index 1652add0216a..000000000000
--- a/x11-apps/listres/listres-1.0.1.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/listres/listres-1.0.1.ebuild,v 1.8 2008/03/24 13:58:06 maekke Exp $
-
-# Must be before x-modular eclass is inherited
-#SNAPSHOT="yes"
-
-inherit x-modular
-
-DESCRIPTION="list resources in widgets"
-KEYWORDS="amd64 arm ~mips ~ppc ~ppc64 s390 sh ~sparc x86"
-IUSE="xprint"
-RDEPEND="x11-libs/libX11
- x11-libs/libXt
- x11-libs/libXmu
- 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
-}