diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-10-15 12:25:59 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-10-15 12:25:59 +0000 |
commit | bbd665feb35d3347902168421e633edae987798e (patch) | |
tree | 04e18322561139aba01a4334d8d61b3b8f22df21 /x11-apps | |
parent | Version bump. (diff) | |
download | gentoo-2-bbd665feb35d3347902168421e633edae987798e.tar.gz gentoo-2-bbd665feb35d3347902168421e633edae987798e.tar.bz2 gentoo-2-bbd665feb35d3347902168421e633edae987798e.zip |
Version bump.
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xclipboard/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/xclipboard/xclipboard-1.1.0.ebuild | 18 |
2 files changed, 25 insertions, 1 deletions
diff --git a/x11-apps/xclipboard/ChangeLog b/x11-apps/xclipboard/ChangeLog index 3dc6fb222019..326e349be412 100644 --- a/x11-apps/xclipboard/ChangeLog +++ b/x11-apps/xclipboard/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xclipboard # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xclipboard/ChangeLog,v 1.25 2009/07/07 01:33:02 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xclipboard/ChangeLog,v 1.26 2009/10/15 12:25:59 scarabeus Exp $ + +*xclipboard-1.1.0 (15 Oct 2009) + + 15 Oct 2009; Tomáš Chvátal <scarabeus@gentoo.org> + +xclipboard-1.1.0.ebuild: + Version bump. 07 Jul 2009; Jeroen Roovers <jer@gentoo.org> xclipboard-1.0.1-r1.ebuild: Stable for HPPA too. diff --git a/x11-apps/xclipboard/xclipboard-1.1.0.ebuild b/x11-apps/xclipboard/xclipboard-1.1.0.ebuild new file mode 100644 index 000000000000..13375a4950de --- /dev/null +++ b/x11-apps/xclipboard/xclipboard-1.1.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xclipboard/xclipboard-1.1.0.ebuild,v 1.1 2009/10/15 12:25:59 scarabeus Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="interchange between cut buffer and selection" +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" +RDEPEND="x11-libs/libXaw + x11-libs/libxkbfile + x11-libs/libXmu + x11-libs/libXt + x11-libs/libX11" +DEPEND="${RDEPEND}" |