diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 10:43:25 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 10:43:25 +0000 |
commit | 89cf85367cad185b35b75ffde6e12f0673cae8eb (patch) | |
tree | 499f20156c7ae9f69bede3e80b43db78b8511997 /net-dialup/pppconfig | |
parent | SLOT, KEYWORDS, LICENSE, 1.0.x unfriendly notice (diff) | |
download | historical-89cf85367cad185b35b75ffde6e12f0673cae8eb.tar.gz historical-89cf85367cad185b35b75ffde6e12f0673cae8eb.tar.bz2 historical-89cf85367cad185b35b75ffde6e12f0673cae8eb.zip |
repoman'd
Diffstat (limited to 'net-dialup/pppconfig')
-rw-r--r-- | net-dialup/pppconfig/pppconfig-2.0.8.ebuild | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/net-dialup/pppconfig/pppconfig-2.0.8.ebuild b/net-dialup/pppconfig/pppconfig-2.0.8.ebuild index 56461239799f..a58062f85a64 100644 --- a/net-dialup/pppconfig/pppconfig-2.0.8.ebuild +++ b/net-dialup/pppconfig/pppconfig-2.0.8.ebuild @@ -1,20 +1,20 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-dialup/pppconfig/pppconfig-2.0.8.ebuild,v 1.2 2002/07/11 06:30:45 drobbins Exp $ -A=pppconfig_2.0.8.tar.gz +# $Header: /var/cvsroot/gentoo-x86/net-dialup/pppconfig/pppconfig-2.0.8.ebuild,v 1.3 2002/07/17 10:43:24 seemant Exp $ + S=${WORKDIR}/pppconfig-2.1 DESCRIPTION="A text menu based utility for configuring ppp." -SRC_URI="http://ftp.debian.org/debian/pool/main/p/pppconfig/${A}" +SRC_URI="http://ftp.debian.org/debian/pool/main/p/pppconfig/${PN}_${PV}.tar.gz" HOMEPAGE="http://http://ftp.debian.org/debian/pool/main/p/pppconfig/" + +SLOT="0" +LICENSE="GPL" +KEYWORDS="x86" + + DEPEND=">=net-dialup/ppp-2.4.1-r2 >=dev-util/dialog-0.7" -#RDEPEND="" - -#src_compile() { - #try emake - #try make -#} src_install () { dodir /etc/chatscripts |