summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-misc/xsel/ChangeLog5
-rw-r--r--x11-misc/xsel/xsel-0.9.6.ebuild27
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
-}