diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-13 12:54:50 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-13 12:54:50 +0000 |
commit | 9fee05f91ba8c04d9b4458527b30c5e24063d5b7 (patch) | |
tree | 6dc9d432c2989e9a921f35e71b3d3a62fc4cbdbb /net-irc/cyclone | |
parent | update x11-libs/gtkmm to dev-cpp/gtkmm (diff) | |
download | historical-9fee05f91ba8c04d9b4458527b30c5e24063d5b7.tar.gz historical-9fee05f91ba8c04d9b4458527b30c5e24063d5b7.tar.bz2 historical-9fee05f91ba8c04d9b4458527b30c5e24063d5b7.zip |
unmasks, changelog and repoman fixes
Diffstat (limited to 'net-irc/cyclone')
-rw-r--r-- | net-irc/cyclone/cyclone-0.3.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/cyclone/cyclone-0.3.1.1.ebuild b/net-irc/cyclone/cyclone-0.3.1.1.ebuild index 6c7b4e9de823..7ec2c3e40788 100644 --- a/net-irc/cyclone/cyclone-0.3.1.1.ebuild +++ b/net-irc/cyclone/cyclone-0.3.1.1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/cyclone/cyclone-0.3.1.1.ebuild,v 1.8 2003/05/21 17:21:42 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/cyclone/cyclone-0.3.1.1.ebuild,v 1.9 2003/07/13 12:54:50 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="IRC daemon with hostname cloaking, SOCKS proxy checking and other advanced features" SRC_URI="ftp://ftp.slashnet.org/pub/cyclone/server/${P}.tar.gz" HOMEPAGE="http://www.slashnet.org" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" LICENSE="GPL-2" DEPEND="virtual/glibc" |