diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-02-24 15:35:47 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-02-24 15:35:47 +0000 |
commit | 0d53fbc1c3228d199e47d7896fccc2c7e8e6d593 (patch) | |
tree | c5bdb7172f930e5a2731769a3e9b0d48e6e4b53b /x11-apps | |
parent | Version bump. (diff) | |
download | gentoo-2-0d53fbc1c3228d199e47d7896fccc2c7e8e6d593.tar.gz gentoo-2-0d53fbc1c3228d199e47d7896fccc2c7e8e6d593.tar.bz2 gentoo-2-0d53fbc1c3228d199e47d7896fccc2c7e8e6d593.zip |
Version bump.
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xclipboard/ChangeLog | 10 | ||||
-rw-r--r-- | x11-apps/xclipboard/xclipboard-1.1.2.ebuild | 17 |
2 files changed, 25 insertions, 2 deletions
diff --git a/x11-apps/xclipboard/ChangeLog b/x11-apps/xclipboard/ChangeLog index 42d6d1cd94d1..27a88618fa9b 100644 --- a/x11-apps/xclipboard/ChangeLog +++ b/x11-apps/xclipboard/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xclipboard -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xclipboard/ChangeLog,v 1.43 2011/02/14 23:41:03 xarthisius Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xclipboard/ChangeLog,v 1.44 2012/02/24 15:35:47 chithanh Exp $ + +*xclipboard-1.1.2 (24 Feb 2012) + + 24 Feb 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xclipboard-1.1.2.ebuild: + Version bump. 14 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> xclipboard-1.1.1.ebuild: diff --git a/x11-apps/xclipboard/xclipboard-1.1.2.ebuild b/x11-apps/xclipboard/xclipboard-1.1.2.ebuild new file mode 100644 index 000000000000..d243a19d694a --- /dev/null +++ b/x11-apps/xclipboard/xclipboard-1.1.2.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xclipboard/xclipboard-1.1.2.ebuild,v 1.1 2012/02/24 15:35:47 chithanh Exp $ + +EAPI=4 + +inherit xorg-2 + +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}" |