summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2007-10-22 22:48:13 +0000
committerAlin Năstac <mrness@gentoo.org>2007-10-22 22:48:13 +0000
commit9a37bf4470177eb675afd42ff821d256546d52be (patch)
tree1005f3d36c782cece582034702188d302f67ae67 /net-dialup/wvdial
parentRemove obsolete version. (diff)
downloadgentoo-2-9a37bf4470177eb675afd42ff821d256546d52be.tar.gz
gentoo-2-9a37bf4470177eb675afd42ff821d256546d52be.tar.bz2
gentoo-2-9a37bf4470177eb675afd42ff821d256546d52be.zip
remove obsolete version
(Portage version: 2.1.3.9)
Diffstat (limited to 'net-dialup/wvdial')
-rw-r--r--net-dialup/wvdial/ChangeLog6
-rw-r--r--net-dialup/wvdial/files/digest-wvdial-1.563
-rw-r--r--net-dialup/wvdial/files/wvdial-1.56-destdir.patch21
-rw-r--r--net-dialup/wvdial/wvdial-1.56.ebuild38
4 files changed, 5 insertions, 63 deletions
diff --git a/net-dialup/wvdial/ChangeLog b/net-dialup/wvdial/ChangeLog
index 551737c3f42e..e7f78a8e226f 100644
--- a/net-dialup/wvdial/ChangeLog
+++ b/net-dialup/wvdial/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-dialup/wvdial
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/wvdial/ChangeLog,v 1.49 2007/10/03 13:49:06 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/wvdial/ChangeLog,v 1.50 2007/10/22 22:48:13 mrness Exp $
+
+ 22 Oct 2007; Alin Năstac <mrness@gentoo.org>
+ -files/wvdial-1.56-destdir.patch, -wvdial-1.56.ebuild:
+ Remove obsolete version.
03 Oct 2007; Raúl Porcel <armin76@gentoo.org> wvdial-1.60.ebuild:
alpha/sparc stable wrt #193803
diff --git a/net-dialup/wvdial/files/digest-wvdial-1.56 b/net-dialup/wvdial/files/digest-wvdial-1.56
deleted file mode 100644
index f2295001c230..000000000000
--- a/net-dialup/wvdial/files/digest-wvdial-1.56
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 45097f269c7847266e121e4a0f362be9 wvdial-1.56.tar.gz 96080
-RMD160 4d5bd804059face7111603c9a3ce7217dcd4a8df wvdial-1.56.tar.gz 96080
-SHA256 e4d35719c10c372bfca8247d127c941958557aabca61c25a04f213e22cc40728 wvdial-1.56.tar.gz 96080
diff --git a/net-dialup/wvdial/files/wvdial-1.56-destdir.patch b/net-dialup/wvdial/files/wvdial-1.56-destdir.patch
deleted file mode 100644
index 2863d19fffaf..000000000000
--- a/net-dialup/wvdial/files/wvdial-1.56-destdir.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -Nur wvdial-1.56.orig/Makefile wvdial-1.56/Makefile
---- wvdial-1.56.orig/Makefile 2005-12-03 00:54:13.000000000 +0200
-+++ wvdial-1.56/Makefile 2006-02-03 22:21:11.402271250 +0200
-@@ -1,7 +1,7 @@
- ifeq ($(TOPDIR),)
- TOPDIR=.
-
-- prefix=/usr/local
-+ prefix=${DESTDIR}/usr
- WVSTREAMS_INC=
- WVSTREAMS_LIB=
- WVSTREAMS_BIN=$(prefix)/bin
-@@ -24,7 +24,7 @@
-
- BINDIR=${prefix}/bin
- MANDIR=${prefix}/share/man
--PPPDIR=/etc/ppp/peers
-+PPPDIR=${DESTDIR}/etc/ppp/peers
-
- include $(TOPDIR)/wvrules.mk
-
diff --git a/net-dialup/wvdial/wvdial-1.56.ebuild b/net-dialup/wvdial/wvdial-1.56.ebuild
deleted file mode 100644
index 2a19895d9ee6..000000000000
--- a/net-dialup/wvdial/wvdial-1.56.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/wvdial/wvdial-1.56.ebuild,v 1.8 2007/08/18 05:56:45 mrness Exp $
-
-inherit eutils
-
-DESCRIPTION="Excellent program to automatically configure PPP sessions"
-HOMEPAGE="http://open.nit.ca/wiki/?page=WvDial"
-SRC_URI="http://open.nit.ca/download/${P}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ~ppc sparc x86"
-IUSE=""
-
-DEPEND="<net-libs/wvstreams-4.4"
-RDEPEND="${DEPEND}
- net-dialup/ppp"
-
-src_unpack() {
- unpack ${A}
- epatch "${FILESDIR}/${P}-destdir.patch"
-}
-
-src_install() {
- make "DESTDIR=${D}" install || die "make install failed"
-
- dodoc CHANGES FAQ MENUS README TODO
-}
-
-pkg_postinst() {
- elog
- elog "Use wvdialconf to automagically generate a configuration file."
- elog
- elog "Users have to be member of the dialout AND the uucp group"
- elog "to use wvdial!"
- elog
-}