summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-12-11 18:48:18 +0000
committerAchim Gottinger <achim@gentoo.org>2000-12-11 18:48:18 +0000
commitab7bff1f366c9981506dc653cffc00e2cdb5ebc1 (patch)
tree148619649012ba0ebce4f7b0d3d99ea6f559f9d5 /net-dialup
parent*** empty log message *** (diff)
downloadhistorical-ab7bff1f366c9981506dc653cffc00e2cdb5ebc1.tar.gz
historical-ab7bff1f366c9981506dc653cffc00e2cdb5ebc1.tar.bz2
historical-ab7bff1f366c9981506dc653cffc00e2cdb5ebc1.zip
*** empty log message ***
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/pppoed/files/digest-pppoed-0.47-r11
-rw-r--r--net-dialup/pppoed/pppoed-0.47-r1.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/net-dialup/pppoed/files/digest-pppoed-0.47-r1 b/net-dialup/pppoed/files/digest-pppoed-0.47-r1
deleted file mode 100644
index fc7303a48702..000000000000
--- a/net-dialup/pppoed/files/digest-pppoed-0.47-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9542214a4fa3bc2e446c1bb41f01e45c pppoed0.47.tgz
diff --git a/net-dialup/pppoed/pppoed-0.47-r1.ebuild b/net-dialup/pppoed/pppoed-0.47-r1.ebuild
deleted file mode 100644
index 69c12cb4c4c7..000000000000
--- a/net-dialup/pppoed/pppoed-0.47-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/pppoed/pppoed-0.47-r1.ebuild,v 1.5 2000/11/01 04:44:18 achim Exp $
-
-P=pppoed-0.47
-A=pppoed0.47.tgz
-S=${WORKDIR}/${P}/pppoed
-DESCRIPTION="PPP over Ethernet"
-SRC_URI=" http://www.davin.ottawa.on.ca/pppoe/pppoed0.47.tgz"
-HOMEPAGE="http://www.davin.ottawa.on.ca/pppoe/"
-
-DEPEND=">=sys-libs/glibc-2.1.3"
-
-src_unpack() {
- unpack ${A}
-}
-
-src_compile() {
- cd ${S}
- try ./configure --host=${CHOST} --prefix=/usr --sysconfdir=/etc/ppp/pppoed
- try make
-}
-
-src_install() {
- cd ${S}
- try make DESTDIR=${D} install
- dodoc AUTHORS ChangeLog COPYING NEWS README*
- cd ..
- docinto docs
- dodoc docs/*
- docinto contrib
- dodoc contribs/*
-}
-
-
-