summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2001-11-25 14:11:08 +0000
committerMartin Schlemmer <azarah@gentoo.org>2001-11-25 14:11:08 +0000
commit9e7da1b75586f74dcb402a3b0f7983ca299fbba2 (patch)
tree31862ea4fce575dbde91c1674832f8f48db02af7 /net-dialup/ppp
parentupdate rc-scripts depends (diff)
downloadgentoo-2-9e7da1b75586f74dcb402a3b0f7983ca299fbba2.tar.gz
gentoo-2-9e7da1b75586f74dcb402a3b0f7983ca299fbba2.tar.bz2
gentoo-2-9e7da1b75586f74dcb402a3b0f7983ca299fbba2.zip
remove net.ppp0, cleanup
Diffstat (limited to 'net-dialup/ppp')
-rw-r--r--net-dialup/ppp/files/digest-ppp-2.4.0-r11
-rw-r--r--net-dialup/ppp/files/digest-ppp-2.4.11
-rw-r--r--net-dialup/ppp/files/digest-ppp-2.4.1-r11
-rw-r--r--net-dialup/ppp/ppp-2.4.0-r1.ebuild62
-rw-r--r--net-dialup/ppp/ppp-2.4.1-r1.ebuild58
-rw-r--r--net-dialup/ppp/ppp-2.4.1-r6.ebuild18
-rw-r--r--net-dialup/ppp/ppp-2.4.1.ebuild50
7 files changed, 2 insertions, 189 deletions
diff --git a/net-dialup/ppp/files/digest-ppp-2.4.0-r1 b/net-dialup/ppp/files/digest-ppp-2.4.0-r1
deleted file mode 100644
index e902958d6f86..000000000000
--- a/net-dialup/ppp/files/digest-ppp-2.4.0-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 19a66712b5ed6b752d467da919c29e50 ppp-2.4.0.tar.gz 548864
diff --git a/net-dialup/ppp/files/digest-ppp-2.4.1 b/net-dialup/ppp/files/digest-ppp-2.4.1
deleted file mode 100644
index 6cd8e69144f9..000000000000
--- a/net-dialup/ppp/files/digest-ppp-2.4.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 fbc256801d5fcd8015039b149ae95eb0 ppp-2.4.1.tar.gz 540672
diff --git a/net-dialup/ppp/files/digest-ppp-2.4.1-r1 b/net-dialup/ppp/files/digest-ppp-2.4.1-r1
deleted file mode 100644
index 6cd8e69144f9..000000000000
--- a/net-dialup/ppp/files/digest-ppp-2.4.1-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 fbc256801d5fcd8015039b149ae95eb0 ppp-2.4.1.tar.gz 540672
diff --git a/net-dialup/ppp/ppp-2.4.0-r1.ebuild b/net-dialup/ppp/ppp-2.4.0-r1.ebuild
deleted file mode 100644
index 1d6a9a256a13..000000000000
--- a/net-dialup/ppp/ppp-2.4.0-r1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.0-r1.ebuild,v 1.5 2001/05/18 05:00:34 achim Exp $
-
-P="ppp-2.4.0"
-A="${P}.tar.gz"
-S=${WORKDIR}/${P}
-DESCRIPTION="Point-to-point protocol - used for communicating with your ISP"
-SRC_URI="ftp://ftp.linuxcare.com.au/pub/ppp/${A}"
-
-DEPEND=">=sys-libs/glibc-2.1.3"
-
-src_unpack() {
-
- unpack ppp-2.4.0.tar.gz
- cd ${S}
-
-}
-
-src_compile() {
- cd ${S}
- try ./configure --prefix=/usr
- #fix Makefiles to compile optimized
- cd ${S}
- cd pppd
- mv Makefile Makefile.orig
- sed -e "s:COPTS = -O2 -pipe -Wall -g:COPTS = ${CFLAGS}:" -e "s/LIBS =/LIBS = -lcrypt/" Makefile.orig > Makefile
- cd ../pppstats
- mv Makefile Makefile.orig
- sed -e "s:COPTS = -O:COPTS = ${CFLAGS}:" Makefile.orig > Makefile
- cd ../chat
- mv Makefile Makefile.orig
- sed -e "s:-O2:${CFLAGS}:" Makefile.orig > Makefile
- cd ../pppdump
- mv Makefile Makefile.orig
- sed -e "s:CFLAGS= -O:CFLAGS= ${CFLAGS}:" Makefile.orig > Makefile
- cd ..
- export CC=gcc
- try make
-}
-
-src_install() {
- into /usr
- for y in chat pppd pppdump pppstats
- do
- doman ${y}/${y}.8
- dosbin ${y}/${y}
- done
- chmod u+s-w ${D}/usr/sbin/pppd
- chown root:daemon ${D}/usr/sbin/pppstats
- dodir /etc/ppp
- insinto /etc/ppp
- insopts -m0600
- doins etc.ppp/pap-secrets etc.ppp/chap-secrets
- insopts -m0644
- doins etc.ppp/options
- insinto /etc/modules
- doins ${FILESDIR}/modules.ppp
- dodoc PLUGINS README* SETUP Changes-2.3 FAQ
-}
-
diff --git a/net-dialup/ppp/ppp-2.4.1-r1.ebuild b/net-dialup/ppp/ppp-2.4.1-r1.ebuild
deleted file mode 100644
index 124fa984a462..000000000000
--- a/net-dialup/ppp/ppp-2.4.1-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2001 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.1-r1.ebuild,v 1.2 2001/06/22 15:13:25 lamer Exp $
-
-A="${P}.tar.gz"
-S=${WORKDIR}/${P}
-DESCRIPTION="Point-to-point protocol - used for communicating with your ISP"
-SRC_URI="ftp://cs.anu.edu.au/pub/software/ppp/${A}"
-
-DEPEND="virtual/glibc"
-
-src_compile() {
- try ./configure --prefix=/usr
- #fix Makefiles to compile optimized
- cd pppd
- mv Makefile Makefile.orig
- sed -e "s:COPTS = -O2 -pipe -Wall -g:COPTS = ${CFLAGS}:" -e "s/LIBS =/LIBS = -lcrypt/" Makefile.orig > Makefile
- cd ../pppstats
- mv Makefile Makefile.orig
- sed -e "s:COPTS = -O:COPTS = ${CFLAGS}:" Makefile.orig > Makefile
- cd ../chat
- mv Makefile Makefile.orig
- sed -e "s:-O2:${CFLAGS}:" Makefile.orig > Makefile
- cd ../pppdump
- mv Makefile Makefile.orig
- sed -e "s:CFLAGS= -O:CFLAGS= ${CFLAGS}:" Makefile.orig > Makefile
- cd ..
- export CC=gcc
- try make
-}
-
-src_install() {
- into /usr
- for y in chat pppd pppdump pppstats
- do
- doman ${y}/${y}.8
- dosbin ${y}/${y}
- done
- chmod u+s-w ${D}/usr/sbin/pppd
- chown root:daemon ${D}/usr/sbin/pppstats
- dodir /etc/ppp
- insinto /etc/ppp
- insopts -m0600
- doins etc.ppp/pap-secrets etc.ppp/chap-secrets
- insopts -m0644
- doins etc.ppp/options
- insinto /etc/modules
- doins ${FILESDIR}/modules.ppp
- dodoc PLUGINS README* SETUP Changes-2.3 FAQ
-}
-
-pkg_postinst() {
-
-if [ ! -e /dev/ppp ]; then
- mknod /dev/ppp c 108 0
-fi
-}
diff --git a/net-dialup/ppp/ppp-2.4.1-r6.ebuild b/net-dialup/ppp/ppp-2.4.1-r6.ebuild
index 739b7050df4c..d430c8901027 100644
--- a/net-dialup/ppp/ppp-2.4.1-r6.ebuild
+++ b/net-dialup/ppp/ppp-2.4.1-r6.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.1-r6.ebuild,v 1.2 2001/11/11 19:54:17 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.1-r6.ebuild,v 1.3 2001/11/25 14:11:08 azarah Exp $
A="${P}.tar.gz"
S=${WORKDIR}/${P}
@@ -57,19 +57,12 @@ src_install() {
insopts -m0644
doins etc.ppp/options
- insinto /etc/init.d
- insopts -m0700
- doins ${FILESDIR}/${PVR}/net.ppp0
-
# insinto /etc/modules.d
# doins ${FILESDIR}/${PVR}/modules.ppp
- insinto /usr/lib/ppp
- doins ${FILESDIR}/${PVR}/chat-default
-
dodoc PLUGINS README* SETUP Changes-2.3 FAQ
-
+# This will have to be updated to work with the new net.ppp0
# # Added a couple scripts to simplify dialing up
# # borrowed from debian, man they got some nice little apps :-)
# dosbin ${FILESDIR}/pon
@@ -82,11 +75,4 @@ pkg_postinst() {
if [ ! -e /dev/ppp ]; then
mknod /dev/ppp c 108 0
fi
-
- echo
- echo "#################################################################"
- echo "# Please make sure to replace the old /etc/init.d/net.ppp0 with #"
- echo "# the new one. #"
- echo "#################################################################"
- echo
}
diff --git a/net-dialup/ppp/ppp-2.4.1.ebuild b/net-dialup/ppp/ppp-2.4.1.ebuild
deleted file mode 100644
index 0b671137767f..000000000000
--- a/net-dialup/ppp/ppp-2.4.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2001 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.1.ebuild,v 1.2 2001/06/20 14:07:06 drobbins Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Point-to-point protocol - used for communicating with your ISP"
-SRC_URI="ftp://cs.anu.edu.au/pub/software/ppp/${P}.tar.gz"
-
-DEPEND="virtual/glibc"
-
-src_compile() {
- try ./configure --prefix=/usr
- #fix Makefiles to compile optimized
- cd pppd
- mv Makefile Makefile.orig
- sed -e "s:COPTS = -O2 -pipe -Wall -g:COPTS = ${CFLAGS}:" -e "s/LIBS =/LIBS = -lcrypt/" Makefile.orig > Makefile
- cd ../pppstats
- mv Makefile Makefile.orig
- sed -e "s:COPTS = -O:COPTS = ${CFLAGS}:" Makefile.orig > Makefile
- cd ../chat
- mv Makefile Makefile.orig
- sed -e "s:-O2:${CFLAGS}:" Makefile.orig > Makefile
- cd ../pppdump
- mv Makefile Makefile.orig
- sed -e "s:CFLAGS= -O:CFLAGS= ${CFLAGS}:" Makefile.orig > Makefile
- cd ..
- export CC=gcc
- try make
-}
-
-src_install() {
- into /usr
- for y in chat pppd pppdump pppstats
- do
- doman ${y}/${y}.8
- dosbin ${y}/${y}
- done
- chmod u+s-w ${D}/usr/sbin/pppd
- chown root:daemon ${D}/usr/sbin/pppstats
- dodir /etc/ppp
- insinto /etc/ppp
- insopts -m0600
- doins etc.ppp/pap-secrets etc.ppp/chap-secrets
- insopts -m0644
- doins etc.ppp/options
- insinto /etc/modules
- doins ${FILESDIR}/modules.ppp
- dodoc PLUGINS README* SETUP Changes-2.3 FAQ
-}