diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-03 13:32:03 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-03 13:32:03 +0000 |
commit | 874e31d3f4171be8c3dfbe6bc6b792a295ea33a5 (patch) | |
tree | f8d4cc620c039741169d3dc099ef4eca76770c33 /x11-misc/xclip | |
parent | Stable on alpha, bug #285586 (diff) | |
download | gentoo-2-874e31d3f4171be8c3dfbe6bc6b792a295ea33a5.tar.gz gentoo-2-874e31d3f4171be8c3dfbe6bc6b792a295ea33a5.tar.bz2 gentoo-2-874e31d3f4171be8c3dfbe6bc6b792a295ea33a5.zip |
Version bump.
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/xclip')
-rw-r--r-- | x11-misc/xclip/ChangeLog | 10 | ||||
-rw-r--r-- | x11-misc/xclip/xclip-0.12.ebuild (renamed from x11-misc/xclip/xclip-0.11.ebuild) | 15 |
2 files changed, 13 insertions, 12 deletions
diff --git a/x11-misc/xclip/ChangeLog b/x11-misc/xclip/ChangeLog index 56d316990c25..28097f7a3f5e 100644 --- a/x11-misc/xclip/ChangeLog +++ b/x11-misc/xclip/ChangeLog @@ -1,9 +1,11 @@ # ChangeLog for x11-misc/xclip -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xclip/ChangeLog,v 1.31 2009/02/02 23:57:00 nelchael Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xclip/ChangeLog,v 1.32 2009/10/03 13:32:03 ssuominen Exp $ - 02 Feb 2009; Krzysiek Pawlik <nelchael@gentoo.org> ChangeLog: - Fix ChangeLog entries. +*xclip-0.12 (03 Oct 2009) + + 03 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> +xclip-0.12.ebuild: + Version bump wrt #287488, thanks to José Romildo Malaquias for reporting. *xclip-0.11 (18 Jan 2009) diff --git a/x11-misc/xclip/xclip-0.11.ebuild b/x11-misc/xclip/xclip-0.12.ebuild index 91fddbe15322..7a3d8d58ac1a 100644 --- a/x11-misc/xclip/xclip-0.11.ebuild +++ b/x11-misc/xclip/xclip-0.12.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xclip/xclip-0.11.ebuild,v 1.1 2009/01/18 23:09:50 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xclip/xclip-0.12.ebuild,v 1.1 2009/10/03 13:32:03 ssuominen Exp $ DESCRIPTION="Command-line utility to read data from standard in and place it in an X selection" +HOMEPAGE="http://sourceforge.net/projects/xclip/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -HOMEPAGE="http://sourceforge.net/projects/xclip" LICENSE="GPL-2" SLOT="0" @@ -12,12 +12,11 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" RDEPEND="x11-libs/libX11 - x11-libs/libXmu - x11-libs/libXt - x11-libs/libXext" -DEPEND="${RDEPEND}" + x11-libs/libXmu" +DEPEND="${RDEPEND} + x11-libs/libXt" -src_install () { - emake DESTDIR="${D}" install || die "emake install failed" +src_install() { + emake DESTDIR="${D}" install || die dodoc ChangeLog README } |