summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2005-01-08 08:51:22 +0000
committerAlin Năstac <mrness@gentoo.org>2005-01-08 08:51:22 +0000
commit2430707fcb969b5f6fdbd087ecffda691a33fd58 (patch)
treee70ee797baa706b752a97ab308c3f6e6910257c4 /net-dialup
parentremove obsolete files (Manifest recommit) (diff)
downloadgentoo-2-2430707fcb969b5f6fdbd087ecffda691a33fd58.tar.gz
gentoo-2-2430707fcb969b5f6fdbd087ecffda691a33fd58.tar.bz2
gentoo-2-2430707fcb969b5f6fdbd087ecffda691a33fd58.zip
remove old ebuild
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/ppp/ChangeLog6
-rw-r--r--net-dialup/ppp/files/digest-ppp-2.4.2-r93
-rw-r--r--net-dialup/ppp/files/ppp-2.4.1-r10.patch11
-rw-r--r--net-dialup/ppp/ppp-2.4.2-r9.ebuild190
4 files changed, 5 insertions, 205 deletions
diff --git a/net-dialup/ppp/ChangeLog b/net-dialup/ppp/ChangeLog
index 1b4911ed8de9..7dd14b97d5dd 100644
--- a/net-dialup/ppp/ChangeLog
+++ b/net-dialup/ppp/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-dialup/ppp
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ChangeLog,v 1.95 2005/01/06 07:12:39 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ChangeLog,v 1.96 2005/01/08 08:51:22 mrness Exp $
+
+ 08 Jan 2005; Alin Nastac <mrness@gentoo.org> -files/ppp-2.4.1-r10.patch,
+ -ppp-2.4.2-r9.ebuild:
+ Remove old ebuild.
06 Jan 2005; Alin Nastac <mrness@gentoo.org> ppp-2.4.2-r10.ebuild:
Mark stable on all arches.
diff --git a/net-dialup/ppp/files/digest-ppp-2.4.2-r9 b/net-dialup/ppp/files/digest-ppp-2.4.2-r9
deleted file mode 100644
index 47080cb9dbd6..000000000000
--- a/net-dialup/ppp/files/digest-ppp-2.4.2-r9
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 362bcf218fba8afbb9afbee7471e5dac ppp-2.4.2.tar.gz 774441
-MD5 0d2679907627f68dd6a2c32d1c7dda90 ppp-2.4.2-mppe-mppc-1.1.patch.gz 12532
-MD5 9d2f3febf510c5b0cbb4dacba713a217 ppp-dhcpc.tgz 33497
diff --git a/net-dialup/ppp/files/ppp-2.4.1-r10.patch b/net-dialup/ppp/files/ppp-2.4.1-r10.patch
deleted file mode 100644
index 6f04149214f2..000000000000
--- a/net-dialup/ppp/files/ppp-2.4.1-r10.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- pppd/tty.c. Wed Jul 31 15:26:47 2002
-+++ pppd/tty.c Wed Jul 31 15:27:04 2002
-@@ -745,7 +745,7 @@
- if (tty_mode != (mode_t) -1) {
- if (fchmod(real_ttyfd, tty_mode) != 0) {
- /* XXX if devnam is a symlink, this will change the link */
-- chmod(devnam, tty_mode);
-+ fchmod(ttyfd, tty_mode);
- }
- }
-
diff --git a/net-dialup/ppp/ppp-2.4.2-r9.ebuild b/net-dialup/ppp/ppp-2.4.2-r9.ebuild
deleted file mode 100644
index 415fa6523e2c..000000000000
--- a/net-dialup/ppp/ppp-2.4.2-r9.ebuild
+++ /dev/null
@@ -1,190 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.2-r9.ebuild,v 1.4 2005/01/06 07:12:39 mrness Exp $
-
-inherit eutils gnuconfig flag-o-matic
-
-DESCRIPTION="Point-to-point protocol - patched for PPPOE"
-HOMEPAGE="http://www.samba.org/ppp"
-SRC_URI="ftp://ftp.samba.org/pub/ppp/${P}.tar.gz
- http://www.polbox.com/h/hs001/ppp-2.4.2-mppe-mppc-1.1.patch.gz
- http://www.netservers.co.uk/gpl/ppp-dhcpc.tgz"
-
-LICENSE="BSD GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc sparc x86 mips"
-IUSE="ipv6 activefilter pam atm mppe-mppc dhcp"
-
-RDEPEND="virtual/libc
- activefilter? ( >=net-libs/libpcap-0.8.3-r1 )
- atm? ( net-dialup/linux-atm )
- pam? ( sys-libs/pam )"
-DEPEND="${RDEPEND}
- >=sys-apps/sed-4"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- epatch ${FILESDIR}/${PV}/cbcp-dosfix.patch || die "patch failed"
- epatch ${FILESDIR}/${PV}/mpls.patch.gz || die "patch failed"
- epatch ${FILESDIR}/${PV}/killaddr-smarter.patch.gz || die "patch failed"
- epatch ${FILESDIR}/${PV}/cflags.patch || die "patch failed"
- epatch ${FILESDIR}/${PV}/control_c.patch || die "patch failed"
-
- use mppe-mppc && {
- einfo "Enabling mppe-mppc support"
- epatch ${DISTDIR}/ppp-2.4.2-mppe-mppc-1.1.patch.gz || die "patch failed"
- }
-
- if use atm; then
- einfo "Enabling PPPoATM support"
- epatch ${FILESDIR}/${PV}/pppoatm-2.diff.gz || die "patch failed"
- sed -i -e "s/^LIBS =/LIBS = -latm/" pppd/Makefile.linux || die
- fi
-
- use activefilter || {
- einfo "Disabling active-filter"
- sed -i -e "s/^FILTER=y/#FILTER=y/" pppd/Makefile.linux || die
- }
-
- use pam && {
- einfo "Enabling PAM"
- sed -i -e "s/^#USE_PAM=y/USE_PAM=y/" pppd/Makefile.linux || die
- }
-
- use ipv6 && {
- einfo "Enabling IPv6"
- sed -i -e "s/#HAVE_INET6/HAVE_INET6/" pppd/Makefile.linux || die
- }
-
- einfo "Enabling CBCP"
- sed -i 's/^#CBCP=y/CBCP=y/' pppd/Makefile.linux || die
-
- einfo "Enabling radius"
- sed -i -e 's/SUBDIRS := rp-pppoe/SUBDIRS := rp-pppoe radius/' pppd/plugins/Makefile.linux || die
- sed -i -e '/^CFLAGS/s:$: -fPIC:' pppd/plugins/radius/radiusclient/lib/Makefile.in || die
-
- use dhcp && {
- # copy the ppp-dhcp plugin files
- einfo "Copying ppp-dhcp plugin files..."
- tar -xzf ${DISTDIR}/ppp-dhcpc.tgz -C ${S}/pppd/plugins/
- sed -i -e 's/SUBDIRS := rp-pppoe/SUBDIRS := rp-pppoe dhcp/' pppd/plugins/Makefile.linux || die
- sed -i -e "s/-O2/${CFLAGS}/" pppd/plugins/dhcp/Makefile.linux
- }
-
- #epatch ${FILESDIR}/${PV}/pcap.patch
- sed -i -e "s:net/bpf.h:pcap-bpf.h:" pppd/sys-linux.c pppd/demand.c pppd/plugins/rp-pppoe/if.c
-}
-
-src_compile() {
- export WANT_AUTOCONF=2.1
- gnuconfig_update
- # compile radius better than their makefile does
- append-ldflags -Wl,-z,now
- (cd pppd/plugins/radius/radiusclient && econf && emake) || die
- ./configure --prefix=/usr || die
- emake COPTS="${CFLAGS}" || die
-}
-
-src_install() {
- local y
- for y in chat pppd pppdump pppstats
- do
- doman ${y}/${y}.8
- dosbin ${y}/${y}
- done
- chmod u+s-w ${D}/usr/sbin/pppd
-
- dodir /etc/ppp/peers
- insinto /etc/ppp
- insopts -m0600
- newins etc.ppp/pap-secrets pap-secrets.example
- newins etc.ppp/chap-secrets chap-secrets.example
-
- insopts -m0644
- doins etc.ppp/options
- doins ${FILESDIR}/${PV}/options-pptp
- doins ${FILESDIR}/${PV}/options-pppoe
- doins ${FILESDIR}/${PV}/chat-default
-
- insopts -m0755
- doins ${FILESDIR}/${PV}/ip-up
- doins ${FILESDIR}/${PV}/ip-down
-
- exeinto /etc/init.d/
- doexe ${FILESDIR}/${PV}/net.ppp0
-
- insinto /etc/conf.d
- insopts -m0600
- newins ${FILESDIR}/${PV}/confd.ppp0 net.ppp0
-
- dolib.so pppd/plugins/minconn.so
- dolib.so pppd/plugins/passprompt.so
- dolib.so pppd/plugins/rp-pppoe/rp-pppoe.so
- dolib.so pppd/plugins/radius/radius.so
- dolib.so pppd/plugins/radius/radattr.so
- dolib.so pppd/plugins/radius/radrealms.so
- if use atm; then
- dolib.so pppd/plugins/pppoatm.so
- fi
- if use dhcp; then
- dolib.so pppd/plugins/dhcp/dhcpc.so
- fi
-
- dodir /usr/lib/pppd/$(awk -F '"' '/VERSION/ {print $2}' pppd/patchlevel.h)
- mv ${D}/usr/lib/*.so ${D}/usr/lib/pppd/$(awk -F '"' '/VERSION/ {print $2}' pppd/patchlevel.h)
-
- insinto /etc/modules.d
- insopts -m0644
- newins ${FILESDIR}/${PV}/modules.ppp ppp
- if use mppe-mppc; then
- echo 'alias ppp-compress-18 ppp_mppe_mppc' >> ${D}/etc/modules.d/ppp
- fi
-
- dodoc PLUGINS README* SETUP Changes-2.3 FAQ
- dodoc ${FILESDIR}/${PV}/README.mpls
- dohtml ${FILESDIR}/${PV}/pppoe.html
-
- doman pppd/plugins/radius/pppd-radius.8
- doman pppd/plugins/radius/pppd-radattr.8
-
- dosbin scripts/pon
- dosbin scripts/poff
- dosbin scripts/plog
- doman scripts/pon.1
-
- # Adding misc. specialized scripts to doc dir
- dodir /usr/share/doc/${PF}/scripts/chatchat
- insinto /usr/share/doc/${PF}/scripts/chatchat
- doins scripts/chatchat/*
- insinto /usr/share/doc/${PF}/scripts
- doins scripts/*
-
- # install radiusclient
- cd pppd/plugins/radius/radiusclient
- make DESTDIR=${D} install || die
-}
-
-pkg_postinst() {
- if ! [ -e ${ROOT}dev/.devfsd ] || [ -e ${ROOT}dev/.udev ]
- then
- if [ ! -e ${ROOT}dev/ppp ]; then
- mknod ${ROOT}dev/ppp c 108 0
- fi
- fi
- if [ "$ROOT" = "/" ]
- then
- /sbin/update-modules
- fi
- ewarn "To enable kernel-pppoe read html/pppoe.html in the doc-directory."
- ewarn "Note: the library name has changed from pppoe.so to rp-pppoe.so."
- ewarn "Pon, poff and plog scripts have been supplied for experienced users."
- ewarn "New users or those requiring something more should have a look at"
- ewarn "the /etc/init.d/net.ppp0 script."
- ewarn "Users needing particular scripts (ssh,rsh,etc.)should check out the"
- ewarn "/usr/share/doc/ppp*/scripts directory."
-
- # lib name has changed
- sed -i -e "s:^pppoe.so:rp-pppoe.so:" ${ROOT}etc/ppp/options
-}