diff options
author | Alin Năstac <mrness@gentoo.org> | 2006-02-17 18:53:46 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2006-02-17 18:53:46 +0000 |
commit | 0647811a849f44f513270d0b7cd4b244a3155d1c (patch) | |
tree | 92135296615143a35050d5d3f796f1c21f172b43 /net-dialup/wvdial | |
parent | Marked ppc stable for bug #117628. (diff) | |
download | gentoo-2-0647811a849f44f513270d0b7cd4b244a3155d1c.tar.gz gentoo-2-0647811a849f44f513270d0b7cd4b244a3155d1c.tar.bz2 gentoo-2-0647811a849f44f513270d0b7cd4b244a3155d1c.zip |
Remove old version wrt bug #109889 (package demoted to ~hppa).
(Portage version: 2.0.54)
Diffstat (limited to 'net-dialup/wvdial')
-rw-r--r-- | net-dialup/wvdial/ChangeLog | 6 | ||||
-rw-r--r-- | net-dialup/wvdial/files/digest-wvdial-1.54.0 | 1 | ||||
-rw-r--r-- | net-dialup/wvdial/files/wvdial-1.54.0-makefile.patch | 32 | ||||
-rw-r--r-- | net-dialup/wvdial/wvdial-1.54.0.ebuild | 43 |
4 files changed, 5 insertions, 77 deletions
diff --git a/net-dialup/wvdial/ChangeLog b/net-dialup/wvdial/ChangeLog index 1c2a34a6b47c..ad9e1a05d011 100644 --- a/net-dialup/wvdial/ChangeLog +++ b/net-dialup/wvdial/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dialup/wvdial # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/wvdial/ChangeLog,v 1.33 2006/02/06 21:31:25 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/wvdial/ChangeLog,v 1.34 2006/02/17 18:53:46 mrness Exp $ + + 17 Feb 2006; Alin Nastac <mrness@gentoo.org> + -files/wvdial-1.54.0-makefile.patch, -wvdial-1.54.0.ebuild: + Remove old version wrt bug #109889 (package demoted to ~hppa). 06 Feb 2006; Aron Griffis <agriffis@gentoo.org> wvdial-1.54.0-r1.ebuild: Mark 1.54.0-r1 stable on alpha diff --git a/net-dialup/wvdial/files/digest-wvdial-1.54.0 b/net-dialup/wvdial/files/digest-wvdial-1.54.0 deleted file mode 100644 index 6442ef51a825..000000000000 --- a/net-dialup/wvdial/files/digest-wvdial-1.54.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 8648c044305fc66ee33ecc55d36f8c8b wvdial-1.54.0.tar.gz 67374 diff --git a/net-dialup/wvdial/files/wvdial-1.54.0-makefile.patch b/net-dialup/wvdial/files/wvdial-1.54.0-makefile.patch deleted file mode 100644 index 88ef2b8cc8ff..000000000000 --- a/net-dialup/wvdial/files/wvdial-1.54.0-makefile.patch +++ /dev/null @@ -1,32 +0,0 @@ -diff -ruN wvdial-1.54.0/Makefile wvdial-1.54.0.makefile/Makefile ---- wvdial-1.54.0/Makefile 2003-11-14 14:46:13.000000000 -0500 -+++ wvdial-1.54.0.makefile/Makefile 2004-02-14 04:28:20.754534496 -0500 -@@ -1,15 +1,13 @@ --ifeq ($(TOPDIR),) -- TOPDIR=. -- PKGINC=/usr/include/wvstreams /usr/local/include/wvstreams -- LIBS := $(LIBS) \ -+TOPDIR=. -+PKGINC=/usr/include/wvstreams /usr/local/include/wvstreams -+LIBS := $(LIBS) \ - $(shell $(CC) -lsupc++ 2>&1 | grep -q "undefined reference" \ - && echo " -lsupc++") --endif - --PREFIX=/usr/local -+PREFIX=${DESTDIR}/usr - BINDIR=${PREFIX}/bin - MANDIR=${PREFIX}/share/man --PPPDIR=/etc/ppp/peers -+PPPDIR=${DESTDIR}/etc/ppp/peers - - include $(TOPDIR)/wvrules.mk - -@@ -21,7 +19,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 -ldb - - wvdial wvdialconf papchaptest pppmon: wvdial.a diff --git a/net-dialup/wvdial/wvdial-1.54.0.ebuild b/net-dialup/wvdial/wvdial-1.54.0.ebuild deleted file mode 100644 index f0d12209add8..000000000000 --- a/net-dialup/wvdial/wvdial-1.54.0.ebuild +++ /dev/null @@ -1,43 +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.54.0.ebuild,v 1.15 2005/10/04 20:21:38 mrness Exp $ - -inherit flag-o-matic 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="x86 sparc alpha amd64 hppa ~ppc" -IUSE="" - -DEPEND="virtual/libc - net-dialup/ppp - >=net-libs/wvstreams-4.00" - -src_unpack() { - unpack ${A} - epatch ${FILESDIR}/${P}-makefile.patch -} - -src_compile() { - [ "${ARCH}" = "alpha" -o "${ARCH}" = "hppa" ] && append-libs -fPIC - emake || die "compile failed" -} - -src_install() { - make DESTDIR=${D} install || die "make install failed" - - dodoc CHANGES FAQ MENUS README TODO -} - -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 -} |