summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-07-14 23:06:35 +0000
committerAron Griffis <agriffis@gentoo.org>2004-07-14 23:06:35 +0000
commit9da94efbaba1a08c8088006106ff812701a17ddb (patch)
treea26211a3738711d146acf5b16a395dfc23a5b934 /net-dialup
parentsync IUSE (missing) (diff)
downloadhistorical-9da94efbaba1a08c8088006106ff812701a17ddb.tar.gz
historical-9da94efbaba1a08c8088006106ff812701a17ddb.tar.bz2
historical-9da94efbaba1a08c8088006106ff812701a17ddb.zip
sync IUSE (missing), trim trailing whitespace
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/pppconfig/pppconfig-2.0.8.ebuild4
-rw-r--r--net-dialup/pppconfig/pppconfig-2.1.ebuild4
-rw-r--r--net-dialup/pppconfig/pppconfig-2.2.0.ebuild3
-rw-r--r--net-dialup/pptpclient/pptpclient-1.1.0-r1.ebuild3
-rw-r--r--net-dialup/pptpclient/pptpclient-1.1.0.ebuild4
-rw-r--r--net-dialup/pptpd/pptpd-1.1.2.ebuild4
-rw-r--r--net-dialup/pptpd/pptpd-1.1.3.20030409.ebuild4
-rw-r--r--net-dialup/pptpd/pptpd-1.1.3.ebuild4
-rw-r--r--net-dialup/qtwvdialer/qtwvdialer-0.3.1-r2.ebuild4
-rw-r--r--net-dialup/slmodem/Manifest34
10 files changed, 34 insertions, 34 deletions
diff --git a/net-dialup/pppconfig/pppconfig-2.0.8.ebuild b/net-dialup/pppconfig/pppconfig-2.0.8.ebuild
index ae2b8e8d2212..71d1dc8566b2 100644
--- a/net-dialup/pppconfig/pppconfig-2.0.8.ebuild
+++ b/net-dialup/pppconfig/pppconfig-2.0.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/pppconfig/pppconfig-2.0.8.ebuild,v 1.10 2004/06/24 22:31:01 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/pppconfig/pppconfig-2.0.8.ebuild,v 1.11 2004/07/14 23:05:08 agriffis Exp $
S=${WORKDIR}/pppconfig-2.1
DESCRIPTION="A text menu based utility for configuring ppp."
@@ -10,6 +10,7 @@ HOMEPAGE="http://ftp.debian.org/debian/pool/main/p/pppconfig/"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 ppc"
+IUSE=""
DEPEND=">=net-dialup/ppp-2.4.1-r2
@@ -25,4 +26,3 @@ src_install () {
doman pppconfig.8
dodoc debian/{copyright,README.debian,changelog}
}
-
diff --git a/net-dialup/pppconfig/pppconfig-2.1.ebuild b/net-dialup/pppconfig/pppconfig-2.1.ebuild
index cdc2da8bb3f2..7664c867875d 100644
--- a/net-dialup/pppconfig/pppconfig-2.1.ebuild
+++ b/net-dialup/pppconfig/pppconfig-2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/pppconfig/pppconfig-2.1.ebuild,v 1.4 2004/06/24 22:31:01 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/pppconfig/pppconfig-2.1.ebuild,v 1.5 2004/07/14 23:05:08 agriffis Exp $
DESCRIPTION="A text menu based utility for configuring ppp."
SRC_URI="mirror://debian/pool/main/p/pppconfig/${PN}_${PV}.tar.gz"
@@ -9,6 +9,7 @@ HOMEPAGE="http://ftp.debian.org/debian/pool/main/p/pppconfig/"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 ~ppc"
+IUSE=""
DEPEND=">=net-dialup/ppp-2.4.1-r2
@@ -24,4 +25,3 @@ src_install () {
doman pppconfig.8
dodoc debian/{copyright,README.debian,changelog}
}
-
diff --git a/net-dialup/pppconfig/pppconfig-2.2.0.ebuild b/net-dialup/pppconfig/pppconfig-2.2.0.ebuild
index 2151a6d12901..939d1912d5b6 100644
--- a/net-dialup/pppconfig/pppconfig-2.2.0.ebuild
+++ b/net-dialup/pppconfig/pppconfig-2.2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/pppconfig/pppconfig-2.2.0.ebuild,v 1.3 2004/06/24 22:31:01 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/pppconfig/pppconfig-2.2.0.ebuild,v 1.4 2004/07/14 23:05:08 agriffis 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"
@@ -9,6 +9,7 @@ HOMEPAGE="http://http.us.debian.org/debian/pool/main/p/pppconfig/"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc"
+IUSE=""
DEPEND=">=net-dialup/ppp-2.4.1-r2
>=dev-util/dialog-0.7"
diff --git a/net-dialup/pptpclient/pptpclient-1.1.0-r1.ebuild b/net-dialup/pptpclient/pptpclient-1.1.0-r1.ebuild
index 9e4fd85e8b07..947f890eca0e 100644
--- a/net-dialup/pptpclient/pptpclient-1.1.0-r1.ebuild
+++ b/net-dialup/pptpclient/pptpclient-1.1.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpclient/pptpclient-1.1.0-r1.ebuild,v 1.8 2004/06/24 22:31:23 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpclient/pptpclient-1.1.0-r1.ebuild,v 1.9 2004/07/14 23:05:51 agriffis Exp $
S=${WORKDIR}/pptp-linux-${PV}-1
@@ -44,4 +44,3 @@ src_install() {
dodoc Documentation/*
dodoc Reference/*
}
-
diff --git a/net-dialup/pptpclient/pptpclient-1.1.0.ebuild b/net-dialup/pptpclient/pptpclient-1.1.0.ebuild
index 12dbdb66e5ab..9b55f970ce6f 100644
--- a/net-dialup/pptpclient/pptpclient-1.1.0.ebuild
+++ b/net-dialup/pptpclient/pptpclient-1.1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpclient/pptpclient-1.1.0.ebuild,v 1.10 2004/06/24 22:31:23 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpclient/pptpclient-1.1.0.ebuild,v 1.11 2004/07/14 23:05:51 agriffis Exp $
S=${WORKDIR}/pptp-linux-${PV}-1
@@ -13,6 +13,7 @@ DEPEND="net-dialup/ppp"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 ppc amd64"
+IUSE=""
src_compile() {
cd ${S}
@@ -35,4 +36,3 @@ src_install() {
dodoc Documentation/*
dodoc Reference/*
}
-
diff --git a/net-dialup/pptpd/pptpd-1.1.2.ebuild b/net-dialup/pptpd/pptpd-1.1.2.ebuild
index 0c58fe327cdc..31956ea2c741 100644
--- a/net-dialup/pptpd/pptpd-1.1.2.ebuild
+++ b/net-dialup/pptpd/pptpd-1.1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpd/pptpd-1.1.2.ebuild,v 1.10 2004/07/01 22:09:29 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpd/pptpd-1.1.2.ebuild,v 1.11 2004/07/14 23:06:12 agriffis Exp $
S=${WORKDIR}/pptpd-1.1.2
DESCRIPTION="Linux Point-to-Point Tunnelling Protocol Server"
@@ -12,6 +12,7 @@ DEPEND="virtual/libc net-dialup/ppp"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86"
+IUSE=""
src_compile() {
econf || die
@@ -34,4 +35,3 @@ src_install () {
dodoc README* AUTHORS COPYING INSTALL TODO ChangeLog
docinto samples; dodoc samples/*
}
-
diff --git a/net-dialup/pptpd/pptpd-1.1.3.20030409.ebuild b/net-dialup/pptpd/pptpd-1.1.3.20030409.ebuild
index e9b0ccdd3363..4c3be24dd084 100644
--- a/net-dialup/pptpd/pptpd-1.1.3.20030409.ebuild
+++ b/net-dialup/pptpd/pptpd-1.1.3.20030409.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpd/pptpd-1.1.3.20030409.ebuild,v 1.4 2004/07/01 22:09:29 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpd/pptpd-1.1.3.20030409.ebuild,v 1.5 2004/07/14 23:06:12 agriffis Exp $
S=${WORKDIR}/poptop
DESCRIPTION="Linux Point-to-Point Tunnelling Protocol Server"
@@ -13,6 +13,7 @@ DEPEND="virtual/libc
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86"
+IUSE=""
src_compile() {
econf || die
@@ -35,4 +36,3 @@ src_install () {
dodoc README* AUTHORS COPYING INSTALL TODO ChangeLog
docinto samples; dodoc samples/*
}
-
diff --git a/net-dialup/pptpd/pptpd-1.1.3.ebuild b/net-dialup/pptpd/pptpd-1.1.3.ebuild
index 07131b1943c3..7be15cc86b58 100644
--- a/net-dialup/pptpd/pptpd-1.1.3.ebuild
+++ b/net-dialup/pptpd/pptpd-1.1.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpd/pptpd-1.1.3.ebuild,v 1.7 2004/07/01 22:09:29 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpd/pptpd-1.1.3.ebuild,v 1.8 2004/07/14 23:06:12 agriffis Exp $
S=${WORKDIR}/pptpd-1.1.3
DESCRIPTION="Linux Point-to-Point Tunnelling Protocol Server"
@@ -12,6 +12,7 @@ DEPEND="virtual/libc net-dialup/ppp"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86"
+IUSE=""
src_compile() {
econf || die
@@ -34,4 +35,3 @@ src_install () {
dodoc README* AUTHORS COPYING INSTALL TODO ChangeLog
docinto samples; dodoc samples/*
}
-
diff --git a/net-dialup/qtwvdialer/qtwvdialer-0.3.1-r2.ebuild b/net-dialup/qtwvdialer/qtwvdialer-0.3.1-r2.ebuild
index a8080af517f3..bea4094195f3 100644
--- a/net-dialup/qtwvdialer/qtwvdialer-0.3.1-r2.ebuild
+++ b/net-dialup/qtwvdialer/qtwvdialer-0.3.1-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/qtwvdialer/qtwvdialer-0.3.1-r2.ebuild,v 1.12 2004/06/24 22:31:59 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/qtwvdialer/qtwvdialer-0.3.1-r2.ebuild,v 1.13 2004/07/14 23:06:35 agriffis Exp $
S=${WORKDIR}/QtWvDialer-${PV}
DESCRIPTION="QT Frontend for wvdial"
@@ -16,6 +16,7 @@ DEPEND="=x11-libs/qt-2*
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86"
+IUSE=""
src_compile() {
@@ -36,4 +37,3 @@ src_install () {
dodoc AUTHORS CHANGELOG COPYING README
}
-
diff --git a/net-dialup/slmodem/Manifest b/net-dialup/slmodem/Manifest
index 1c9486b2c08c..f082b332d147 100644
--- a/net-dialup/slmodem/Manifest
+++ b/net-dialup/slmodem/Manifest
@@ -1,22 +1,22 @@
-MD5 d916f57213f3d780ad23761ac8107b39 ChangeLog 2830
-MD5 8114f79f8735648770d8f37c32861c88 metadata.xml 252
-MD5 39a6e7fcda2ee23817e894ed009e7ba7 slmodem-2.7.14.ebuild 1511
-MD5 372056f392f4fb7e5403ab11e34f08c9 slmodem-2.9.7-r1.ebuild 2766
MD5 6fa12f24d063c8e27767d74d89b0045e slmodem-2.9.7-r2.ebuild 3361
+MD5 a1ad9454d479b818a835b0959acb8cea slmodem-2.9.8.ebuild 3678
+MD5 372056f392f4fb7e5403ab11e34f08c9 slmodem-2.9.7-r1.ebuild 2766
+MD5 39a6e7fcda2ee23817e894ed009e7ba7 slmodem-2.7.14.ebuild 1511
+MD5 d916f57213f3d780ad23761ac8107b39 ChangeLog 2830
MD5 aa56ae238239ffc06f6127c7ea73c731 slmodem-2.9.7.ebuild 2106
-MD5 9e31dc8b2034fbeeb85e04a944379e90 slmodem-2.9.8.ebuild 3702
-MD5 04150d1eddd9774a7d1a70df93600e3c files/digest-slmodem-2.7.14 64
-MD5 0391d6463fed235e6038d9048a7e5251 files/digest-slmodem-2.9.7 65
-MD5 0391d6463fed235e6038d9048a7e5251 files/digest-slmodem-2.9.7-r1 65
-MD5 0391d6463fed235e6038d9048a7e5251 files/digest-slmodem-2.9.7-r2 65
-MD5 5565553c8ddd949c38070e59ce64b90c files/slmodem-2.7.14-makefile-fixup.patch 1626
-MD5 d52255aec8f0a4b15c7ece6fbfc32ec8 files/slmodem-2.7.devfs 429
-MD5 f4003221d5b2ee7ede86d31c85ccd70b files/slmodem-2.7.modules 664
+MD5 8114f79f8735648770d8f37c32861c88 metadata.xml 252
MD5 31efdce45dc6665bfc2c6cb50048d714 files/slmodem-2.9.7-makefile-fixup.patch 3476
-MD5 cda432a065dd7b5dfbc2b3f3d7821c67 files/slmodem-2.9.conf 421
-MD5 c80ecf5c3d5605220e4b0055850260a5 files/slmodem-2.9.devfs 786
-MD5 a4c4942a722020b4ab900329d64f424c files/slmodem-2.9.init 1295
-MD5 8834a62c67909059cef10887bfbcc853 files/slmodem-2.9.modules 494
+MD5 f4003221d5b2ee7ede86d31c85ccd70b files/slmodem-2.7.modules 664
+MD5 0391d6463fed235e6038d9048a7e5251 files/digest-slmodem-2.9.7 65
MD5 0e7c5cfcfcd8e50a82223e6206eb4fcb files/digest-slmodem-2.9.8 65
-MD5 beeec963789173fb340cc4c44aab772b files/slmodem-2.9.8-makefile-fixup.patch 3684
MD5 9d14d921bbf230c9f43c760754dc29d6 files/slmodem-2.9.8-udev.patch 7543
+MD5 8834a62c67909059cef10887bfbcc853 files/slmodem-2.9.modules 494
+MD5 beeec963789173fb340cc4c44aab772b files/slmodem-2.9.8-makefile-fixup.patch 3684
+MD5 cda432a065dd7b5dfbc2b3f3d7821c67 files/slmodem-2.9.conf 421
+MD5 6d23855e3c637f7b2e1799be2a9e462e files/slmodem-2.9.init 1284
+MD5 d52255aec8f0a4b15c7ece6fbfc32ec8 files/slmodem-2.7.devfs 429
+MD5 5565553c8ddd949c38070e59ce64b90c files/slmodem-2.7.14-makefile-fixup.patch 1626
+MD5 04150d1eddd9774a7d1a70df93600e3c files/digest-slmodem-2.7.14 64
+MD5 c80ecf5c3d5605220e4b0055850260a5 files/slmodem-2.9.devfs 786
+MD5 0391d6463fed235e6038d9048a7e5251 files/digest-slmodem-2.9.7-r1 65
+MD5 0391d6463fed235e6038d9048a7e5251 files/digest-slmodem-2.9.7-r2 65