summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-17 10:43:25 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-17 10:43:25 +0000
commit89cf85367cad185b35b75ffde6e12f0673cae8eb (patch)
tree499f20156c7ae9f69bede3e80b43db78b8511997 /net-dialup/pptpd
parentSLOT, KEYWORDS, LICENSE, 1.0.x unfriendly notice (diff)
downloadhistorical-89cf85367cad185b35b75ffde6e12f0673cae8eb.tar.gz
historical-89cf85367cad185b35b75ffde6e12f0673cae8eb.tar.bz2
historical-89cf85367cad185b35b75ffde6e12f0673cae8eb.zip
repoman'd
Diffstat (limited to 'net-dialup/pptpd')
-rw-r--r--net-dialup/pptpd/pptpd-1.1.2.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/net-dialup/pptpd/pptpd-1.1.2.ebuild b/net-dialup/pptpd/pptpd-1.1.2.ebuild
index 58f353f446b2..eb49b57c1fde 100644
--- a/net-dialup/pptpd/pptpd-1.1.2.ebuild
+++ b/net-dialup/pptpd/pptpd-1.1.2.ebuild
@@ -1,15 +1,17 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpd/pptpd-1.1.2.ebuild,v 1.2 2002/07/08 04:58:40 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpd/pptpd-1.1.2.ebuild,v 1.3 2002/07/17 10:43:25 seemant Exp $
S=${WORKDIR}/pptpd-1.1.2
DESCRIPTION="Linux Point-to-Point Tunnelling Protocol Server"
SRC_URI="http://www.mirrors.wiretapped.net/security/network-security/poptop/pptpd-1.1.2.tar.gz"
HOMEPAGE="http://poptop.lineo.com"
+
DEPEND="virtual/glibc net-dialup/ppp"
-LICENSE="GPL"
-RDEPEND=""
+
SLOT="0"
+LICENSE="GPL"
+KEYWORDS="x86"
src_compile() {
econf || die
@@ -29,7 +31,7 @@ src_install () {
insinto /etc/ppp
doins ${FILESDIR}/options.pptpd
- dodoc README README.inetd README.slirp AUTHORS COPYING INSTALL TODO ChangeLog
+ dodoc README* AUTHORS COPYING INSTALL TODO ChangeLog
docinto samples; dodoc samples/*
}