diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-09-23 20:09:32 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-09-23 20:09:32 +0000 |
commit | 63e5f5e07aa01d8115fc8702b5c0a4c1cd8ebeaa (patch) | |
tree | 33f600430ba69cd0ea33635c905c497c5a0cd6b8 /net-dialup/mgetty | |
parent | Changed GPL to GPL-2 in LICENSE (diff) | |
download | historical-63e5f5e07aa01d8115fc8702b5c0a4c1cd8ebeaa.tar.gz historical-63e5f5e07aa01d8115fc8702b5c0a4c1cd8ebeaa.tar.bz2 historical-63e5f5e07aa01d8115fc8702b5c0a4c1cd8ebeaa.zip |
Changed GPL to GPL-2 in LICENSE
Diffstat (limited to 'net-dialup/mgetty')
-rw-r--r-- | net-dialup/mgetty/mgetty-1.1.28.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-dialup/mgetty/mgetty-1.1.28.ebuild b/net-dialup/mgetty/mgetty-1.1.28.ebuild index ae91e98fb230..8875d6a704a6 100644 --- a/net-dialup/mgetty/mgetty-1.1.28.ebuild +++ b/net-dialup/mgetty/mgetty-1.1.28.ebuild @@ -1,18 +1,18 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/mgetty-1.1.28.ebuild,v 1.3 2002/07/17 10:43:24 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/mgetty-1.1.28.ebuild,v 1.4 2002/09/23 20:02:59 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="Fax and Voice modem programs." SRC_URI="ftp://alpha.greenie.net/pub/mgetty/source/1.1/${PN}${PV}-Jan10.tar.gz" -HOMEPAGE="http://alpha.greenie.net/mgetty" +HOMEPAGE="http://alpha.greenie.net/mgetty/" DEPEND="app-text/tetex sys-apps/gawk sys-devel/perl" SLOT="0" -LICENSE="GPL" +LICENSE="GPL-2" KEYWORDS="x86" src_unpack() { |