summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2006-04-04 00:54:48 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2006-04-04 00:54:48 +0000
commit3a6cff3ba63c19aec32ab18861b04ce5a494802e (patch)
treefe21a1de169da3b1992c7b221258467e3043d517 /x11-apps/xman
parentMan page fixes. (diff)
downloadgentoo-2-3a6cff3ba63c19aec32ab18861b04ce5a494802e.tar.gz
gentoo-2-3a6cff3ba63c19aec32ab18861b04ce5a494802e.tar.bz2
gentoo-2-3a6cff3ba63c19aec32ab18861b04ce5a494802e.zip
Man page fixes.
(Portage version: 2.1_pre6-r5)
Diffstat (limited to 'x11-apps/xman')
-rw-r--r--x11-apps/xman/ChangeLog7
-rw-r--r--x11-apps/xman/files/digest-xman-1.0.23
-rw-r--r--x11-apps/xman/xman-1.0.2.ebuild18
3 files changed, 27 insertions, 1 deletions
diff --git a/x11-apps/xman/ChangeLog b/x11-apps/xman/ChangeLog
index cf3ded5b261c..24d366c5735a 100644
--- a/x11-apps/xman/ChangeLog
+++ b/x11-apps/xman/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-apps/xman
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v 1.12 2006/02/14 21:35:37 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v 1.13 2006/04/04 00:54:47 spyderous Exp $
+
+*xman-1.0.2 (04 Apr 2006)
+
+ 04 Apr 2006; Donnie Berkholz <spyderous@gentoo.org>; +xman-1.0.2.ebuild:
+ Man page fixes.
14 Feb 2006; Markus Rothe <corsair@gentoo.org> xman-1.0.1.ebuild:
Added ~ppc64
diff --git a/x11-apps/xman/files/digest-xman-1.0.2 b/x11-apps/xman/files/digest-xman-1.0.2
new file mode 100644
index 000000000000..36be78ebf1d2
--- /dev/null
+++ b/x11-apps/xman/files/digest-xman-1.0.2
@@ -0,0 +1,3 @@
+MD5 855f2dbfa2aff58b8b9cd6a1c1120fad xman-1.0.2.tar.bz2 138214
+RMD160 5a84755d1415341b528c8d2cd8cd9db4c2e39b5e xman-1.0.2.tar.bz2 138214
+SHA256 00bc616892388c94505b09564daffbad2df2e7c684686dea2d78dbcd210212f2 xman-1.0.2.tar.bz2 138214
diff --git a/x11-apps/xman/xman-1.0.2.ebuild b/x11-apps/xman/xman-1.0.2.ebuild
new file mode 100644
index 000000000000..c5046cb4e675
--- /dev/null
+++ b/x11-apps/xman/xman-1.0.2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2006 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.1 2006/04/04 00:54:48 spyderous Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org xman application"
+KEYWORDS="~amd64 ~arm ~mips ~ppc64 ~s390 ~sparc ~x86"
+# Broken without xprint
+IUSE="xprint"
+RDEPEND="xprint? ( x11-libs/libXprintUtil )"
+#x11-libs/libXprintUtil"
+DEPEND="${RDEPEND}"
+
+CONFIGURE_OPTIONS="$(use_enable xprint)"