summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-04-30 22:49:43 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-04-30 22:49:43 +0000
commit926638713d1453c04d9083d37f71b7b133945b24 (patch)
tree4855b716e46c86ec99d70385e60013916741bd5d /x11-apps
parentold (diff)
downloadgentoo-2-926638713d1453c04d9083d37f71b7b133945b24.tar.gz
gentoo-2-926638713d1453c04d9083d37f71b7b133945b24.tar.bz2
gentoo-2-926638713d1453c04d9083d37f71b7b133945b24.zip
old
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xman/Manifest1
-rw-r--r--x11-apps/xman/xman-1.0.2.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/x11-apps/xman/Manifest b/x11-apps/xman/Manifest
index bbc25a0b9649..267f068bf5bb 100644
--- a/x11-apps/xman/Manifest
+++ b/x11-apps/xman/Manifest
@@ -1,5 +1,4 @@
DIST xman-1.0.2.tar.bz2 138214 RMD160 5a84755d1415341b528c8d2cd8cd9db4c2e39b5e SHA1 b3d53eedce31071dfc3bc981b04e960d4f830527 SHA256 00bc616892388c94505b09564daffbad2df2e7c684686dea2d78dbcd210212f2
EBUILD xman-1.0.2-r1.ebuild 521 RMD160 7994e85670ae89ccf9530d3d13fe549f65148372 SHA1 4ccb448eddc4403947e97662a9ba2ed7b14661f5 SHA256 19f1355c695b7f2a1bc11a687c7e374a53ed046e58ef1c22260565046e90329e
-EBUILD xman-1.0.2.ebuild 745 RMD160 1c37c3ae4354978a795681809c5894cebbbca17b SHA1 a93501fc5183d8949d887a71640fe322f2571002 SHA256 0705dbf876a9354a7933313a906792ef9744481758b94c94945c5070e50f2b49
MISC ChangeLog 3464 RMD160 08701ce6b445c8d4fd0f6d6dadeba56ef426d7b6 SHA1 a22c0e0108628a7bb005f635c86f89ecdba4b3c4 SHA256 68e28b8792340193fefa146f0bdd54d4bab6683f26ed7c7ae10431eda128701c
MISC metadata.xml 156 RMD160 c1274bdccf57603d580de0075ba07a35b7509560 SHA1 6f78f604e3d079d39189b40aaaa1ddb06182ad91 SHA256 5101ab0d4cc8c7125eea733c44e86962769bd77acaf53b69223b9cadcdd29055
diff --git a/x11-apps/xman/xman-1.0.2.ebuild b/x11-apps/xman/xman-1.0.2.ebuild
deleted file mode 100644
index 32b93ff04788..000000000000
--- a/x11-apps/xman/xman-1.0.2.ebuild
+++ /dev/null
@@ -1,29 +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/xman/xman-1.0.2.ebuild,v 1.11 2008/10/11 22:27:05 flameeyes Exp $
-
-# Must be before x-modular eclass is inherited
-#SNAPSHOT="yes"
-
-inherit x-modular
-
-DESCRIPTION="Manual page display program for the X Window System"
-
-KEYWORDS="amd64 arm ~mips ~ppc ppc64 s390 sh ~sparc x86"
-IUSE="xprint"
-
-RDEPEND="xprint? ( x11-libs/libXprintUtil )
- x11-libs/libXaw"
-DEPEND="${RDEPEND}"
-
-CONFIGURE_OPTIONS="$(use_enable xprint)"
-
-pkg_setup() {
- if use xprint; then
- if ! built_with_use x11-libs/libXaw xprint; then
- msg="You must build libXaw with xprint enabled."
- eerror ${msg}
- die ${msg}
- fi
- fi
-}