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/iip | |
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/iip')
-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 |
3 files changed, 11 insertions, 3 deletions
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" |