diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-07-01 23:55:39 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-07-01 23:55:39 +0000 |
commit | 597cf6445aaf3ee208457bfa0ae72ae78056eda8 (patch) | |
tree | 5916c958e18f926a896193a3a2b8545960609bd9 /x11-apps/xman | |
parent | Version bump. (diff) | |
download | historical-597cf6445aaf3ee208457bfa0ae72ae78056eda8.tar.gz historical-597cf6445aaf3ee208457bfa0ae72ae78056eda8.tar.bz2 historical-597cf6445aaf3ee208457bfa0ae72ae78056eda8.zip |
Version bump.
Package-Manager: portage-2.2.0_alpha41/cvs/Linux x86_64
Diffstat (limited to 'x11-apps/xman')
-rw-r--r-- | x11-apps/xman/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/xman/xman-1.1.2.ebuild | 17 |
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}" |