diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-02-28 16:55:00 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-02-28 16:55:00 +0000 |
commit | c0d7aee3d3693ef0723682a993c8ff2175ff57d2 (patch) | |
tree | 88a31d87fd9969d1b57ba261a09aebf8b5ecc459 /net-irc | |
parent | License Fixes. Part 2. (diff) | |
download | historical-c0d7aee3d3693ef0723682a993c8ff2175ff57d2.tar.gz historical-c0d7aee3d3693ef0723682a993c8ff2175ff57d2.tar.bz2 historical-c0d7aee3d3693ef0723682a993c8ff2175ff57d2.zip |
License Fixes. Part 2.
Diffstat (limited to 'net-irc')
-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 ac52c39958c5..90de7a4a4d98 100644 --- a/net-irc/cyclone/cyclone-0.3.1.1.ebuild +++ b/net-irc/cyclone/cyclone-0.3.1.1.ebuild @@ -1,6 +1,6 @@ # 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.6 2003/02/13 14:14:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/cyclone/cyclone-0.3.1.1.ebuild,v 1.7 2003/02/28 16:55:00 liquidx Exp $ S=${WORKDIR}/${P} DESCRIPTION="IRC daemon with hostname cloaking, SOCKS proxy checking and other advanced features" @@ -8,7 +8,7 @@ SRC_URI="ftp://ftp.slashnet.org/pub/cyclone/server/${P}.tar.gz" HOMEPAGE="http://www.slashnet.org" SLOT="0" KEYWORDS="~ppc" -LICENSE="GPL & BSD" +LICENSE="GPL-2" DEPEND="virtual/glibc" src_unpack() { |