diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-12-02 15:33:38 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-12-02 15:33:38 +0000 |
commit | 445104a8848c63a9b5bc79a2888bc812c42e09d7 (patch) | |
tree | af3e1b6fe04649fe26351c1d03c86e935ab33155 /x11-plugins | |
parent | Based on vanilla-2.6.32.26 + genpatches-2.6.32-27 + grsecurity-2.2.1-2.6.32.2... (diff) | |
download | gentoo-2-445104a8848c63a9b5bc79a2888bc812c42e09d7.tar.gz gentoo-2-445104a8848c63a9b5bc79a2888bc812c42e09d7.tar.bz2 gentoo-2-445104a8848c63a9b5bc79a2888bc812c42e09d7.zip |
Don't force the use of automake-1.4 (works fine with 1.11), also fix calls to autotools.eclass interfaces.
(Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmnetload/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmnetload/wmnetload-1.3-r3.ebuild | 10 |
2 files changed, 8 insertions, 9 deletions
diff --git a/x11-plugins/wmnetload/ChangeLog b/x11-plugins/wmnetload/ChangeLog index 513c887f1be7..03961d29a61d 100644 --- a/x11-plugins/wmnetload/ChangeLog +++ b/x11-plugins/wmnetload/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-plugins/wmnetload # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnetload/ChangeLog,v 1.30 2010/04/12 17:52:55 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnetload/ChangeLog,v 1.31 2010/12/02 15:33:38 flameeyes Exp $ + + 02 Dec 2010; Diego E. Pettenò <flameeyes@gentoo.org> + wmnetload-1.3-r3.ebuild: + Don't force the use of automake-1.4 (works fine with 1.11), also fix calls to + autotools.eclass interfaces. 12 Apr 2010; Michael Sterrett <mr_bones_@gentoo.org> wmnetload-1.3-r3.ebuild: diff --git a/x11-plugins/wmnetload/wmnetload-1.3-r3.ebuild b/x11-plugins/wmnetload/wmnetload-1.3-r3.ebuild index ba88a2dfe4e0..df6f757f1b9a 100644 --- a/x11-plugins/wmnetload/wmnetload-1.3-r3.ebuild +++ b/x11-plugins/wmnetload/wmnetload-1.3-r3.ebuild @@ -1,11 +1,9 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnetload/wmnetload-1.3-r3.ebuild,v 1.2 2010/04/12 17:52:55 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnetload/wmnetload-1.3-r3.ebuild,v 1.3 2010/12/02 15:33:38 flameeyes Exp $ inherit autotools eutils -WANT_AUTOMAKE="1.4" - DESCRIPTION="Network interface monitor dockapp" HOMEPAGE="http://freshmeat.net/projects/wmnetload/" SRC_URI="ftp://truffula.com/pub/${P}.tar.gz" @@ -17,17 +15,13 @@ IUSE="" RDEPEND=">=x11-libs/libdockapp-0.6.1" -DEPEND="${RDEPEND} - ~sys-devel/automake-1.4_p6" - src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}/${PN}-${PVR}-norpath.patch" - eautoconf || die - eautomake || die + eautoreconf } src_install() { |