summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Cardona <remi@gentoo.org>2009-10-18 21:36:54 +0000
committerRemi Cardona <remi@gentoo.org>2009-10-18 21:36:54 +0000
commitd41ec2bac14f55dd8fd8def394b59243a5032498 (patch)
tree64018e1470541a9e44aabce9dfed4ec2991325f4 /x11-apps/xman
parentx11-apps/xcursorgen: bump to 1.0.3, sync with overlay (diff)
downloadhistorical-d41ec2bac14f55dd8fd8def394b59243a5032498.tar.gz
historical-d41ec2bac14f55dd8fd8def394b59243a5032498.tar.bz2
historical-d41ec2bac14f55dd8fd8def394b59243a5032498.zip
x11-apps/xman: bump to 1.1.0, sync with overlay
Package-Manager: portage-2.2_rc46/cvs/Linux i686
Diffstat (limited to 'x11-apps/xman')
-rw-r--r--x11-apps/xman/ChangeLog7
-rw-r--r--x11-apps/xman/xman-1.1.0.ebuild13
2 files changed, 19 insertions, 1 deletions
diff --git a/x11-apps/xman/ChangeLog b/x11-apps/xman/ChangeLog
index 607aa8a11202..24f79cf1c97b 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.31 2009/10/03 11:36:14 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v 1.32 2009/10/18 21:36:54 remi Exp $
+
+*xman-1.1.0 (18 Oct 2009)
+
+ 18 Oct 2009; Rémi Cardona <remi@gentoo.org> +xman-1.1.0.ebuild:
+ bump to 1.1.0, sync with overlay
*xman-1.0.3 (03 Oct 2009)
diff --git a/x11-apps/xman/xman-1.1.0.ebuild b/x11-apps/xman/xman-1.1.0.ebuild
new file mode 100644
index 000000000000..5e9406fb7e20
--- /dev/null
+++ b/x11-apps/xman/xman-1.1.0.ebuild
@@ -0,0 +1,13 @@
+# 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.1.0.ebuild,v 1.1 2009/10/18 21:36:54 remi Exp $
+
+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}"