summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-dialup/rp-pppoe/rp-pppoe-3.4-r1.ebuild')
-rw-r--r--net-dialup/rp-pppoe/rp-pppoe-3.4-r1.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/net-dialup/rp-pppoe/rp-pppoe-3.4-r1.ebuild b/net-dialup/rp-pppoe/rp-pppoe-3.4-r1.ebuild
deleted file mode 100644
index 08a18d15f5f5..000000000000
--- a/net-dialup/rp-pppoe/rp-pppoe-3.4-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/rp-pppoe/rp-pppoe-3.4-r1.ebuild,v 1.3 2003/02/13 13:55:46 vapier Exp $
-
-S=${WORKDIR}/${P}/src
-DESCRIPTION="A user-mode PPPoE client and server suite for Linux"
-SRC_URI="http://www.roaringpenguin.com/pppoe/${P}.tar.gz"
-HOMEPAGE="http://www.roaringpenguin.com/"
-
-DEPEND=">=net-dialup/ppp-2.4.1"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc"
-
-src_compile() {
-
- econf || die
- make || die
-}
-
-src_install () {
-
- if use tcltk
- then
- cd ../gui
- make RPM_INSTALL_ROOT=${D} install || die
- fi
-
- cd ${S}
- make RPM_INSTALL_ROOT=${D} install || die
-
- dodir /usr/share/doc
- mv ${D}/usr/doc/${P} ${D}/usr/share/doc/${PF}
- rm -rf ${D}/usr/doc
- prepalldocs
-}