summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2011-07-01 23:54:54 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2011-07-01 23:54:54 +0000
commite2ec730e2d512ae46368f49721ef4390de8efacd (patch)
tree471774e4fadd99fddc0f746973f20a530be2b1fc /x11-apps/xman
parentVersion bump. (diff)
downloadgentoo-2-e2ec730e2d512ae46368f49721ef4390de8efacd.tar.gz
gentoo-2-e2ec730e2d512ae46368f49721ef4390de8efacd.tar.bz2
gentoo-2-e2ec730e2d512ae46368f49721ef4390de8efacd.zip
Version bump.
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps/xman')
-rw-r--r--x11-apps/xman/ChangeLog8
-rw-r--r--x11-apps/xman/xman-1.1.2.ebuild17
2 files changed, 24 insertions, 1 deletions
diff --git a/x11-apps/xman/ChangeLog b/x11-apps/xman/ChangeLog
index 5d620563a523..53aa68df0af1 100644
--- a/x11-apps/xman/ChangeLog
+++ b/x11-apps/xman/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-apps/xman
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v 1.50 2011/02/14 23:41:01 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v 1.51 2011/07/01 23:54:54 chithanh Exp $
+
+*xman-1.1.2 (01 Jul 2011)
+
+ 01 Jul 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xman-1.1.2.ebuild:
+ Version bump.
14 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> xman-1.1.1.ebuild:
ppc stable wrt #344827, #354237
diff --git a/x11-apps/xman/xman-1.1.2.ebuild b/x11-apps/xman/xman-1.1.2.ebuild
new file mode 100644
index 000000000000..713c8e3da108
--- /dev/null
+++ b/x11-apps/xman/xman-1.1.2.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/xman-1.1.2.ebuild,v 1.1 2011/07/01 23:54:54 chithanh Exp $
+
+EAPI=4
+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}"