summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Baergen <joshuabaergen@gentoo.org>2005-12-04 22:24:52 +0000
committerJoshua Baergen <joshuabaergen@gentoo.org>2005-12-04 22:24:52 +0000
commit969537e228ed1f01afe813d06dc2b67c87953a5d (patch)
treea6e994d401941c1601bf545407b900e1788f8afb /x11-apps/xditview
parentClean house. (diff)
downloadhistorical-969537e228ed1f01afe813d06dc2b67c87953a5d.tar.gz
historical-969537e228ed1f01afe813d06dc2b67c87953a5d.tar.bz2
historical-969537e228ed1f01afe813d06dc2b67c87953a5d.zip
Bump for 7.0RC3.
Package-Manager: portage-2.0.53
Diffstat (limited to 'x11-apps/xditview')
-rw-r--r--x11-apps/xditview/ChangeLog8
-rw-r--r--x11-apps/xditview/files/digest-xditview-0.99.21
-rw-r--r--x11-apps/xditview/xditview-0.99.2.ebuild22
3 files changed, 30 insertions, 1 deletions
diff --git a/x11-apps/xditview/ChangeLog b/x11-apps/xditview/ChangeLog
index d4fc259c73e6..ca5b6030968e 100644
--- a/x11-apps/xditview/ChangeLog
+++ b/x11-apps/xditview/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-apps/xditview
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xditview/ChangeLog,v 1.4 2005/10/20 00:45:22 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xditview/ChangeLog,v 1.5 2005/12/04 21:58:29 joshuabaergen Exp $
+
+*xditview-0.99.2 (04 Dec 2005)
+
+ 04 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org>
+ +xditview-0.99.2.ebuild:
+ Bump for 7.0RC3.
*xditview-0.99.1 (20 Oct 2005)
diff --git a/x11-apps/xditview/files/digest-xditview-0.99.2 b/x11-apps/xditview/files/digest-xditview-0.99.2
new file mode 100644
index 000000000000..342cead1364f
--- /dev/null
+++ b/x11-apps/xditview/files/digest-xditview-0.99.2
@@ -0,0 +1 @@
+MD5 feeea439c548a59f8b7bdd8cc7f33f6f xditview-0.99.2.tar.bz2 101190
diff --git a/x11-apps/xditview/xditview-0.99.2.ebuild b/x11-apps/xditview/xditview-0.99.2.ebuild
new file mode 100644
index 000000000000..7a4a6feb9292
--- /dev/null
+++ b/x11-apps/xditview/xditview-0.99.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xditview/xditview-0.99.2.ebuild,v 1.1 2005/12/04 21:58:29 joshuabaergen Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org xditview application"
+KEYWORDS="~arm ~mips ~s390 ~sparc ~x86"
+IUSE="xprint"
+RDEPEND="x11-libs/libXaw"
+DEPEND="${RDEPEND}"
+
+CONFIGURE_OPTIONS="$(use_enable xprint)"
+
+pkg_setup() {
+ if use xprint && ! built_with_use x11-libs/libXaw xprint; then
+ die "Build x11-libs/libXaw with USE=xprint."
+ fi
+}