summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-10-03 11:36:14 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2009-10-03 11:36:14 +0000
commit1a0993a8b670aa8d1dd5c26215ef597153a5db10 (patch)
tree2a2289ce553a8b82ed285ef403f7ec31cf11784b /x11-apps/xman
parentRemove old version with built_with_use. Fixes bug #285463. (diff)
downloadhistorical-1a0993a8b670aa8d1dd5c26215ef597153a5db10.tar.gz
historical-1a0993a8b670aa8d1dd5c26215ef597153a5db10.tar.bz2
historical-1a0993a8b670aa8d1dd5c26215ef597153a5db10.zip
Version bump.
Package-Manager: portage-2.2_rc41/cvs/Linux x86_64
Diffstat (limited to 'x11-apps/xman')
-rw-r--r--x11-apps/xman/ChangeLog7
-rw-r--r--x11-apps/xman/xman-1.0.3.ebuild16
2 files changed, 22 insertions, 1 deletions
diff --git a/x11-apps/xman/ChangeLog b/x11-apps/xman/ChangeLog
index 53c8ee1b693e..607aa8a11202 100644
--- a/x11-apps/xman/ChangeLog
+++ b/x11-apps/xman/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-apps/xman
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v 1.30 2009/07/07 01:46:04 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v 1.31 2009/10/03 11:36:14 scarabeus Exp $
+
+*xman-1.0.3 (03 Oct 2009)
+
+ 03 Oct 2009; Tomáš Chvátal <scarabeus@gentoo.org> +xman-1.0.3.ebuild:
+ Version bump.
07 Jul 2009; Jeroen Roovers <jer@gentoo.org> xman-1.0.2-r1.ebuild:
Stable for HPPA too.
diff --git a/x11-apps/xman/xman-1.0.3.ebuild b/x11-apps/xman/xman-1.0.3.ebuild
new file mode 100644
index 000000000000..f99cb61031ff
--- /dev/null
+++ b/x11-apps/xman/xman-1.0.3.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/xman-1.0.3.ebuild,v 1.1 2009/10/03 11:36:14 scarabeus 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 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libXaw"
+DEPEND="${RDEPEND}"