summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2007-04-15 09:57:54 +0000
committerAlin Năstac <mrness@gentoo.org>2007-04-15 09:57:54 +0000
commitfaa2ae063911386e871fcb2283342b5cb326c97f (patch)
tree727dfe6ea9dab0a9472be1f171828e4a492c35f3 /net-dialup
parentMask net-dialup/pppoed, pending for removal on 15 May 2007 (diff)
downloadgentoo-2-faa2ae063911386e871fcb2283342b5cb326c97f.tar.gz
gentoo-2-faa2ae063911386e871fcb2283342b5cb326c97f.tar.bz2
gentoo-2-faa2ae063911386e871fcb2283342b5cb326c97f.zip
Remove old revision.
(Portage version: 2.1.2.2)
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/pptpclient/ChangeLog5
-rw-r--r--net-dialup/pptpclient/files/digest-pptpclient-1.7.16
-rw-r--r--net-dialup/pptpclient/pptpclient-1.7.1.ebuild42
3 files changed, 4 insertions, 49 deletions
diff --git a/net-dialup/pptpclient/ChangeLog b/net-dialup/pptpclient/ChangeLog
index 04e89c5dcbd7..8aa57e1e67ce 100644
--- a/net-dialup/pptpclient/ChangeLog
+++ b/net-dialup/pptpclient/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-dialup/pptpclient
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpclient/ChangeLog,v 1.47 2007/03/18 07:39:17 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpclient/ChangeLog,v 1.48 2007/04/15 09:57:54 mrness Exp $
+
+ 15 Apr 2007; Alin Năstac <mrness@gentoo.org> -pptpclient-1.7.1.ebuild:
+ Remove old revision.
*pptpclient-1.7.1-r1 (18 Mar 2007)
diff --git a/net-dialup/pptpclient/files/digest-pptpclient-1.7.1 b/net-dialup/pptpclient/files/digest-pptpclient-1.7.1
deleted file mode 100644
index 962839b6d0cd..000000000000
--- a/net-dialup/pptpclient/files/digest-pptpclient-1.7.1
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 b47735ba5d6d37dfdbccb85afc044ede pptp-1.7.1.tar.gz 229024
-RMD160 f510262e8c06058d754d6d73d1b289fcdbc54dc7 pptp-1.7.1.tar.gz 229024
-SHA256 8e3fa9f17c22818eae68419f66966865423206d736eb74d212a3501f62423276 pptp-1.7.1.tar.gz 229024
-MD5 a2fd08077b4c6ab1edd9e959901639cd pptp-command-20050401.gz 7662
-RMD160 1c02ad63aa90419bbe2151476d1463d7a26d6215 pptp-command-20050401.gz 7662
-SHA256 49cfb115491b476a364ddc03f8c1b27f7ba19b6a231eabc11e823e3f32c5987d pptp-command-20050401.gz 7662
diff --git a/net-dialup/pptpclient/pptpclient-1.7.1.ebuild b/net-dialup/pptpclient/pptpclient-1.7.1.ebuild
deleted file mode 100644
index ea28cf46c570..000000000000
--- a/net-dialup/pptpclient/pptpclient-1.7.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpclient/pptpclient-1.7.1.ebuild,v 1.7 2007/02/10 09:21:35 mrness Exp $
-
-MY_P=${P/client}
-MY_CMD=pptp-command-20050401
-
-DESCRIPTION="Linux client for PPTP"
-HOMEPAGE="http://pptpclient.sourceforge.net/"
-SRC_URI="mirror://sourceforge/pptpclient/${MY_P}.tar.gz
- mirror://gentoo/${MY_CMD}.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="alpha amd64 ppc ppc64 x86"
-IUSE="tk"
-
-DEPEND=">=net-dialup/ppp-2.4.2
- dev-lang/perl
- tk? ( dev-perl/perl-tk )"
-
-S="${WORKDIR}/${MY_P}"
-
-src_compile() {
- emake OPTIMISE= DEBUG= CFLAGS="${CFLAGS}" || die "make failed"
-}
-
-src_install() {
- dosbin pptp
- dodoc AUTHORS ChangeLog DEVELOPERS NEWS README TODO USING
- dodoc Documentation/*
- dodoc Reference/*
- dodir /etc/pptp.d
-
- # The current version of pptp-linux doesn't include the
- # RH-specific portions, so include them ourselves.
- insinto /etc/ppp
- doins options.pptp
- newsbin "${WORKDIR}/${MY_CMD}" pptp-command
- dosbin "${FILESDIR}/pptp_fe.pl"
- use tk && dosbin "${FILESDIR}/xpptp_fe.pl"
-}