diff options
author | Rémi Cardona <remi@gentoo.org> | 2009-10-18 21:36:54 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2009-10-18 21:36:54 +0000 |
commit | 0e7998386b6d791136d218420c25ef1141c63225 (patch) | |
tree | 6b550a7cff4ba6cc4786ff12f01f216e14a78bec /x11-apps | |
parent | x11-apps/xcursorgen: bump to 1.0.3, sync with overlay (diff) | |
download | gentoo-2-0e7998386b6d791136d218420c25ef1141c63225.tar.gz gentoo-2-0e7998386b6d791136d218420c25ef1141c63225.tar.bz2 gentoo-2-0e7998386b6d791136d218420c25ef1141c63225.zip |
x11-apps/xman: bump to 1.1.0, sync with overlay
(Portage version: 2.2_rc46/cvs/Linux i686)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xman/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/xman/xman-1.1.0.ebuild | 13 |
2 files changed, 19 insertions, 1 deletions
diff --git a/x11-apps/xman/ChangeLog b/x11-apps/xman/ChangeLog index 607aa8a11202..24f79cf1c97b 100644 --- a/x11-apps/xman/ChangeLog +++ b/x11-apps/xman/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/xman # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v 1.31 2009/10/03 11:36:14 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v 1.32 2009/10/18 21:36:54 remi Exp $ + +*xman-1.1.0 (18 Oct 2009) + + 18 Oct 2009; Rémi Cardona <remi@gentoo.org> +xman-1.1.0.ebuild: + bump to 1.1.0, sync with overlay *xman-1.0.3 (03 Oct 2009) diff --git a/x11-apps/xman/xman-1.1.0.ebuild b/x11-apps/xman/xman-1.1.0.ebuild new file mode 100644 index 000000000000..5e9406fb7e20 --- /dev/null +++ b/x11-apps/xman/xman-1.1.0.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/xman-1.1.0.ebuild,v 1.1 2009/10/18 21:36:54 remi Exp $ + +inherit x-modular + +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" +DEPEND="${RDEPEND}" |