diff options
Diffstat (limited to 'net-irc/ultimate/ultimate-2.8.8.ebuild')
-rw-r--r-- | net-irc/ultimate/ultimate-2.8.8.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/net-irc/ultimate/ultimate-2.8.8.ebuild b/net-irc/ultimate/ultimate-2.8.8.ebuild index 85a7f103013f..9e48cd0ba977 100644 --- a/net-irc/ultimate/ultimate-2.8.8.ebuild +++ b/net-irc/ultimate/ultimate-2.8.8.ebuild @@ -1,16 +1,15 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ultimate/ultimate-2.8.8.ebuild,v 1.1 2004/07/17 12:27:10 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/ultimate/ultimate-2.8.8.ebuild,v 1.1.1.1 2005/11/30 09:48:55 chriswhite Exp $ inherit eutils MY_P="${P/ultimate-/Ultimate}" -DESCRIPTION="And IRCd server based on DALnet's DreamForge IRCd." -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" -RESTRICT="nomirror" +DESCRIPTION="An IRCd server based on DALnet's DreamForge IRCd." +SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" HOMEPAGE="http://www.shadow-realm.org/" -KEYWORDS="~x86 ~sparc ~ppc" +KEYWORDS="x86 ~sparc ~ppc" SLOT="0" LICENSE="GPL-2" IUSE="debug" |