diff options
author | Ben Lutgens <blutgens@gentoo.org> | 2002-07-17 03:11:56 +0000 |
---|---|---|
committer | Ben Lutgens <blutgens@gentoo.org> | 2002-07-17 03:11:56 +0000 |
commit | 8ae93bf407b78d1ea8c09781badcb6f3514570db (patch) | |
tree | eb92ac8e26388ac1184d27a823ea533de5695901 /net-dialup/ppp/ppp-2.4.1-r7.ebuild | |
parent | repoman'd (diff) | |
download | historical-8ae93bf407b78d1ea8c09781badcb6f3514570db.tar.gz historical-8ae93bf407b78d1ea8c09781badcb6f3514570db.tar.bz2 historical-8ae93bf407b78d1ea8c09781badcb6f3514570db.zip |
added a depend on ypbind for autofs
updated the HOMEPAGE for ppp
disabled use of socks5 USE var in bitchx cause it's b0rken
added a fetchmail system wide init script, revved the package and masked it
added mailman to the tree and masked it, hope to hell i didn't miss
anything. Sorry daniel, can't run repoman this high-up in the tree, you'll
have to take my word for it I ran it individually on each package i touched
;-)
Diffstat (limited to 'net-dialup/ppp/ppp-2.4.1-r7.ebuild')
-rw-r--r-- | net-dialup/ppp/ppp-2.4.1-r7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dialup/ppp/ppp-2.4.1-r7.ebuild b/net-dialup/ppp/ppp-2.4.1-r7.ebuild index b1de59486d05..e69e9f2e2272 100644 --- a/net-dialup/ppp/ppp-2.4.1-r7.ebuild +++ b/net-dialup/ppp/ppp-2.4.1-r7.ebuild @@ -1,13 +1,13 @@ # 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/ppp/ppp-2.4.1-r7.ebuild,v 1.3 2002/07/11 06:30:45 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.1-r7.ebuild,v 1.4 2002/07/17 03:11:56 lamer Exp $ # modified by Christian Loitsch <gentoo00@loitsch.org> S=${WORKDIR}/${P}.pppoe4 DESCRIPTION="Point-to-point protocol - patched for pppoe" SRC_URI="http://www.shoshin.uwaterloo.ca/~mostrows/${P}-pppoe4.tgz" -HOMEPAGE="http://www.shoshin.uwaterloo.ca/~mostrows/index.html" +HOMEPAGE="http://www.samba.org/ppp" DEPEND="virtual/glibc" PROVIDE="virtual/pppd" |