diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-09-23 20:13:38 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-09-23 20:13:38 +0000 |
commit | f85353eab980a2eb4ae692d674a4712b33318aa3 (patch) | |
tree | f270cbe1f05a52f99c13f517b891c4ed4efb0f6b /net-im | |
parent | Changed GPL to GPL-2 in LICENSE (diff) | |
download | gentoo-2-f85353eab980a2eb4ae692d674a4712b33318aa3.tar.gz gentoo-2-f85353eab980a2eb4ae692d674a4712b33318aa3.tar.bz2 gentoo-2-f85353eab980a2eb4ae692d674a4712b33318aa3.zip |
Updated LICENSE variable and SRC_URI
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/licq-console/licq-console-1.0.2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-im/licq-console/licq-console-1.0.2.ebuild b/net-im/licq-console/licq-console-1.0.2.ebuild index 50c1db307b6d..317d6260227c 100644 --- a/net-im/licq-console/licq-console-1.0.2.ebuild +++ b/net-im/licq-console/licq-console-1.0.2.ebuild @@ -1,17 +1,17 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/licq-console/licq-console-1.0.2.ebuild,v 1.10 2002/07/17 09:08:09 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/licq-console/licq-console-1.0.2.ebuild,v 1.11 2002/09/23 20:13:38 vapier Exp $ LICQV=licq-1.0.4 S=${WORKDIR}/${P} DESCRIPTION="Enables you to use Licq from the console using a ncurses 'GUI'" -SRC_URI="http://download.sourceforge.net/licq/${LICQV}.tar.gz +SRC_URI="mirror://sourceforge/licq/${LICQV}.tar.gz ftp://ftp.fanfic.org/pub/licq/srcs/${LICQV}.tar.gz ftp://licq.darkorb.net/${LICQV}.tar.gz" -HOMEPAGE="http://www.licq.org" +HOMEPAGE="http://www.licq.org/" SLOT="0" -LICENSE="GPL" +LICENSE="GPL-2 QPL-1.0" KEYWORDS="x86" DEPEND="virtual/glibc sys-devel/gcc >=sys-libs/ncurses-5.2 |