diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-09-23 20:10:38 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-09-23 20:10:38 +0000 |
commit | 16fdbc99d4c97a5b47ef37b31c9b033faac2aeb3 (patch) | |
tree | 9005a98fd4eb9bac8d2d84ca96f8d686e88f0f02 /net-dialup/pptpclient | |
parent | Changed GPL to GPL-2 in LICENSE (diff) | |
download | gentoo-2-16fdbc99d4c97a5b47ef37b31c9b033faac2aeb3.tar.gz gentoo-2-16fdbc99d4c97a5b47ef37b31c9b033faac2aeb3.tar.bz2 gentoo-2-16fdbc99d4c97a5b47ef37b31c9b033faac2aeb3.zip |
Changed GPL to GPL-2 in LICENSE
Diffstat (limited to 'net-dialup/pptpclient')
-rw-r--r-- | net-dialup/pptpclient/pptpclient-1.1.0.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net-dialup/pptpclient/pptpclient-1.1.0.ebuild b/net-dialup/pptpclient/pptpclient-1.1.0.ebuild index ef08d6b474c4..6bee93776ba2 100644 --- a/net-dialup/pptpclient/pptpclient-1.1.0.ebuild +++ b/net-dialup/pptpclient/pptpclient-1.1.0.ebuild @@ -1,18 +1,17 @@ # Copyright 2002 Gentoo Technologies Inc. # Distributed under the terms of the GNU General Public License, v2. -# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpclient/pptpclient-1.1.0.ebuild,v 1.2 2002/07/17 10:43:25 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpclient/pptpclient-1.1.0.ebuild,v 1.3 2002/09/23 20:07:52 vapier Exp $ S=${WORKDIR}/pptp-linux-${PV}-1 -DESCRIPTION="Linux client for the proprietary Microsoft Point-to-Point Tunneling Protocol, PPTP. Allows connection to a PPTP based VPN -as used by employers and some cable and ADSL service providers." -HOMEPAGE="http://pptpclient.sourceforge.net" +DESCRIPTION="Linux client for PPTP" +HOMEPAGE="http://pptpclient.sourceforge.net/" SRC_URI="mirror://sourceforge/pptpclient/pptp-linux-${PV}-1.tar.gz" DEPEND="net-dialup/ppp" SLOT="0" -LICENSE="GPL" +LICENSE="GPL-2" KEYWORDS="x86" src_compile() { |