diff options
author | Santiago M. Mola <coldwind@gentoo.org> | 2008-09-17 15:43:07 +0000 |
---|---|---|
committer | Santiago M. Mola <coldwind@gentoo.org> | 2008-09-17 15:43:07 +0000 |
commit | 16cc898f89a4ddcb5e5f7b992396eaf0f3bb8ea6 (patch) | |
tree | be133327ae963e971b866911bdb2c1d62f6bee2a /x11-misc/xsel | |
parent | Remove the deprecated 2008/no-nptl profile (diff) | |
download | gentoo-2-16cc898f89a4ddcb5e5f7b992396eaf0f3bb8ea6.tar.gz gentoo-2-16cc898f89a4ddcb5e5f7b992396eaf0f3bb8ea6.tar.bz2 gentoo-2-16cc898f89a4ddcb5e5f7b992396eaf0f3bb8ea6.zip |
Remove old version.
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'x11-misc/xsel')
-rw-r--r-- | x11-misc/xsel/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xsel/xsel-0.9.6.ebuild | 27 |
2 files changed, 4 insertions, 28 deletions
diff --git a/x11-misc/xsel/ChangeLog b/x11-misc/xsel/ChangeLog index 8fd5e834585f..c12de236c19a 100644 --- a/x11-misc/xsel/ChangeLog +++ b/x11-misc/xsel/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xsel # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsel/ChangeLog,v 1.14 2008/09/17 14:53:19 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsel/ChangeLog,v 1.15 2008/09/17 15:43:07 coldwind Exp $ + + 17 Sep 2008; Santiago M. Mola <coldwind@gentoo.org> -xsel-0.9.6.ebuild: + Remove old version. 17 Sep 2008; Brent Baude <ranger@gentoo.org> xsel-1.1.0.ebuild: keyworded ~arch for ppc64, bug 224413 diff --git a/x11-misc/xsel/xsel-0.9.6.ebuild b/x11-misc/xsel/xsel-0.9.6.ebuild deleted file mode 100644 index a8bff361d7bf..000000000000 --- a/x11-misc/xsel/xsel-0.9.6.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsel/xsel-0.9.6.ebuild,v 1.8 2007/02/04 18:46:17 beandog Exp $ - -DESCRIPTION="XSel is a command-line program for getting and setting the contents of the X selection." -HOMEPAGE="http://www.vergenet.net/~conrad/software/xsel" -SRC_URI="http://www.vergenet.net/~conrad/software/xsel/download/${P}.tar.gz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="amd64 ia64 ppc x86" -IUSE="" - -RDEPEND="x11-libs/libX11 - x11-libs/libXext" -DEPEND="${RDEPEND} - x11-proto/xproto" - -src_compile() { - econf || die "econf failed" - emake CFLAGS="${CFLAGS}" || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog NEWS README -} |