diff options
author | Alex Legler <a3li@gentoo.org> | 2010-07-27 21:27:33 +0000 |
---|---|---|
committer | Alex Legler <a3li@gentoo.org> | 2010-07-27 21:27:33 +0000 |
commit | 66c979b23332d63287aad9a9be2dd807385717a6 (patch) | |
tree | 0d096f6384321780c18952c7854ee973ec87d431 /net-irc | |
parent | Clean call to inherit(). (diff) | |
download | gentoo-2-66c979b23332d63287aad9a9be2dd807385717a6.tar.gz gentoo-2-66c979b23332d63287aad9a9be2dd807385717a6.tar.bz2 gentoo-2-66c979b23332d63287aad9a9be2dd807385717a6.zip |
Remove unneeded autotools inherit
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/bip/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/bip/bip-0.8.4.ebuild | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/net-irc/bip/ChangeLog b/net-irc/bip/ChangeLog index f75cd0233dd9..39d53e193d7a 100644 --- a/net-irc/bip/ChangeLog +++ b/net-irc/bip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/bip # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/bip/ChangeLog,v 1.10 2010/05/08 18:57:51 a3li Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bip/ChangeLog,v 1.11 2010/07/27 21:27:33 a3li Exp $ + + 27 Jul 2010; Alex Legler <a3li@gentoo.org> bip-0.8.4.ebuild: + Remove unneeded autotools inherit 08 May 2010; Alex Legler <a3li@gentoo.org> -bip-0.8.2.ebuild, -files/bip-configure-oidentd.patch: diff --git a/net-irc/bip/bip-0.8.4.ebuild b/net-irc/bip/bip-0.8.4.ebuild index 6b143a57c479..67d8c4f161a9 100644 --- a/net-irc/bip/bip-0.8.4.ebuild +++ b/net-irc/bip/bip-0.8.4.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/net-irc/bip/bip-0.8.4.ebuild,v 1.1 2010/01/05 10:30:42 a3li Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bip/bip-0.8.4.ebuild,v 1.2 2010/07/27 21:27:33 a3li Exp $ EAPI="2" -inherit autotools - DESCRIPTION="Multiuser IRC proxy with ssl support" HOMEPAGE="http://bip.t1r.net/" SRC_URI="http://bip.t1r.net/downloads/${P}.tar.gz" |