summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-07-02 01:39:29 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-07-02 01:39:29 +0000
commitc657054bccf41d5d61775182f3ba5358a6cba639 (patch)
tree38a96ec36d69468d84af56433c783a52172f6d3b /x11-apps
parentVersion bump. (diff)
downloadgentoo-2-c657054bccf41d5d61775182f3ba5358a6cba639.tar.gz
gentoo-2-c657054bccf41d5d61775182f3ba5358a6cba639.tar.bz2
gentoo-2-c657054bccf41d5d61775182f3ba5358a6cba639.zip
Version bump.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xditview/ChangeLog7
-rw-r--r--x11-apps/xditview/xditview-1.0.4.ebuild17
2 files changed, 23 insertions, 1 deletions
diff --git a/x11-apps/xditview/ChangeLog b/x11-apps/xditview/ChangeLog
index 289c7f8834d4..f855ec3a4286 100644
--- a/x11-apps/xditview/ChangeLog
+++ b/x11-apps/xditview/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-apps/xditview
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xditview/ChangeLog,v 1.39 2015/04/11 21:48:15 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xditview/ChangeLog,v 1.40 2015/07/02 01:39:29 mrueg Exp $
+
+*xditview-1.0.4 (02 Jul 2015)
+
+ 02 Jul 2015; Manuel Rüger <mrueg@gentoo.org> +xditview-1.0.4.ebuild:
+ Version bump.
11 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -xditview-1.0.2.ebuild:
Remove old.
diff --git a/x11-apps/xditview/xditview-1.0.4.ebuild b/x11-apps/xditview/xditview-1.0.4.ebuild
new file mode 100644
index 000000000000..947369fdfee7
--- /dev/null
+++ b/x11-apps/xditview/xditview-1.0.4.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xditview/xditview-1.0.4.ebuild,v 1.1 2015/07/02 01:39:29 mrueg 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}"