Simplify dependencies and quote $FILESDIR.
authorAlin Năstac <mrness@gentoo.org>
Sun, 12 Mar 2006 14:42:32 +0000 (14:42 +0000)
committerAlin Năstac <mrness@gentoo.org>
Sun, 12 Mar 2006 14:42:32 +0000 (14:42 +0000)
Package-Manager: portage-2.0.54

net-dialup/kpnadsl4linux/ChangeLog
net-dialup/kpnadsl4linux/Manifest
net-dialup/kpnadsl4linux/kpnadsl4linux-1.10-r1.ebuild

index 06f77ddcb85bb818a70719563f6f789661a69cb5..60caf8f1bbc13414397839cb1ad880829ca3deeb 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for net-dialup/kpnadsl4linux
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/kpnadsl4linux/ChangeLog,v 1.12 2005/10/04 18:47:51 mrness Exp $
+# 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 <mrness@gentoo.org> kpnadsl4linux-1.10-r1.ebuild:
+  Simplify dependencies and quote $FILESDIR.
 
   04 Oct 2005; Alin Nastac <mrness@gentoo.org> kpnadsl4linux-1.10-r1.ebuild:
   Remove INSTALL and COPYING from docs.
index 1a6d15a24a5823becc6653d9affe8a337b05deb2..6cd55b89778a2a78d4cf2597c5e9895eb8b5784d 100644 (file)
@@ -1,15 +1,15 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
-MD5 c61d30b9a17196dbb7cbc710733f88b5 kpnadsl4linux-1.10-r1.ebuild 1062
-MD5 e1701297e54d77dee0b03c99acb3f50b ChangeLog 1624
-MD5 ec2f84816306825d125d0c01bd86758d metadata.xml 163
-MD5 e21c0a3288ade4ae0a5452727a1ea265 files/kpnadsl4linux-config 3773
+MD5 a59846d086d6b824cd04d14656e8e47e ChangeLog 1747
 MD5 fb725a50fd6d798e8df9f7f885504292 files/digest-kpnadsl4linux-1.10-r1 69
+MD5 e21c0a3288ade4ae0a5452727a1ea265 files/kpnadsl4linux-config 3773
+MD5 824e3637bd91bd2f6f51876c6e1dc1cf kpnadsl4linux-1.10-r1.ebuild 1025
+MD5 ec2f84816306825d125d0c01bd86758d metadata.xml 163
 -----BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
+Version: GnuPG v1.4.2.1 (GNU/Linux)
 
-iD8DBQFDQs5zNSP4Vda7IdsRAgOjAKCFpfJVx+cAlTR57oKVnbuODXXurACeOrV9
-zcppHaWeQLhGJuZrH+r05a8=
-=FWJR
+iD8DBQFEFDNkjG8pv1lIUX4RArluAJ9OQWnM6/j4BqDEwtcwYDkFqFR6LwCfY8q1
+RG8MwBf7lqCZjxf1P+hP3kA=
+=ECrb
 -----END PGP SIGNATURE-----
index 42ab40e08c28f07ce5217f1c2ecceb206579e1fb..c21038cb5cde988b5e28ca17b0df9aafff1b9ecd 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# 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.14 2005/10/04 18:47:51 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/kpnadsl4linux/kpnadsl4linux-1.10-r1.ebuild,v 1.15 2006/03/12 14:42:32 mrness Exp $
 
 DESCRIPTION="ADSL4Linux, a PPTP start/stop/etc. program especially for Dutch users, for gentoo."
 HOMEPAGE="http://www.adsl4linux.nl/"
@@ -12,11 +12,8 @@ SLOT="0"
 KEYWORDS="x86 ppc amd64 ppc64"
 IUSE=""
 
-DEPEND="virtual/libc"
-RDEPEND="${DEPEND}
-       sys-apps/gawk
-       >=net-dialup/pptpclient-1.1.0
-       >=net-dialup/ppp-2.4.0"
+RDEPEND=">=net-dialup/pptpclient-1.7.0
+       >=net-dialup/ppp-2.4.2"
 
 src_compile() {
        make || die "Make failed."
@@ -27,14 +24,14 @@ src_install() {
        dodoc Changelog README
        exeinto /etc/init.d/
        newexe init.d.adsl adsl
-       dosbin ${FILESDIR}/${PN}-config
+       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 "   kpnadsl4linux-config"
+       einfo "   etc-update"
        einfo
        einfo "To start ${P} at boot type:"
-       einfo "rc-update add adsl default"
+       einfo "   rc-update add adsl default"
 }