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/viewres
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/viewres')
-rw-r--r--x11-apps/viewres/Manifest1
-rw-r--r--x11-apps/viewres/viewres-1.0.1.ebuild24
2 files changed, 0 insertions, 25 deletions
diff --git a/x11-apps/viewres/Manifest b/x11-apps/viewres/Manifest
index 6979e9c6d817..e8317867cb74 100644
--- a/x11-apps/viewres/Manifest
+++ b/x11-apps/viewres/Manifest
@@ -1,5 +1,4 @@
DIST viewres-1.0.1.tar.bz2 84802 RMD160 186ac515a4e0fbd3654a592dcd696495fc9f71ad SHA1 1dff013616ca56c363308a172b2283169f58d8a0 SHA256 bf49cd45ffb197a6992b3b7c99c94161eaf7cf6a2b661d3905ac382bedce34b8
EBUILD viewres-1.0.1-r1.ebuild 500 RMD160 6d194eb8e7f445483ea5597cc016d56b8f2ce860 SHA1 52b66115eed276fc6e6d44a5eaf2ffcf1c635c97 SHA256 01059c9d3fd8d6a681a468aaf63e5baee23b3838e0cd8b6fc0d4cd2e44feb472
-EBUILD viewres-1.0.1.ebuild 635 RMD160 8557fbb334c963b42a5e13401e0e9f3505490976 SHA1 0b1dd8e5978023cf7876cc1917f4b50292ee1638 SHA256 81442ae3a0823a63748e67bda324711f93fd71333e25173543db5f39810aa730
MISC ChangeLog 2616 RMD160 e0c44d17a688837600f20c09ca66b1f85d3dde0f SHA1 56d7911bac4c077e9f60fe1c4e244bede1adeaa8 SHA256 37920e4ba0fba4474021e7b1c8112db2ebb812661ec4dda0159f19e01698f9b3
MISC metadata.xml 156 RMD160 c1274bdccf57603d580de0075ba07a35b7509560 SHA1 6f78f604e3d079d39189b40aaaa1ddb06182ad91 SHA256 5101ab0d4cc8c7125eea733c44e86962769bd77acaf53b69223b9cadcdd29055
diff --git a/x11-apps/viewres/viewres-1.0.1.ebuild b/x11-apps/viewres/viewres-1.0.1.ebuild
deleted file mode 100644
index 1ff5f32f0090..000000000000
--- a/x11-apps/viewres/viewres-1.0.1.ebuild
+++ /dev/null
@@ -1,24 +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/viewres/viewres-1.0.1.ebuild,v 1.9 2008/01/13 09:35:45 vapier Exp $
-
-# Must be before x-modular eclass is inherited
-#SNAPSHOT="yes"
-
-inherit x-modular
-
-DESCRIPTION="graphical class browser for Xt"
-
-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
-}