Remove obsolete revision. Quote $WORKDIR, $FILESDIR and $S.
authorAlin Năstac <mrness@gentoo.org>
Sun, 12 Mar 2006 21:17:53 +0000 (21:17 +0000)
committerAlin Năstac <mrness@gentoo.org>
Sun, 12 Mar 2006 21:17:53 +0000 (21:17 +0000)
Package-Manager: portage-2.0.54

net-dialup/pppconfig/ChangeLog
net-dialup/pppconfig/Manifest
net-dialup/pppconfig/files/digest-pppconfig-2.3.11 [deleted file]
net-dialup/pppconfig/pppconfig-2.3.11-r2.ebuild
net-dialup/pppconfig/pppconfig-2.3.11.ebuild [deleted file]

index 6c4910d42daf86e9e902ff797c1d159a8d1ad99c..fa735a0864501df9d7d8da0c56d7deb27894bb9c 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for net-dialup/pppconfig
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/pppconfig/ChangeLog,v 1.17 2005/12/24 15:33:10 hansmi Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/pppconfig/ChangeLog,v 1.18 2006/03/12 21:17:53 mrness Exp $
+
+  12 Mar 2006; Alin Nastac <mrness@gentoo.org> -pppconfig-2.3.11.ebuild,
+  pppconfig-2.3.11-r2.ebuild:
+  Remove obsolete revision. Quote $WORKDIR, $FILESDIR and $S.
 
   24 Dec 2005; Michael Hanselmann <hansmi@gentoo.org>
   pppconfig-2.3.11-r2.ebuild:
index 3ee1dfa4998df7feefda485ef9f9798b9f2c36a3..22a2a04b40930763221578df34ebb13bd2224ecd 100644 (file)
@@ -1,7 +1,15 @@
-MD5 ae53d828d59ad2228a7ddc18c07d3c71 ChangeLog 3083
-MD5 075c1c15d87393ab98a10d051bbfd1bd files/digest-pppconfig-2.3.11 68
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 b9db410c1e8b941b280ade6bf3f44884 ChangeLog 3249
 MD5 075c1c15d87393ab98a10d051bbfd1bd files/digest-pppconfig-2.3.11-r2 68
 MD5 0a18599faef6a8d04e0df3fb632aa3e4 files/pppconfig 219
 MD5 ec2f84816306825d125d0c01bd86758d metadata.xml 163
-MD5 a17952d0c5b0c1ce0fc0d8af13fe9608 pppconfig-2.3.11-r2.ebuild 1672
-MD5 c4d95862f441200aedd85d9a89d8f483 pppconfig-2.3.11.ebuild 776
+MD5 194c1cc3e6e32d163b75efbcc7bc3d07 pppconfig-2.3.11-r2.ebuild 1678
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2.1 (GNU/Linux)
+
+iD8DBQFEFJANjG8pv1lIUX4RAhr4AJ4lLMSfyqKfdEu5jFRNVCexGgNVMACghtSv
+k02DXrAl74bi7OLmm1jKJUk=
+=dVMT
+-----END PGP SIGNATURE-----
diff --git a/net-dialup/pppconfig/files/digest-pppconfig-2.3.11 b/net-dialup/pppconfig/files/digest-pppconfig-2.3.11
deleted file mode 100644 (file)
index 9c075fe..0000000
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1e8e540b082ebb2392b6c2c1a5f620ec pppconfig_2.3.11.tar.gz 347585
index 06482957c4e335339eb13abc0eea6d4a525d7134..045052e9a5d820754a16a0c88105312cb3d034db 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/pppconfig/pppconfig-2.3.11-r2.ebuild,v 1.4 2005/12/24 15:33:10 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/pppconfig/pppconfig-2.3.11-r2.ebuild,v 1.5 2006/03/12 21:17:53 mrness Exp $
 
 DESCRIPTION="A text menu based utility for configuring ppp."
 SRC_URI="http://http.us.debian.org/debian/pool/main/p/pppconfig/${PN}_${PV}.tar.gz"
@@ -16,18 +16,18 @@ RDEPEND="net-dialup/ppp
 DEPEND="${RDEPEND}
        nls? ( sys-devel/gettext )"
 
-S=${WORKDIR}/${PN}
+S="${WORKDIR}/${PN}"
 
 src_install () {
        dodir /etc/chatscripts /etc/ppp/resolv
        dosbin 0dns-down 0dns-up dns-clean
        newsbin pppconfig pppconfig.real
-       dosbin ${FILESDIR}/pppconfig
+       dosbin "${FILESDIR}/pppconfig"
        doman pppconfig.8
        dodoc debian/{copyright,changelog}
 
        if use nls; then
-               cd ${S}/po
+               cd "${S}/po"
                local MY_LOCALE_LANGUAGES lang
 
                if [ -n "${LINGUAS}" ]; then #install messages only in user-selected languages
diff --git a/net-dialup/pppconfig/pppconfig-2.3.11.ebuild b/net-dialup/pppconfig/pppconfig-2.3.11.ebuild
deleted file mode 100644 (file)
index a76d550..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/pppconfig/pppconfig-2.3.11.ebuild,v 1.2 2005/05/27 06:38:33 josejx Exp $
-
-DESCRIPTION="A text menu based utility for configuring ppp."
-SRC_URI="http://http.us.debian.org/debian/pool/main/p/pppconfig/${PN}_${PV}.tar.gz"
-HOMEPAGE="http://http.us.debian.org/debian/pool/main/p/pppconfig/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="ppc x86"
-IUSE=""
-
-DEPEND="net-dialup/ppp
-               dev-util/dialog"
-
-S=${WORKDIR}/${PN}
-
-src_install () {
-        dodir /etc/chatscripts /etc/ppp/resolv
-        dosbin 0dns-down 0dns-up dns-clean
-        newsbin pppconfig pppconfig.real
-        dosbin ${FILESDIR}/pppconfig
-        doman pppconfig.8
-        dodoc debian/{copyright,changelog}
-}