summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-03-28 23:58:58 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-03-28 23:58:58 +0000
commitb936a05c3017600906764f389e772cdeab9ede3e (patch)
treecbb342fe64503efacd2eeb13129adb8e2031283f /net-dialup
parentRemove old. (diff)
downloadgentoo-2-b936a05c3017600906764f389e772cdeab9ede3e.tar.gz
gentoo-2-b936a05c3017600906764f389e772cdeab9ede3e.tar.bz2
gentoo-2-b936a05c3017600906764f389e772cdeab9ede3e.zip
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/kpnadsl4linux/ChangeLog7
-rw-r--r--net-dialup/kpnadsl4linux/kpnadsl4linux-1.10-r1.ebuild36
2 files changed, 5 insertions, 38 deletions
diff --git a/net-dialup/kpnadsl4linux/ChangeLog b/net-dialup/kpnadsl4linux/ChangeLog
index f13b92834570..d972c3d614d0 100644
--- a/net-dialup/kpnadsl4linux/ChangeLog
+++ b/net-dialup/kpnadsl4linux/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-dialup/kpnadsl4linux
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/kpnadsl4linux/ChangeLog,v 1.19 2014/08/10 20:55:54 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/kpnadsl4linux/ChangeLog,v 1.20 2015/03/28 23:58:58 mrueg Exp $
+
+ 28 Mar 2015; Manuel Rüger <mrueg@gentoo.org> -kpnadsl4linux-1.10-r1.ebuild:
+ Remove old.
10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org>
kpnadsl4linux-1.10-r1.ebuild:
diff --git a/net-dialup/kpnadsl4linux/kpnadsl4linux-1.10-r1.ebuild b/net-dialup/kpnadsl4linux/kpnadsl4linux-1.10-r1.ebuild
deleted file mode 100644
index 9df94a0d6cc5..000000000000
--- a/net-dialup/kpnadsl4linux/kpnadsl4linux-1.10-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/kpnadsl4linux/kpnadsl4linux-1.10-r1.ebuild,v 1.17 2014/08/10 20:55:54 slyfox Exp $
-
-DESCRIPTION="ADSL4Linux, a PPTP start/stop/etc. program especially for Dutch users, for gentoo"
-HOMEPAGE="http://www.adsl4linux.nl/"
-SRC_URI="http://home.planet.nl/~mcdon001/${P}.tar.gz
- http://www.adsl4linux.nl/download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc amd64 ppc64"
-IUSE=""
-
-RDEPEND=">=net-dialup/pptpclient-1.7.0
- >=net-dialup/ppp-2.4.2"
-
-src_compile() {
- make || die "Make failed."
-}
-
-src_install() {
- dosbin adsl
- dodoc Changelog README
- newinitd init.d.adsl adsl
- dosbin "${FILESDIR}/${PN}-config"
-}
-
-pkg_postinst() {
- einfo "Do _NOT_ forget to run the following if this is your _FIRST_ install:"
- einfo " kpnadsl4linux-config"
- einfo " etc-update"
- einfo
- einfo "To start ${P} at boot type:"
- einfo " rc-update add adsl default"
-}