summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2005-10-20 00:45:25 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2005-10-20 00:45:25 +0000
commitcb65bb7016c0361820004c26bd52575a6cf5c0a7 (patch)
tree76d4bacb7f60f793b28ddb765173cf0287a6868b /x11-apps/xedit
parentUpdate SRC_URI to look in 7.0 RC1 location first, then RC0. Also only active ... (diff)
downloadgentoo-2-cb65bb7016c0361820004c26bd52575a6cf5c0a7.tar.gz
gentoo-2-cb65bb7016c0361820004c26bd52575a6cf5c0a7.tar.bz2
gentoo-2-cb65bb7016c0361820004c26bd52575a6cf5c0a7.zip
Bump for 7.0 RC1.
(Portage version: 2.0.53_rc5)
Diffstat (limited to 'x11-apps/xedit')
-rw-r--r--x11-apps/xedit/ChangeLog7
-rw-r--r--x11-apps/xedit/files/digest-xedit-0.99.11
-rw-r--r--x11-apps/xedit/xedit-0.99.1.ebuild29
3 files changed, 36 insertions, 1 deletions
diff --git a/x11-apps/xedit/ChangeLog b/x11-apps/xedit/ChangeLog
index 580a0413fe7f..6a1a8ce4939c 100644
--- a/x11-apps/xedit/ChangeLog
+++ b/x11-apps/xedit/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-apps/xedit
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xedit/ChangeLog,v 1.5 2005/09/28 02:59:41 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xedit/ChangeLog,v 1.6 2005/10/20 00:45:22 spyderous Exp $
+
+*xedit-0.99.1 (20 Oct 2005)
+
+ 20 Oct 2005; Donnie Berkholz <spyderous@gentoo.org>; +xedit-0.99.1.ebuild:
+ Bump for 7.0 RC1.
28 Sep 2005; Donnie Berkholz <spyderous@gentoo.org>; xedit-0.99.0.ebuild:
Add note about xprint being optional as of today's CVS.
diff --git a/x11-apps/xedit/files/digest-xedit-0.99.1 b/x11-apps/xedit/files/digest-xedit-0.99.1
new file mode 100644
index 000000000000..08823ff1d205
--- /dev/null
+++ b/x11-apps/xedit/files/digest-xedit-0.99.1
@@ -0,0 +1 @@
+MD5 e3c418a593902fe319dfaf3bdb0b4272 xedit-0.99.1.tar.bz2 438427
diff --git a/x11-apps/xedit/xedit-0.99.1.ebuild b/x11-apps/xedit/xedit-0.99.1.ebuild
new file mode 100644
index 000000000000..e726aba58aca
--- /dev/null
+++ b/x11-apps/xedit/xedit-0.99.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xedit/xedit-0.99.1.ebuild,v 1.1 2005/10/20 00:45:22 spyderous Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org xedit application"
+KEYWORDS="~mips ~sparc ~x86"
+IUSE="xprint"
+RDEPEND="x11-libs/libXprintUtil
+ x11-libs/libXaw
+ xprint? ( x11-libs/libXprintUtil )"
+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
+}
+
+#src_compile() {
+# x-modular_src_configure
+# emake -j1 || die "emake failed"
+#}