summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2005-10-04 19:29:58 +0000
committerAlin Năstac <mrness@gentoo.org>2005-10-04 19:29:58 +0000
commit0afa07a729f25198e16e9546dfddb1692e6cb1f4 (patch)
tree51f96e3416ad01b67fa49e7b5f412d16be876dc3 /net-dialup/pppoed
parentRemove INSTALL from docs (diff)
downloadgentoo-2-0afa07a729f25198e16e9546dfddb1692e6cb1f4.tar.gz
gentoo-2-0afa07a729f25198e16e9546dfddb1692e6cb1f4.tar.bz2
gentoo-2-0afa07a729f25198e16e9546dfddb1692e6cb1f4.zip
Remove obsolete version; Remove COPYING from docs
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-dialup/pppoed')
-rw-r--r--net-dialup/pppoed/ChangeLog7
-rw-r--r--net-dialup/pppoed/files/digest-pppoed-0.48_beta1-r11
-rw-r--r--net-dialup/pppoed/files/pppoed-0.48_beta1-gcc-3.3.patch24
-rw-r--r--net-dialup/pppoed/pppoed-0.48_beta1-r1.ebuild41
-rw-r--r--net-dialup/pppoed/pppoed-0.49.ebuild4
5 files changed, 8 insertions, 69 deletions
diff --git a/net-dialup/pppoed/ChangeLog b/net-dialup/pppoed/ChangeLog
index d2afc455f029..3680fe3d2499 100644
--- a/net-dialup/pppoed/ChangeLog
+++ b/net-dialup/pppoed/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-dialup/pppoed
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/pppoed/ChangeLog,v 1.11 2005/08/14 10:16:17 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/pppoed/ChangeLog,v 1.12 2005/10/04 19:29:58 mrness Exp $
+
+ 04 Oct 2005; Alin Nastac <mrness@gentoo.org>
+ -files/pppoed-0.48_beta1-gcc-3.3.patch, -pppoed-0.48_beta1-r1.ebuild,
+ pppoed-0.49.ebuild:
+ Remove obsolete version. Remove COPYING from docs.
14 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> pppoed-0.49.ebuild:
Stable on ppc.
diff --git a/net-dialup/pppoed/files/digest-pppoed-0.48_beta1-r1 b/net-dialup/pppoed/files/digest-pppoed-0.48_beta1-r1
deleted file mode 100644
index eef9a471d69c..000000000000
--- a/net-dialup/pppoed/files/digest-pppoed-0.48_beta1-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f6b29ecf829f95681e5a11c4b47cfa99 pppoed-0.48b1.tgz 110553
diff --git a/net-dialup/pppoed/files/pppoed-0.48_beta1-gcc-3.3.patch b/net-dialup/pppoed/files/pppoed-0.48_beta1-gcc-3.3.patch
deleted file mode 100644
index 583cbc73528e..000000000000
--- a/net-dialup/pppoed/files/pppoed-0.48_beta1-gcc-3.3.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -Naur pppoed-0.48b1.orig/pppoed/lib.c pppoed-0.48b1/pppoed/lib.c
---- pppoed-0.48b1.orig/pppoed/lib.c 2000-10-08 10:42:14.000000000 -0700
-+++ pppoed-0.48b1/pppoed/lib.c 2004-02-20 21:29:08.472393904 -0800
-@@ -168,16 +168,15 @@
- struct pppoe_tag *ac_htag;
- ac_htag=find_tag (ses,ses->tags_len,ses->tags, TAG_HOST_UNIQ);
- if (NULL == ac_htag) {
-- poe_error (ses,"Buggy AC: Contact your ISP please,
-- we sent a host uniq tag but got none back: %m");
-- } else {
-+ poe_error (ses,"Buggy AC: Contact your ISP please, we sent a host uniq tag but got none back: %m");
-+ }
-+ else {
- struct host_tag *tgs,*tgr;
- tgs=(struct host_tag *)ses->filt->htag;
- tgr=(struct host_tag *)ac_htag;
- /* compare if it looks like ours */
- if (tgr->id !=tgs->id) {
-- poe_error (ses,"Buggy AC: Contact your ISP please,
-- we sent a host-uniqid %d and received %d",tgs->id,tgr->id);
-+ poe_error (ses,"Buggy AC: Contact your ISP please, we sent a host-uniqid %d and received %d",tgs->id,tgr->id);
-
- }
-
diff --git a/net-dialup/pppoed/pppoed-0.48_beta1-r1.ebuild b/net-dialup/pppoed/pppoed-0.48_beta1-r1.ebuild
deleted file mode 100644
index e6b88f68c0bd..000000000000
--- a/net-dialup/pppoed/pppoed-0.48_beta1-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/pppoed/pppoed-0.48_beta1-r1.ebuild,v 1.16 2004/07/14 23:05:27 agriffis Exp $
-
-inherit eutils
-
-S=${WORKDIR}/pppoed-0.48b1/pppoed
-DESCRIPTION="PPP over Ethernet"
-SRC_URI="http://www.davin.ottawa.on.ca/pppoe/pppoed-0.48b1.tgz"
-HOMEPAGE="http://www.davin.ottawa.on.ca/pppoe/"
-
-DEPEND="virtual/libc"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc"
-IUSE=""
-
-src_unpack() {
- unpack ${A}
- epatch ${FILESDIR}/${P}-gcc-3.3.patch
-}
-
-src_compile() {
- econf \
- --sysconfdir=/etc/ppp/pppoed || die
- make || die
-}
-
-src_install() {
-
- make DESTDIR=${D} install || die
-
- dodoc AUTHORS ChangeLog COPYING NEWS README*
-
- cd ..
- docinto docs
- dodoc docs/*
- docinto contrib
- dodoc contribs/*
-}
diff --git a/net-dialup/pppoed/pppoed-0.49.ebuild b/net-dialup/pppoed/pppoed-0.49.ebuild
index 913a066a5f1f..465a46635dcc 100644
--- a/net-dialup/pppoed/pppoed-0.49.ebuild
+++ b/net-dialup/pppoed/pppoed-0.49.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/pppoed/pppoed-0.49.ebuild,v 1.3 2005/08/14 10:16:17 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/pppoed/pppoed-0.49.ebuild,v 1.4 2005/10/04 19:29:58 mrness Exp $
inherit linux-info eutils
@@ -40,7 +40,7 @@ src_compile() {
src_install() {
make DESTDIR=${D} install || die
- dodoc AUTHORS ChangeLog COPYING NEWS README*
+ dodoc AUTHORS ChangeLog NEWS README*
cd ..
docinto docs