From: Alin Năstac Date: Sun, 12 Mar 2006 14:42:32 +0000 (+0000) Subject: Simplify dependencies and quote $FILESDIR. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f11baba479d75af717b266de273e78fe39283596;p=gentoo.git Simplify dependencies and quote $FILESDIR. Package-Manager: portage-2.0.54 --- diff --git a/net-dialup/kpnadsl4linux/ChangeLog b/net-dialup/kpnadsl4linux/ChangeLog index 06f77ddcb85b..60caf8f1bbc1 100644 --- a/net-dialup/kpnadsl4linux/ChangeLog +++ b/net-dialup/kpnadsl4linux/ChangeLog @@ -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 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. diff --git a/net-dialup/kpnadsl4linux/Manifest b/net-dialup/kpnadsl4linux/Manifest index 1a6d15a24a58..6cd55b89778a 100644 --- a/net-dialup/kpnadsl4linux/Manifest +++ b/net-dialup/kpnadsl4linux/Manifest @@ -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----- diff --git a/net-dialup/kpnadsl4linux/kpnadsl4linux-1.10-r1.ebuild b/net-dialup/kpnadsl4linux/kpnadsl4linux-1.10-r1.ebuild index 42ab40e08c28..c21038cb5cde 100644 --- a/net-dialup/kpnadsl4linux/kpnadsl4linux-1.10-r1.ebuild +++ b/net-dialup/kpnadsl4linux/kpnadsl4linux-1.10-r1.ebuild @@ -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" }