diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 22:13:32 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 22:13:32 +0000 |
commit | 7d15a5dbf8bce0e9c5c952226c5ded5d2468a817 (patch) | |
tree | 0463afb5673be7ed54391760d2e942e71be985bc /net-irc | |
parent | (Manifest recommit) (diff) | |
download | gentoo-2-7d15a5dbf8bce0e9c5c952226c5ded5d2468a817.tar.gz gentoo-2-7d15a5dbf8bce0e9c5c952226c5ded5d2468a817.tar.bz2 gentoo-2-7d15a5dbf8bce0e9c5c952226c5ded5d2468a817.zip |
Add inherit eutils
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/epic4/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/epic4/epic4-1.1.16-r1.ebuild | 4 | ||||
-rw-r--r-- | net-irc/epic4/epic4-1.2.6.ebuild | 4 | ||||
-rw-r--r-- | net-irc/epic4/epic4-2.0.ebuild | 2 | ||||
-rw-r--r-- | net-irc/ezbounce/ChangeLog | 7 | ||||
-rw-r--r-- | net-irc/ezbounce/ezbounce-1.04a.ebuild | 4 | ||||
-rw-r--r-- | net-irc/iip/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/iip/iip-1.1.0.ebuild | 4 | ||||
-rw-r--r-- | net-irc/iip/iip-1.2.ebuild | 4 | ||||
-rw-r--r-- | net-irc/irssi/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/irssi/irssi-0.8.6-r5.ebuild | 6 | ||||
-rw-r--r-- | net-irc/irssi/irssi-0.8.6-r6.ebuild | 6 | ||||
-rw-r--r-- | net-irc/pisg/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/pisg/pisg-0.50.ebuild | 4 | ||||
-rw-r--r-- | net-irc/supybot/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/supybot/supybot-0.77.0.ebuild | 4 |
16 files changed, 53 insertions, 24 deletions
diff --git a/net-irc/epic4/ChangeLog b/net-irc/epic4/ChangeLog index e71aeba76dfb..e4baa814aa92 100644 --- a/net-irc/epic4/ChangeLog +++ b/net-irc/epic4/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/epic4 # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/ChangeLog,v 1.32 2004/04/21 23:30:43 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/ChangeLog,v 1.33 2004/04/27 22:08:55 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> epic4-1.1.16-r1.ebuild, + epic4-1.2.6.ebuild, epic4-2.0.ebuild: + Add inherit eutils 22 Apr 2004; Ciaran McCreesh <ciaranm@gentoo.org> epic4-2.0.ebuild: Stable on sparc diff --git a/net-irc/epic4/epic4-1.1.16-r1.ebuild b/net-irc/epic4/epic4-1.1.16-r1.ebuild index 445ffb1f4497..2efe70f2dcc0 100644 --- a/net-irc/epic4/epic4-1.1.16-r1.ebuild +++ b/net-irc/epic4/epic4-1.1.16-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/epic4-1.1.16-r1.ebuild,v 1.2 2004/01/11 23:14:42 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/epic4-1.1.16-r1.ebuild,v 1.3 2004/04/27 22:08:55 agriffis Exp $ IUSE="ipv6 perl ssl tcltk" @@ -18,7 +18,7 @@ DEPEND=">=sys-libs/ncurses-5.2 ssl? ( >=dev-libs/openssl-0.9.5 ) tcltk? ( dev-lang/tcl )" -inherit flag-o-matic +inherit flag-o-matic eutils replace-flags "-O?" "-O" src_compile() { diff --git a/net-irc/epic4/epic4-1.2.6.ebuild b/net-irc/epic4/epic4-1.2.6.ebuild index 612854d05f1d..bf53b790b1d0 100644 --- a/net-irc/epic4/epic4-1.2.6.ebuild +++ b/net-irc/epic4/epic4-1.2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/epic4-1.2.6.ebuild,v 1.1 2004/02/05 22:26:29 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/epic4-1.2.6.ebuild,v 1.2 2004/04/27 22:08:55 agriffis Exp $ IUSE="ipv6 perl ssl tcltk" @@ -18,7 +18,7 @@ DEPEND=">=sys-libs/ncurses-5.2 ssl? ( >=dev-libs/openssl-0.9.5 ) tcltk? ( dev-lang/tcl )" -inherit flag-o-matic +inherit flag-o-matic eutils replace-flags "-O?" "-O" src_compile() { diff --git a/net-irc/epic4/epic4-2.0.ebuild b/net-irc/epic4/epic4-2.0.ebuild index f237f17e4cb5..10ff72a4a4bf 100644 --- a/net-irc/epic4/epic4-2.0.ebuild +++ b/net-irc/epic4/epic4-2.0.ebuild @@ -17,7 +17,7 @@ DEPEND=">=sys-libs/ncurses-5.2 perl? ( >=dev-lang/perl-5.6.1 ) ssl? ( >=dev-libs/openssl-0.9.5 )" -inherit flag-o-matic +inherit flag-o-matic eutils replace-flags "-O?" "-O" src_compile() { diff --git a/net-irc/ezbounce/ChangeLog b/net-irc/ezbounce/ChangeLog index 87ae32d957c5..12eaf8f0390d 100644 --- a/net-irc/ezbounce/ChangeLog +++ b/net-irc/ezbounce/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/ezbounce -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ezbounce/ChangeLog,v 1.2 2004/01/05 02:12:19 zul Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/ezbounce/ChangeLog,v 1.3 2004/04/27 22:09:48 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> ezbounce-1.04a.ebuild: + Add inherit eutils 04 Jan 2004; Chuck Short <zul@gentoo.org> ezbounce-1.04a.ebuild: Marked stable, updated header. diff --git a/net-irc/ezbounce/ezbounce-1.04a.ebuild b/net-irc/ezbounce/ezbounce-1.04a.ebuild index fea0c48e92b5..b85bd15feb0c 100644 --- a/net-irc/ezbounce/ezbounce-1.04a.ebuild +++ b/net-irc/ezbounce/ezbounce-1.04a.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ezbounce/ezbounce-1.04a.ebuild,v 1.3 2004/01/07 06:44:39 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/ezbounce/ezbounce-1.04a.ebuild,v 1.4 2004/04/27 22:09:48 agriffis Exp $ + +inherit eutils DESCRIPTION="ezbounce is a small IRC bouncer" HOMEPAGE="http://druglord.freelsd.org/ezbounce/" diff --git a/net-irc/iip/ChangeLog b/net-irc/iip/ChangeLog index c0d556c51c7f..a64f5f2a516a 100644 --- a/net-irc/iip/ChangeLog +++ b/net-irc/iip/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/iip # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/iip/ChangeLog,v 1.4 2004/01/24 16:19:17 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/iip/ChangeLog,v 1.5 2004/04/27 22:10:50 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> iip-1.1.0.ebuild, + iip-1.2.ebuild: + Add inherit eutils 23 Jan 2004; Chuck Short <zul@gentoo.org> iip-1.2.ebuild: Ebuild clean ups fixes sandbox issues. closes 38855. diff --git a/net-irc/iip/iip-1.1.0.ebuild b/net-irc/iip/iip-1.1.0.ebuild index 966a1ce6ad0c..e04f36652975 100644 --- a/net-irc/iip/iip-1.1.0.ebuild +++ b/net-irc/iip/iip-1.1.0.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/iip/iip-1.1.0.ebuild,v 1.2 2004/01/19 01:32:48 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/iip/iip-1.1.0.ebuild,v 1.3 2004/04/27 22:10:50 agriffis Exp $ + +inherit eutils S="${WORKDIR}/${P}/src" DESCRIPTION="Proxy server for encrypted anonymous irc-like network" diff --git a/net-irc/iip/iip-1.2.ebuild b/net-irc/iip/iip-1.2.ebuild index 5770a1d9d055..6d7851487763 100644 --- a/net-irc/iip/iip-1.2.ebuild +++ b/net-irc/iip/iip-1.2.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/iip/iip-1.2.ebuild,v 1.3 2004/01/24 16:19:17 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/iip/iip-1.2.ebuild,v 1.4 2004/04/27 22:10:50 agriffis Exp $ + +inherit eutils MY_P="iip-1.2-dev1" diff --git a/net-irc/irssi/ChangeLog b/net-irc/irssi/ChangeLog index 9d7e5fb0262f..3085377df799 100644 --- a/net-irc/irssi/ChangeLog +++ b/net-irc/irssi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/irssi # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi/ChangeLog,v 1.46 2004/04/12 23:39:27 randy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi/ChangeLog,v 1.47 2004/04/27 22:11:45 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> irssi-0.8.6-r5.ebuild, + irssi-0.8.6-r6.ebuild: + Add inherit eutils 12 Apr 2004; <randy@gentoo.org> irssi-0.8.9.ebuild: Adding s390 keywords diff --git a/net-irc/irssi/irssi-0.8.6-r5.ebuild b/net-irc/irssi/irssi-0.8.6-r5.ebuild index 970155d1fe5f..8de84197a5e1 100644 --- a/net-irc/irssi/irssi-0.8.6-r5.ebuild +++ b/net-irc/irssi/irssi-0.8.6-r5.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi/irssi-0.8.6-r5.ebuild,v 1.2 2004/02/21 20:38:05 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi/irssi-0.8.6-r5.ebuild,v 1.3 2004/04/27 22:11:45 agriffis Exp $ IUSE="nls ipv6 perl ssl" -inherit perl-module +inherit perl-module eutils DESCRIPTION="A modular textUI IRC client with IPv6 support." SRC_URI="http://irssi.org/files/${P}.tar.bz2" diff --git a/net-irc/irssi/irssi-0.8.6-r6.ebuild b/net-irc/irssi/irssi-0.8.6-r6.ebuild index 40219bc28815..170fb992522e 100644 --- a/net-irc/irssi/irssi-0.8.6-r6.ebuild +++ b/net-irc/irssi/irssi-0.8.6-r6.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi/irssi-0.8.6-r6.ebuild,v 1.1 2003/11/27 02:26:19 gregf Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi/irssi-0.8.6-r6.ebuild,v 1.2 2004/04/27 22:11:45 agriffis Exp $ IUSE="nls ipv6 perl ssl" -inherit perl-module +inherit perl-module eutils DESCRIPTION="A modular textUI IRC client with IPv6 support." SRC_URI="http://irssi.org/files/${P}.tar.bz2" diff --git a/net-irc/pisg/ChangeLog b/net-irc/pisg/ChangeLog index 5264ab0c3761..3c921273b6ec 100644 --- a/net-irc/pisg/ChangeLog +++ b/net-irc/pisg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/pisg # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/pisg/ChangeLog,v 1.4 2004/03/16 23:17:18 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/pisg/ChangeLog,v 1.5 2004/04/27 22:12:37 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> pisg-0.50.ebuild: + Add inherit eutils *pisg-0.52 (16 Mar 2004) diff --git a/net-irc/pisg/pisg-0.50.ebuild b/net-irc/pisg/pisg-0.50.ebuild index 78d85fa2ad78..eeec9411857b 100644 --- a/net-irc/pisg/pisg-0.50.ebuild +++ b/net-irc/pisg/pisg-0.50.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/pisg/pisg-0.50.ebuild,v 1.1 2004/01/19 01:14:35 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/pisg/pisg-0.50.ebuild,v 1.2 2004/04/27 22:12:37 agriffis Exp $ + +inherit eutils DESCRIPTION="Perl IRC Statistics Generator" HOMEPAGE="http://pisg.sourceforge.net/" diff --git a/net-irc/supybot/ChangeLog b/net-irc/supybot/ChangeLog index 32276b4f06ef..b46909034b76 100644 --- a/net-irc/supybot/ChangeLog +++ b/net-irc/supybot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/supybot # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/supybot/ChangeLog,v 1.1 2004/02/28 21:50:03 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/supybot/ChangeLog,v 1.2 2004/04/27 22:13:32 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> supybot-0.77.0.ebuild: + Add inherit eutils *supybot-0.77.0 (28 Feb 2004) diff --git a/net-irc/supybot/supybot-0.77.0.ebuild b/net-irc/supybot/supybot-0.77.0.ebuild index 8cc8a71c1a15..3344577979f8 100644 --- a/net-irc/supybot/supybot-0.77.0.ebuild +++ b/net-irc/supybot/supybot-0.77.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/supybot/supybot-0.77.0.ebuild,v 1.1 2004/02/28 21:50:03 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/supybot/supybot-0.77.0.ebuild,v 1.2 2004/04/27 22:13:32 agriffis Exp $ -inherit distutils +inherit distutils eutils MY_P=${P/s/S} |