diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-09-08 18:49:35 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-09-08 18:49:35 +0000 |
commit | 3ca84594718b0a8df3468f0bc4f390c19c77b34c (patch) | |
tree | 38980538b7ba1df90f50f3f8586a6e08ffe309fc | |
parent | Mask perl-5.18 and friends, again (diff) | |
download | gentoo-2-3ca84594718b0a8df3468f0bc4f390c19c77b34c.tar.gz gentoo-2-3ca84594718b0a8df3468f0bc4f390c19c77b34c.tar.bz2 gentoo-2-3ca84594718b0a8df3468f0bc4f390c19c77b34c.zip |
Version bump. Drop old.
(Portage version: 2.1.12.2/cvs/Linux x86_64, unsigned Manifest commit)
-rw-r--r-- | x11-apps/xclipboard/ChangeLog | 11 | ||||
-rw-r--r-- | x11-apps/xclipboard/xclipboard-1.1.3.ebuild (renamed from x11-apps/xclipboard/xclipboard-1.1.1.ebuild) | 10 |
2 files changed, 13 insertions, 8 deletions
diff --git a/x11-apps/xclipboard/ChangeLog b/x11-apps/xclipboard/ChangeLog index 2daeeeed6dca..842006c2673e 100644 --- a/x11-apps/xclipboard/ChangeLog +++ b/x11-apps/xclipboard/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xclipboard -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xclipboard/ChangeLog,v 1.52 2012/08/26 16:34:30 armin76 Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xclipboard/ChangeLog,v 1.53 2013/09/08 18:49:35 chithanh Exp $ + +*xclipboard-1.1.3 (08 Sep 2013) + + 08 Sep 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xclipboard-1.1.3.ebuild, -xclipboard-1.1.1.ebuild: + Version bump. Drop old. 26 Aug 2012; Raúl Porcel <armin76@gentoo.org> xclipboard-1.1.2.ebuild: s390/sh/sparc stable wrt #419473 @@ -199,4 +205,3 @@ 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; +xclipboard-0.99.0.ebuild: Initial commit for modular X. - diff --git a/x11-apps/xclipboard/xclipboard-1.1.1.ebuild b/x11-apps/xclipboard/xclipboard-1.1.3.ebuild index 86189739c8e9..9ddb67d99316 100644 --- a/x11-apps/xclipboard/xclipboard-1.1.1.ebuild +++ b/x11-apps/xclipboard/xclipboard-1.1.3.ebuild @@ -1,17 +1,17 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xclipboard/xclipboard-1.1.1.ebuild,v 1.8 2011/02/14 23:41:03 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xclipboard/xclipboard-1.1.3.ebuild,v 1.1 2013/09/08 18:49:35 chithanh Exp $ -EAPI=3 +EAPI=5 inherit xorg-2 DESCRIPTION="interchange between cut buffer and selection" -KEYWORDS="amd64 arm hppa ~mips ppc ppc64 s390 sh sparc x86" +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/libXt-1.1 x11-libs/libX11" DEPEND="${RDEPEND}" |