diff options
author | 2009-10-15 12:27:42 +0000 | |
---|---|---|
committer | 2009-10-15 12:27:42 +0000 | |
commit | afd9732b93feb259fba1339ead6cf84032522bb0 (patch) | |
tree | a16c60990edb93979a738e1edc008960d8340c2c /x11-apps/xclipboard | |
parent | Version bump. (diff) | |
download | historical-afd9732b93feb259fba1339ead6cf84032522bb0.tar.gz historical-afd9732b93feb259fba1339ead6cf84032522bb0.tar.bz2 historical-afd9732b93feb259fba1339ead6cf84032522bb0.zip |
Version bump.
Package-Manager: portage-2.2_rc46/cvs/Linux x86_64
Diffstat (limited to 'x11-apps/xclipboard')
-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}" |