summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2005-01-08 08:50:16 +0000
committerAlin Năstac <mrness@gentoo.org>2005-01-08 08:50:16 +0000
commitfd67e0e97dde9f8a9cf0800489606a8d8c86d043 (patch)
tree5961c7770a6cf1dcd8aa569eff225288cf974660 /net-dialup/wvdial
parentversion bump as per bug #75741 (Manifest recommit) (diff)
downloadgentoo-2-fd67e0e97dde9f8a9cf0800489606a8d8c86d043.tar.gz
gentoo-2-fd67e0e97dde9f8a9cf0800489606a8d8c86d043.tar.bz2
gentoo-2-fd67e0e97dde9f8a9cf0800489606a8d8c86d043.zip
remove obsolete files
Diffstat (limited to 'net-dialup/wvdial')
-rw-r--r--net-dialup/wvdial/ChangeLog6
-rw-r--r--net-dialup/wvdial/files/digest-wvdial-1.53-r11
-rw-r--r--net-dialup/wvdial/files/wvdial-1.53-crypt.patch11
-rw-r--r--net-dialup/wvdial/wvdial-1.53-r1.ebuild53
4 files changed, 5 insertions, 66 deletions
diff --git a/net-dialup/wvdial/ChangeLog b/net-dialup/wvdial/ChangeLog
index 13cdec569609..9cb73520c645 100644
--- a/net-dialup/wvdial/ChangeLog
+++ b/net-dialup/wvdial/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-dialup/wvdial
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/wvdial/ChangeLog,v 1.23 2005/01/04 20:31:22 sekretarz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/wvdial/ChangeLog,v 1.24 2005/01/08 08:50:16 mrness Exp $
+
+ 08 Jan 2005; Alin Nastac <mrness@gentoo.org>
+ -files/wvdial-1.53-crypt.patch, -wvdial-1.53-r1.ebuild:
+ Remove obsolete ebuild.
04 Jan 2005; Karol Wojtaszek <sekretarz@gentoo.org> wvdial-1.54.0.ebuild:
Stable on amd64, bug #72440
diff --git a/net-dialup/wvdial/files/digest-wvdial-1.53-r1 b/net-dialup/wvdial/files/digest-wvdial-1.53-r1
deleted file mode 100644
index ac94385b97fb..000000000000
--- a/net-dialup/wvdial/files/digest-wvdial-1.53-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e5432b4812b76e31b37cc10b6df62f5f wvdial-1.53.tar.gz 67876
diff --git a/net-dialup/wvdial/files/wvdial-1.53-crypt.patch b/net-dialup/wvdial/files/wvdial-1.53-crypt.patch
deleted file mode 100644
index 9ebaa9c66f0e..000000000000
--- a/net-dialup/wvdial/files/wvdial-1.53-crypt.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- wvdial-1.53-clean/src/Makefile Mon Mar 18 16:37:39 2002
-+++ wvdial-1.53/src/Makefile Mon Oct 7 12:53:50 2002
-@@ -9,7 +9,7 @@
- wvdial.a: wvdialer.o wvdialtext.o wvmodemscan.o wvpapchap.o wvdialbrain.o \
- wvdialmon.o
-
--LIBS = -L../wvstreams -lwvutils -lwvstreams
-+LIBS = -L../wvstreams -lwvutils -lwvstreams -lcrypt
-
- wvdial wvdialconf papchaptest atztest pppmon: wvdial.a
-
diff --git a/net-dialup/wvdial/wvdial-1.53-r1.ebuild b/net-dialup/wvdial/wvdial-1.53-r1.ebuild
deleted file mode 100644
index 812ffa3683ec..000000000000
--- a/net-dialup/wvdial/wvdial-1.53-r1.ebuild
+++ /dev/null
@@ -1,53 +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/wvdial/wvdial-1.53-r1.ebuild,v 1.14 2005/01/04 20:31:22 sekretarz Exp $
-
-inherit eutils
-
-DESCRIPTION="Excellent program which automatically configures your PPP session"
-SRC_URI="http://open.nit.ca/download/${P}.tar.gz"
-HOMEPAGE="http://open.nit.ca/"
-
-DEPEND="virtual/libc
- >=sys-apps/sed-4
- net-libs/wvstreams"
-
-RDEPEND="${DEPEND}
- net-dialup/ppp"
-
-SLOT="0"
-LICENSE="LGPL-2"
-KEYWORDS="x86 sparc amd64 hppa alpha"
-IUSE=""
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${P}-crypt.patch
-}
-
-src_compile() {
- sed -i "s:PREFIX=/usr/local:PREFIX=/usr:" Makefile || \
- die "sed Makefile failed"
-}
-
-src_install() {
- sed -i "s:PPPDIR=/etc/ppp/peers:PPPDIR=${D}/etc/ppp/peers:" Makefile || \
- die "sed Makefile failed"
-
- make \
- PREFIX=${D}/usr \
- install || die "make install failed"
-
- dodoc ANNOUNCE CHANGES COPYING.LIB README
- dodoc debian/copyright debian/changelog
-}
-
-pkg_postinst() {
- einfo
- einfo "Use wvdialconf to automagically generate a configuration-file."
- einfo
- einfo "Users have to be member of the dialout AND the uucp group"
- einfo "to use wvdial!"
- einfo
-}