diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-18 19:26:16 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-18 19:26:16 +0000 |
commit | 77f406740db7da0d1839f91c6518af47c6d0aba3 (patch) | |
tree | fa20a4d6992ffebbf4c44a472d66f02170ec5c5d /x11-apps/xclipboard | |
parent | Version bump (diff) | |
download | gentoo-2-77f406740db7da0d1839f91c6518af47c6d0aba3.tar.gz gentoo-2-77f406740db7da0d1839f91c6518af47c6d0aba3.tar.bz2 gentoo-2-77f406740db7da0d1839f91c6518af47c6d0aba3.zip |
Bump for 7.0RC4.
(Portage version: 2.1_pre1)
Diffstat (limited to 'x11-apps/xclipboard')
-rw-r--r-- | x11-apps/xclipboard/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/xclipboard/files/digest-xclipboard-1.0.0 | 1 | ||||
-rw-r--r-- | x11-apps/xclipboard/xclipboard-1.0.0.ebuild | 22 |
3 files changed, 30 insertions, 1 deletions
diff --git a/x11-apps/xclipboard/ChangeLog b/x11-apps/xclipboard/ChangeLog index eb96879ede54..92c1be7a7be2 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.7 2005/12/09 06:42:02 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xclipboard/ChangeLog,v 1.8 2005/12/18 19:26:16 joshuabaergen Exp $ + +*xclipboard-1.0.0 (18 Dec 2005) + + 18 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +xclipboard-1.0.0.ebuild: + Bump for 7.0RC4. 09 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; -xclipboard-0.99.0.ebuild, -xclipboard-0.99.1.ebuild: diff --git a/x11-apps/xclipboard/files/digest-xclipboard-1.0.0 b/x11-apps/xclipboard/files/digest-xclipboard-1.0.0 new file mode 100644 index 000000000000..bc1873775c83 --- /dev/null +++ b/x11-apps/xclipboard/files/digest-xclipboard-1.0.0 @@ -0,0 +1 @@ +MD5 71aff03e43412e7d691562e0d0d09335 xclipboard-1.0.0.tar.bz2 83306 diff --git a/x11-apps/xclipboard/xclipboard-1.0.0.ebuild b/x11-apps/xclipboard/xclipboard-1.0.0.ebuild new file mode 100644 index 000000000000..b4f24b8dc5ef --- /dev/null +++ b/x11-apps/xclipboard/xclipboard-1.0.0.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-1.0.0.ebuild,v 1.1 2005/12/18 19:26:16 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 +} |