summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2011-11-27 23:17:24 +0000
committerJeroen Roovers <jer@gentoo.org>2011-11-27 23:17:24 +0000
commitd33289fb416659f42fb08c7ea797ca28b4ecdbef (patch)
tree9e4828ebe8fcfa29afb4a92990162bf78021d1ab /x11-misc
parentDo not use autotools-utils.eclass (bug #392097). (diff)
downloadgentoo-2-d33289fb416659f42fb08c7ea797ca28b4ecdbef.tar.gz
gentoo-2-d33289fb416659f42fb08c7ea797ca28b4ecdbef.tar.bz2
gentoo-2-d33289fb416659f42fb08c7ea797ca28b4ecdbef.zip
Do not use autotools-utils.eclass (bug #392133).
(Portage version: 2.2.0_alpha78/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/xnee/ChangeLog6
-rw-r--r--x11-misc/xnee/xnee-3.09.ebuild8
-rw-r--r--x11-misc/xnee/xnee-3.10.ebuild8
3 files changed, 15 insertions, 7 deletions
diff --git a/x11-misc/xnee/ChangeLog b/x11-misc/xnee/ChangeLog
index 0ec2463a8a28..fad85a24fab8 100644
--- a/x11-misc/xnee/ChangeLog
+++ b/x11-misc/xnee/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/xnee
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnee/ChangeLog,v 1.17 2011/11/27 04:38:16 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnee/ChangeLog,v 1.18 2011/11/27 23:17:24 jer Exp $
+
+ 27 Nov 2011; Jeroen Roovers <jer@gentoo.org> xnee-3.09.ebuild,
+ xnee-3.10.ebuild:
+ Do not use autotools-utils.eclass (bug #392133).
27 Nov 2011; Tim Harder <radhermit@gentoo.org> xnee-3.09.ebuild,
xnee-3.10.ebuild:
diff --git a/x11-misc/xnee/xnee-3.09.ebuild b/x11-misc/xnee/xnee-3.09.ebuild
index 7ead37f97ee8..7e0b4d27fcf0 100644
--- a/x11-misc/xnee/xnee-3.09.ebuild
+++ b/x11-misc/xnee/xnee-3.09.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnee/xnee-3.09.ebuild,v 1.2 2011/11/27 04:38:16 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnee/xnee-3.09.ebuild,v 1.3 2011/11/27 23:17:24 jer Exp $
EAPI=4
-inherit autotools-utils eutils
+inherit eutils
DESCRIPTION="Program suite to record, replay and distribute user actions."
HOMEPAGE="http://www.sandklef.com/xnee/"
@@ -69,5 +69,7 @@ src_install() {
default
dodoc AUTHORS BUGS ChangeLog FAQ NEWS README TODO
use gnome && make_desktop_entry gnee Gnee ${PN} "Utility;GTK"
- use static-libs || remove_libtool_files
+ if ! use static-libs; then
+ rm -f "${D}"/usr/lib*/lib*.la
+ fi
}
diff --git a/x11-misc/xnee/xnee-3.10.ebuild b/x11-misc/xnee/xnee-3.10.ebuild
index 46898f9dcd66..503e416b8470 100644
--- a/x11-misc/xnee/xnee-3.10.ebuild
+++ b/x11-misc/xnee/xnee-3.10.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnee/xnee-3.10.ebuild,v 1.2 2011/11/27 04:38:16 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnee/xnee-3.10.ebuild,v 1.3 2011/11/27 23:17:24 jer Exp $
EAPI=4
-inherit autotools-utils eutils
+inherit eutils
DESCRIPTION="Program suite to record, replay and distribute user actions."
HOMEPAGE="http://www.sandklef.com/xnee/"
@@ -70,5 +70,7 @@ src_install() {
default
dodoc AUTHORS BUGS ChangeLog FAQ NEWS README TODO
use gnome && make_desktop_entry gnee Gnee ${PN} "Utility;GTK"
- use static-libs || remove_libtool_files
+ if ! use static-libs; then
+ rm -f "${D}"/usr/lib*/lib*.la
+ fi
}