summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Baergen <joshuabaergen@gentoo.org>2005-12-04 21:58:29 +0000
committerJoshua Baergen <joshuabaergen@gentoo.org>2005-12-04 21:58:29 +0000
commit3a17d4878d07db58d36d87b53d4cbd174fd9f07e (patch)
treee12c044ead525235149632f229350c5b9b4efdc2 /x11-apps/xclipboard
parentBump for 7.0RC3. (diff)
downloadgentoo-2-3a17d4878d07db58d36d87b53d4cbd174fd9f07e.tar.gz
gentoo-2-3a17d4878d07db58d36d87b53d4cbd174fd9f07e.tar.bz2
gentoo-2-3a17d4878d07db58d36d87b53d4cbd174fd9f07e.zip
Bump for 7.0RC3.
(Portage version: 2.0.53)
Diffstat (limited to 'x11-apps/xclipboard')
-rw-r--r--x11-apps/xclipboard/ChangeLog8
-rw-r--r--x11-apps/xclipboard/files/digest-xclipboard-0.99.21
-rw-r--r--x11-apps/xclipboard/xclipboard-0.99.2.ebuild22
3 files changed, 30 insertions, 1 deletions
diff --git a/x11-apps/xclipboard/ChangeLog b/x11-apps/xclipboard/ChangeLog
index 4e6fd25b6983..2d5af7b5cb55 100644
--- a/x11-apps/xclipboard/ChangeLog
+++ b/x11-apps/xclipboard/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-apps/xclipboard
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xclipboard/ChangeLog,v 1.5 2005/11/25 16:22:06 herbs Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xclipboard/ChangeLog,v 1.6 2005/12/04 21:55:10 joshuabaergen Exp $
+
+*xclipboard-0.99.2 (04 Dec 2005)
+
+ 04 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org>
+ +xclipboard-0.99.2.ebuild:
+ Bump for 7.0RC3.
25 Nov 2005; Herbie Hopkins <herbs@gentoo.org> xclipboard-0.99.1.ebuild:
Marked ~amd64.
diff --git a/x11-apps/xclipboard/files/digest-xclipboard-0.99.2 b/x11-apps/xclipboard/files/digest-xclipboard-0.99.2
new file mode 100644
index 000000000000..075f60e013ca
--- /dev/null
+++ b/x11-apps/xclipboard/files/digest-xclipboard-0.99.2
@@ -0,0 +1 @@
+MD5 abd378102ccfda63a99f45c0889fe459 xclipboard-0.99.2.tar.bz2 82001
diff --git a/x11-apps/xclipboard/xclipboard-0.99.2.ebuild b/x11-apps/xclipboard/xclipboard-0.99.2.ebuild
new file mode 100644
index 000000000000..25ffcce7f87b
--- /dev/null
+++ b/x11-apps/xclipboard/xclipboard-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/xclipboard/xclipboard-0.99.2.ebuild,v 1.1 2005/12/04 21:55:10 joshuabaergen Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org xclipboard application"
+KEYWORDS="~amd64 ~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
+}