diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-11-28 06:11:55 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-11-28 06:11:55 +0000 |
commit | a12e6f9f319cf77b302eb9c39987a1fca96b56d5 (patch) | |
tree | a6c1616f5a339628ca276e1317d5c2c292eb73db /net-libs/gsnmp/gsnmp-0.3.0.ebuild | |
parent | Bump to EAPI 4 and fix autotools-utils usage (bug #392113). (diff) | |
download | gentoo-2-a12e6f9f319cf77b302eb9c39987a1fca96b56d5.tar.gz gentoo-2-a12e6f9f319cf77b302eb9c39987a1fca96b56d5.tar.bz2 gentoo-2-a12e6f9f319cf77b302eb9c39987a1fca96b56d5.zip |
Bump to EAPI 4 and fix autotools-utils usage (bug #392107).
(Portage version: 2.2.0_alpha77/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/gsnmp/gsnmp-0.3.0.ebuild')
-rw-r--r-- | net-libs/gsnmp/gsnmp-0.3.0.ebuild | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/net-libs/gsnmp/gsnmp-0.3.0.ebuild b/net-libs/gsnmp/gsnmp-0.3.0.ebuild index c64cb7cbb881..3fc91615a7a1 100644 --- a/net-libs/gsnmp/gsnmp-0.3.0.ebuild +++ b/net-libs/gsnmp/gsnmp-0.3.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gsnmp/gsnmp-0.3.0.ebuild,v 1.3 2011/11/27 04:51:35 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gsnmp/gsnmp-0.3.0.ebuild,v 1.4 2011/11/28 06:11:55 radhermit Exp $ -EAPI=3 +EAPI=4 inherit autotools-utils @@ -23,12 +23,4 @@ RDEPEND="${DEPEND}" AUTOTOOLS_IN_SOURCE_BUILD=1 -src_configure() { - econf $(use_enable static-libs static) -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc README - use static-libs || remove_libtool_files -} +DOCS=( README ) |