summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-11-01 15:24:29 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-11-01 15:24:29 +0000
commit11ebf734cae40803a00ff71debf3cd3cea841fdf (patch)
treea457e5e0844e459fb69e9fa5d84c77b3a699bfb0 /x11-apps/xman
parentDrop python changes, it's unneeded since gnome-doc-utils has been fixed. (diff)
downloadgentoo-2-11ebf734cae40803a00ff71debf3cd3cea841fdf.tar.gz
gentoo-2-11ebf734cae40803a00ff71debf3cd3cea841fdf.tar.bz2
gentoo-2-11ebf734cae40803a00ff71debf3cd3cea841fdf.zip
Version bump
(Portage version: 2.2_rc98/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.1.1.ebuild17
2 files changed, 23 insertions, 1 deletions
diff --git a/x11-apps/xman/ChangeLog b/x11-apps/xman/ChangeLog
index 4de9dc9b6d0f..e311719bcf32 100644
--- a/x11-apps/xman/ChangeLog
+++ b/x11-apps/xman/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-apps/xman
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v 1.42 2010/01/23 19:13:48 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v 1.43 2010/11/01 15:24:29 scarabeus Exp $
+
+*xman-1.1.1 (01 Nov 2010)
+
+ 01 Nov 2010; Tomáš Chvátal <scarabeus@gentoo.org> +xman-1.1.1.ebuild:
+ Version bump
23 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org>
-xman-1.0.2-r1.ebuild:
diff --git a/x11-apps/xman/xman-1.1.1.ebuild b/x11-apps/xman/xman-1.1.1.ebuild
new file mode 100644
index 000000000000..41788b79e4e4
--- /dev/null
+++ b/x11-apps/xman/xman-1.1.1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/xman-1.1.1.ebuild,v 1.1 2010/11/01 15:24:29 scarabeus Exp $
+
+EAPI=3
+inherit xorg-2
+
+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
+ x11-libs/libXt
+ x11-libs/libXmu
+ x11-proto/xproto"
+DEPEND="${RDEPEND}"