diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2015-03-26 23:56:31 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2015-03-26 23:56:31 +0000 |
commit | e057a0d2845dee811cd212dfb138fd68b39477bb (patch) | |
tree | 2ff11e6a8fdb3883bc1a81f323774d6ee94cceab | |
parent | Version bump. Remove old. (diff) | |
download | gentoo-2-e057a0d2845dee811cd212dfb138fd68b39477bb.tar.gz gentoo-2-e057a0d2845dee811cd212dfb138fd68b39477bb.tar.bz2 gentoo-2-e057a0d2845dee811cd212dfb138fd68b39477bb.zip |
Version bump.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x2324E7B566DF2611!)
-rw-r--r-- | x11-apps/xman/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/xman/xman-1.1.4.ebuild | 22 |
2 files changed, 29 insertions, 1 deletions
diff --git a/x11-apps/xman/ChangeLog b/x11-apps/xman/ChangeLog index 0e121676d3bb..01e04aebcbf1 100644 --- a/x11-apps/xman/ChangeLog +++ b/x11-apps/xman/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xman # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v 1.68 2015/03/05 12:53:55 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v 1.69 2015/03/26 23:56:31 chithanh Exp $ + +*xman-1.1.4 (26 Mar 2015) + + 26 Mar 2015; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xman-1.1.4.ebuild: + Version bump. 05 Mar 2015; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> xman-1.1.3-r1.ebuild, xman-1.1.3.ebuild: diff --git a/x11-apps/xman/xman-1.1.4.ebuild b/x11-apps/xman/xman-1.1.4.ebuild new file mode 100644 index 000000000000..e6fab991adc4 --- /dev/null +++ b/x11-apps/xman/xman-1.1.4.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/xman-1.1.4.ebuild,v 1.1 2015/03/26 23:56:31 chithanh Exp $ + +EAPI=5 +XORG_EAUTORECONF=yes +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="" + +DEPEND="x11-libs/libXaw + x11-libs/libXt + x11-libs/libXmu + x11-proto/xproto" +RDEPEND="${DEPEND}" + +PATCHES=( + "${FILESDIR}"/${PN}-1.1.3-mandb-2.7.patch +) |