ChangeLog

# ChangeLog for net-dialup/kpnadsl4linux
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-dialup/kpnadsl4linux/ChangeLog,v 1.13 2006/03/12 14:42:32 mrness Exp $

12 Mar 2006; Alin Nastac kpnadsl4linux-1.10-r1.ebuild:
Simplify dependencies and quote $FILESDIR.

04 Oct 2005; Alin Nastac kpnadsl4linux-1.10-r1.ebuild:
Remove INSTALL and COPYING from docs.

09 Sep 2005; Tom Gall kpnadsl4linux-1.10-r1.ebuild:
stable on ppc64

14 Apr 2005; Tom Gall kpnadsl4linux-1.10-r1.ebuild:
added ~ppc64, bug #89139

07 Nov 2004; Alin Nastac
kpnadsl4linux-1.10-r1.ebuild:
include etc-update in the info message (#46985)
add DEPEND to RDEPEND

01 Jul 2004; Jeremy Huddleston
kpnadsl4linux-1.10-r1.ebuild:
virtual/glibc -> virtual/libc

19 Nov 2003; Heinrich Wendel metadata.xml:
metadata.xml

*kpnadsl4linux-1.10-r1 (23 May 2003)
23 May 2003; Chuck Brewer :
Added manifest.

*kpnadsl4linux-1.10-r1 (02 Jan 2003)

02 Jan 2003; Hannes Mehnert kpnadsl4linux-1.10-r1.ebuild:
moved the config script to a seperate file, ${FILESDIR}/kpnadsl4linux-config.
this solves #11341.

*kpnadsl4linux-1.10-r1 (02 Dec 2002)

02 Dec 2002; Hannes Mehnert kpnadsl4linux-1.10-r1.ebuild,
ChangeLog: Thanks to sambesselink@planet.nl (sam) for submission (10444#).

*kpnadsl4linux-1.10 (24 Nov 2002)

24 Nov 2002; Hannes Mehnert kpnadsl4linux-1.10.ebuild,
ChangeLog: Initial ebuild. Thanks to sambesselink@planet.nl (sam)
for submission (10444#).

Manifest

AUX kpnadsl4linux-config 3773 RMD160 66b7b6fe2c58fb5f7482ee536d62c2be82d840a6 SHA1 a2b5ca65ac6103f862dd0c518146d8cbfd9fd486 SHA256 f2109396e113e1d81991110c1299dad670bc6cf7645555c552c66725fc0933fb
DIST kpnadsl4linux-1.10.tar.gz 15210 RMD160 2e6debf7fab8244a95e45ecf15b3aecbc6960c23 SHA1 4294e976e5adf7685249947c1cdde343370b29fc SHA256 2c962aa31dc0fb57d75dd3719978bde114c5513798aa8252597be3a83b053b93
EBUILD kpnadsl4linux-1.10-r1.ebuild 1003 RMD160 dd827ed7bb87f8067689e7395406ce20ef1f7fe7 SHA1 dfde8a97f4f744087f83e08311fcee27fc1216f5 SHA256 e06b73eacac82ac7a3f4baaa838b2957b3a8e33ccab29563b235a390d6710272
MISC ChangeLog 1747 RMD160 981d99937e0817019165e99cff0fe950e7a4101e SHA1 b034ab8c6fe65902cc6eb6228635b9906f894dcd SHA256 1b1be2816d9e2956a1b56b60c4a225eaaba40e40437aa9f040b1f2024e472f01
MISC metadata.xml 163 RMD160 df94c60cc0bb7abe5913b464a33966b142b2fe1e SHA1 d8332605fd22c32f15438bbdf24aa622c3d2738a SHA256 1137a0fd866641cf719b0c2e9e77ca9fa4541a42f2cc851fe4659cf2677acca3

files

kpnadsl4linux-1.10-r1.ebuild

# Copyright 1999-2006 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.16 2007/04/29 18:07:53 tove 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"
}

metadata.xml




net-dialup