diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2009-01-18 23:09:50 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2009-01-18 23:09:50 +0000 |
commit | 72758860ad02ed6ee6ef56dda2b82946e3bd8ce4 (patch) | |
tree | 9b51fc561308807a60e00ca7c828f502e9c5e73a /x11-misc/xclip | |
parent | Bump to 2.24.3-r1, provide a bluez-4 compatible ebuild bug #249257. (diff) | |
download | gentoo-2-72758860ad02ed6ee6ef56dda2b82946e3bd8ce4.tar.gz gentoo-2-72758860ad02ed6ee6ef56dda2b82946e3bd8ce4.tar.bz2 gentoo-2-72758860ad02ed6ee6ef56dda2b82946e3bd8ce4.zip |
Version bump, ebuild by Tim Harder, see bug #238356.
(Portage version: 2.1.6.6/cvs/Linux 2.6.28-tuxonice x86_64)
Diffstat (limited to 'x11-misc/xclip')
-rw-r--r-- | x11-misc/xclip/ChangeLog | 10 | ||||
-rw-r--r-- | x11-misc/xclip/xclip-0.08-r2.ebuild | 6 | ||||
-rw-r--r-- | x11-misc/xclip/xclip-0.11.ebuild | 23 |
3 files changed, 34 insertions, 5 deletions
diff --git a/x11-misc/xclip/ChangeLog b/x11-misc/xclip/ChangeLog index 13d7606948f6..6678fd8e1c2b 100644 --- a/x11-misc/xclip/ChangeLog +++ b/x11-misc/xclip/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/xclip -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xclip/ChangeLog,v 1.29 2008/06/03 19:24:49 coldwind Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xclip/ChangeLog,v 1.30 2009/01/18 23:09:50 nelchael Exp $ + +*xclip-0.11 (18 Jan 2009) + + 18 Jan 2009; <nelchael@gentoo.org> xclip-0.08-r2.ebuild, + +xclip-0.11.ebuild: + Version bump, ebuild by Tim Harder <thorium90@gmail.com>, see bug #238356. 03 Jun 2008; Santiago M. Mola <coldwind@gentoo.org> -xclip-0.08-r1.ebuild: Remove old. diff --git a/x11-misc/xclip/xclip-0.08-r2.ebuild b/x11-misc/xclip/xclip-0.08-r2.ebuild index 59b8db83e817..242a75041b45 100644 --- a/x11-misc/xclip/xclip-0.08-r2.ebuild +++ b/x11-misc/xclip/xclip-0.08-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2008 Gentoo Foundation +# 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.08-r2.ebuild,v 1.10 2008/03/31 01:50:15 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xclip/xclip-0.08-r2.ebuild,v 1.11 2009/01/18 23:09:50 nelchael Exp $ inherit eutils -DESCRIPTION="Command-line utility to read data from standard in and place it in an X selection for pasting into X applications." +DESCRIPTION="Command-line utility to read data from standard in and place it in an X selection" SRC_URI="http://people.debian.org/~kims/${PN}/${P}.tar.gz mirror://debian/pool/main/x/${PN}/${PN}_${PV}-7.diff.gz" HOMEPAGE="http://people.debian.org/~kims/xclip" diff --git a/x11-misc/xclip/xclip-0.11.ebuild b/x11-misc/xclip/xclip-0.11.ebuild new file mode 100644 index 000000000000..91fddbe15322 --- /dev/null +++ b/x11-misc/xclip/xclip-0.11.ebuild @@ -0,0 +1,23 @@ +# 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 $ + +DESCRIPTION="Command-line utility to read data from standard in and place it in an X selection" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +HOMEPAGE="http://sourceforge.net/projects/xclip" + +LICENSE="GPL-2" +SLOT="0" +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}" + +src_install () { + emake DESTDIR="${D}" install || die "emake install failed" + dodoc ChangeLog README +} |