summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2006-02-17 18:53:46 +0000
committerAlin Năstac <mrness@gentoo.org>2006-02-17 18:53:46 +0000
commit0647811a849f44f513270d0b7cd4b244a3155d1c (patch)
tree92135296615143a35050d5d3f796f1c21f172b43 /net-dialup/wvdial/files
parentMarked ppc stable for bug #117628. (diff)
downloadgentoo-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/files')
-rw-r--r--net-dialup/wvdial/files/digest-wvdial-1.54.01
-rw-r--r--net-dialup/wvdial/files/wvdial-1.54.0-makefile.patch32
2 files changed, 0 insertions, 33 deletions
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