diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-11-28 02:38:48 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-11-28 02:38:48 +0000 |
commit | 5f596b25d91276bddc6315701ab49cb69206b97b (patch) | |
tree | 334873b1ee7f85af77f40cb689b43a2f78a322a2 /net-libs/libecap | |
parent | Fix autotools-utils usage (bug #392167). (diff) | |
download | gentoo-2-5f596b25d91276bddc6315701ab49cb69206b97b.tar.gz gentoo-2-5f596b25d91276bddc6315701ab49cb69206b97b.tar.bz2 gentoo-2-5f596b25d91276bddc6315701ab49cb69206b97b.zip |
Fix autotools-utils usage (bug #392165).
(Portage version: 2.2.0_alpha77/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/libecap')
-rw-r--r-- | net-libs/libecap/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/libecap/libecap-0.0.3.ebuild | 12 | ||||
-rw-r--r-- | net-libs/libecap/libecap-0.2.0.ebuild | 12 |
3 files changed, 9 insertions, 21 deletions
diff --git a/net-libs/libecap/ChangeLog b/net-libs/libecap/ChangeLog index 8508939a559d..0ba44771929b 100644 --- a/net-libs/libecap/ChangeLog +++ b/net-libs/libecap/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/libecap # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libecap/ChangeLog,v 1.14 2011/08/16 23:33:23 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libecap/ChangeLog,v 1.15 2011/11/28 02:38:48 radhermit Exp $ + + 28 Nov 2011; Tim Harder <radhermit@gentoo.org> libecap-0.0.3.ebuild, + libecap-0.2.0.ebuild: + Fix autotools-utils usage (bug #392165). *libecap-0.2.0 (16 Aug 2011) *libecap-0.0.3 (16 Aug 2011) diff --git a/net-libs/libecap/libecap-0.0.3.ebuild b/net-libs/libecap/libecap-0.0.3.ebuild index 1a6a337f087e..77d7a71d6db6 100644 --- a/net-libs/libecap/libecap-0.0.3.ebuild +++ b/net-libs/libecap/libecap-0.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libecap/libecap-0.0.3.ebuild,v 1.1 2011/08/16 23:33:23 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libecap/libecap-0.0.3.ebuild,v 1.2 2011/11/28 02:38:48 radhermit Exp $ EAPI="4" @@ -15,12 +15,4 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="static-libs" -src_configure() { - econf $(use_enable static-libs static) -} - -src_install() { - default - dodoc CREDITS NOTICE README change.log - use static-libs || remove_libtool_files -} +DOCS=( CREDITS NOTICE README change.log ) diff --git a/net-libs/libecap/libecap-0.2.0.ebuild b/net-libs/libecap/libecap-0.2.0.ebuild index 9a826880f3c7..a025403ba7e5 100644 --- a/net-libs/libecap/libecap-0.2.0.ebuild +++ b/net-libs/libecap/libecap-0.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libecap/libecap-0.2.0.ebuild,v 1.1 2011/08/16 23:33:24 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libecap/libecap-0.2.0.ebuild,v 1.2 2011/11/28 02:38:48 radhermit Exp $ EAPI="4" @@ -15,12 +15,4 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="static-libs" -src_configure() { - econf $(use_enable static-libs static) -} - -src_install() { - default - dodoc CREDITS NOTICE README change.log - use static-libs || remove_libtool_files -} +DOCS=( CREDITS NOTICE README change.log ) |