diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 22:18:32 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 22:18:32 +0000 |
commit | 9fe0192adbe0cf33f1e02f457f7c530df24fd95d (patch) | |
tree | ecceb0b9d718fe17d5d829e442dba8e033159ef2 /net-irc/unrealircd | |
parent | Add inherit eutils (diff) | |
download | gentoo-2-9fe0192adbe0cf33f1e02f457f7c530df24fd95d.tar.gz gentoo-2-9fe0192adbe0cf33f1e02f457f7c530df24fd95d.tar.bz2 gentoo-2-9fe0192adbe0cf33f1e02f457f7c530df24fd95d.zip |
Add inherit eutils
Diffstat (limited to 'net-irc/unrealircd')
-rw-r--r-- | net-irc/unrealircd/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/unrealircd/unrealircd-3.1.5.1.ebuild | 4 | ||||
-rw-r--r-- | net-irc/unrealircd/unrealircd-3.1.6.ebuild | 4 | ||||
-rw-r--r-- | net-irc/unrealircd/unrealircd-3.2_rc2.ebuild | 4 |
4 files changed, 14 insertions, 4 deletions
diff --git a/net-irc/unrealircd/ChangeLog b/net-irc/unrealircd/ChangeLog index 515a4bddcd2a..373de0cfb3bf 100644 --- a/net-irc/unrealircd/ChangeLog +++ b/net-irc/unrealircd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/unrealircd # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/ChangeLog,v 1.12 2004/04/23 10:33:08 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/ChangeLog,v 1.13 2004/04/27 22:15:41 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> unrealircd-3.1.5.1.ebuild, + unrealircd-3.1.6.ebuild, unrealircd-3.2_rc2.ebuild: + Add inherit eutils 23 Apr 2004; David Holm <dholm@gentoo.org> unrealircd-3.2_rc2.ebuild: Added to ~ppc. diff --git a/net-irc/unrealircd/unrealircd-3.1.5.1.ebuild b/net-irc/unrealircd/unrealircd-3.1.5.1.ebuild index cf7e5a01e2c5..33de08159794 100644 --- a/net-irc/unrealircd/unrealircd-3.1.5.1.ebuild +++ b/net-irc/unrealircd/unrealircd-3.1.5.1.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/unrealircd/unrealircd-3.1.5.1.ebuild,v 1.6 2004/02/21 02:42:37 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.1.5.1.ebuild,v 1.7 2004/04/27 22:15:41 agriffis Exp $ + +inherit eutils MY_P=Unreal${PV}-Valek DESCRIPTION="aimed to be an advanced, not an easy IRCd" diff --git a/net-irc/unrealircd/unrealircd-3.1.6.ebuild b/net-irc/unrealircd/unrealircd-3.1.6.ebuild index 67050f5a3056..0311ddbefce6 100644 --- a/net-irc/unrealircd/unrealircd-3.1.6.ebuild +++ b/net-irc/unrealircd/unrealircd-3.1.6.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/unrealircd/unrealircd-3.1.6.ebuild,v 1.3 2004/02/21 02:42:37 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.1.6.ebuild,v 1.4 2004/04/27 22:15:41 agriffis Exp $ + +inherit eutils MY_P=Unreal${PV}-Noon DESCRIPTION="aimed to be an advanced (not easy) IRCd" diff --git a/net-irc/unrealircd/unrealircd-3.2_rc2.ebuild b/net-irc/unrealircd/unrealircd-3.2_rc2.ebuild index f14462f342e0..726dacddc9ed 100644 --- a/net-irc/unrealircd/unrealircd-3.2_rc2.ebuild +++ b/net-irc/unrealircd/unrealircd-3.2_rc2.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/unrealircd/unrealircd-3.2_rc2.ebuild,v 1.2 2004/04/23 10:33:08 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.2_rc2.ebuild,v 1.3 2004/04/27 22:15:41 agriffis Exp $ + +inherit eutils MY_P=Unreal3.2-RC2 DESCRIPTION="aimed to be an advanced (not easy) IRCd" |