diff options
author | 2013-01-20 18:39:14 +0000 | |
---|---|---|
committer | 2013-01-20 18:39:14 +0000 | |
commit | ba22038607a314a28ec53d08885c55a5ce326501 (patch) | |
tree | 1dd3467701f4f41df7f25af910d8f28b9c9c90b9 | |
parent | Version bump. (diff) | |
download | gentoo-2-ba22038607a314a28ec53d08885c55a5ce326501.tar.gz gentoo-2-ba22038607a314a28ec53d08885c55a5ce326501.tar.bz2 gentoo-2-ba22038607a314a28ec53d08885c55a5ce326501.zip |
Version bump.
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
-rw-r--r-- | x11-apps/xditview/ChangeLog | 11 | ||||
-rw-r--r-- | x11-apps/xditview/xditview-1.0.3.ebuild | 17 |
2 files changed, 25 insertions, 3 deletions
diff --git a/x11-apps/xditview/ChangeLog b/x11-apps/xditview/ChangeLog index bb17ea7c433d..b7f95ccaff83 100644 --- a/x11-apps/xditview/ChangeLog +++ b/x11-apps/xditview/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xditview -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xditview/ChangeLog,v 1.30 2011/02/14 23:40:57 xarthisius Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xditview/ChangeLog,v 1.31 2013/01/20 18:39:14 chithanh Exp $ + +*xditview-1.0.3 (20 Jan 2013) + + 20 Jan 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xditview-1.0.3.ebuild: + Version bump. 14 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> xditview-1.0.2.ebuild: ppc stable wrt #344827, #354237 @@ -116,4 +122,3 @@ 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; +xditview-0.99.0.ebuild: Initial commit for modular X. - diff --git a/x11-apps/xditview/xditview-1.0.3.ebuild b/x11-apps/xditview/xditview-1.0.3.ebuild new file mode 100644 index 000000000000..8d0a0fa66aeb --- /dev/null +++ b/x11-apps/xditview/xditview-1.0.3.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xditview/xditview-1.0.3.ebuild,v 1.1 2013/01/20 18:39:14 chithanh Exp $ + +EAPI=5 + +inherit xorg-2 + +DESCRIPTION="display ditroff output" +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +RDEPEND="x11-libs/libXaw + x11-libs/libXmu + x11-libs/libXt + x11-libs/libX11" +DEPEND="${RDEPEND}" |