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-news | |
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-news')
-rw-r--r-- | net-news/tin/tin-1.4.5.ebuild | 4 | ||||
-rw-r--r-- | net-news/yencode/yencode-0.46.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-news/tin/tin-1.4.5.ebuild b/net-news/tin/tin-1.4.5.ebuild index ca97e88b77da..7f340ce560ed 100644 --- a/net-news/tin/tin-1.4.5.ebuild +++ b/net-news/tin/tin-1.4.5.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Michael Conrad Tilstra <tadpol@gentoo.org> <tadpol@tadpol.org> -# $Header: /var/cvsroot/gentoo-x86/net-news/tin/tin-1.4.5.ebuild,v 1.7 2003/02/13 15:17:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-news/tin/tin-1.4.5.ebuild,v 1.8 2003/02/28 16:55:00 liquidx Exp $ IUSE="ncurses" @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.tin.org/pub/news/clients/tin/v1.4/${P}.tar.gz" HOMEPAGE="http://www.tin.org/" SLOT="0" -LICENSE="GPL" +LICENSE="GPL-2" KEYWORDS="x86" DEPEND="ncurses? ( sys-libs/ncurses )" diff --git a/net-news/yencode/yencode-0.46.ebuild b/net-news/yencode/yencode-0.46.ebuild index 1917327aa121..341e3853742a 100644 --- a/net-news/yencode/yencode-0.46.ebuild +++ b/net-news/yencode/yencode-0.46.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-news/yencode/yencode-0.46.ebuild,v 1.8 2003/02/13 15:17:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-news/yencode/yencode-0.46.ebuild,v 1.9 2003/02/28 16:55:00 liquidx Exp $ S=${WORKDIR}/${P} SRC_URI="http://unc.dl.sourceforge.net/sourceforge/yencode/${P}.tar.gz" @@ -9,7 +9,7 @@ DESCRIPTION="yEnc encoder/decoder package" DEPEND="virtual/glibc" SLOT="0" -LICENSE="GPL" +LICENSE="GPL-2" KEYWORDS="x86 ppc" src_compile() { |