summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-02-09 00:18:15 +0000
committerTim Harder <radhermit@gentoo.org>2012-02-09 00:18:15 +0000
commit1267284ad3f86577b113e88e0cff3eba4d1af114 (patch)
treed9300d6a9654cca929d1c57cf253dc2850195d59 /x11-misc/xsel/xsel-1.2.0.ebuild
parentUpdate to EAPI=4 and cleanup ebuild. (diff)
downloadhistorical-1267284ad3f86577b113e88e0cff3eba4d1af114.tar.gz
historical-1267284ad3f86577b113e88e0cff3eba4d1af114.tar.bz2
historical-1267284ad3f86577b113e88e0cff3eba4d1af114.zip
Update to EAPI 4.
Package-Manager: portage-2.1.10.44/cvs/Linux x86_64
Diffstat (limited to 'x11-misc/xsel/xsel-1.2.0.ebuild')
-rw-r--r--x11-misc/xsel/xsel-1.2.0.ebuild14
1 files changed, 5 insertions, 9 deletions
diff --git a/x11-misc/xsel/xsel-1.2.0.ebuild b/x11-misc/xsel/xsel-1.2.0.ebuild
index 27f7c341458f..bb2d253ef041 100644
--- a/x11-misc/xsel/xsel-1.2.0.ebuild
+++ b/x11-misc/xsel/xsel-1.2.0.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsel/xsel-1.2.0.ebuild,v 1.2 2010/01/10 18:39:36 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsel/xsel-1.2.0.ebuild,v 1.3 2012/02/09 00:18:15 radhermit Exp $
+
+EAPI=4
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"
@@ -18,11 +20,5 @@ DEPEND="${RDEPEND}
x11-libs/libXt"
src_compile() {
- econf --disable-dependency-tracking
- emake CFLAGS="${CFLAGS}" || die "emake failed."
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed."
- dodoc AUTHORS ChangeLog README
+ emake CFLAGS="${CFLAGS}"
}