diff options
-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 +) |