diff options
author | Alin Năstac <mrness@gentoo.org> | 2005-01-06 18:27:53 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2005-01-06 18:27:53 +0000 |
commit | 80fc32f2cd475aa325c0e3a2815eea39b11f3145 (patch) | |
tree | fe17176692db3330975950a9608602340df2ed28 /net-libs | |
parent | Version bump (Manifest recommit) (diff) | |
download | gentoo-2-80fc32f2cd475aa325c0e3a2815eea39b11f3145.tar.gz gentoo-2-80fc32f2cd475aa325c0e3a2815eea39b11f3145.tar.bz2 gentoo-2-80fc32f2cd475aa325c0e3a2815eea39b11f3145.zip |
remove obsolete ebuilds
Diffstat (limited to 'net-libs')
19 files changed, 10 insertions, 550 deletions
diff --git a/net-libs/wvstreams/ChangeLog b/net-libs/wvstreams/ChangeLog index 87eb47892f5d..9043dbf9230c 100644 --- a/net-libs/wvstreams/ChangeLog +++ b/net-libs/wvstreams/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for net-libs/wvstreams # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/ChangeLog,v 1.36 2005/01/04 20:28:08 sekretarz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/ChangeLog,v 1.37 2005/01/06 18:27:53 mrness Exp $ + + 06 Jan 2005; Alin Nastac <mrness@gentoo.org> -files/3.70-gcc3.patch, + -files/3.70-openssl.patch, -files/wvcrash-uclibc-gentoo.patch, + -files/wvstreams-3.70-gentoo.patch, -files/wvstreams-3.74-fPIC.patch, + -files/wvstreams-3.74-makefile.patch, -files/wvstreams-3.75-fPIC.patch, + -files/wvstreams-3.75-gcc34.patch, -files/wvstreams-3.75-makefile.patch, + -files/wvstreams-3.75-tcl_8_4.patch, -wvstreams-3.70-r2.ebuild, + -wvstreams-3.74.ebuild, -wvstreams-3.75-r1.ebuild, -wvstreams-3.75.ebuild: + Remove obsolete ebuilds. 04 Jan 2005; Karol Wojtaszek <sekretarz@gentoo.org> wvstreams-4.0-r1.ebuild: diff --git a/net-libs/wvstreams/files/3.70-gcc3.patch b/net-libs/wvstreams/files/3.70-gcc3.patch deleted file mode 100644 index e9b0f4b1d82f..000000000000 --- a/net-libs/wvstreams/files/3.70-gcc3.patch +++ /dev/null @@ -1,71 +0,0 @@ -diff -ur wvstreams-3.70/src/ipstreams/wvaddr.cc wvstreams-3.70/src/ipstreams/wvaddr.cc ---- wvstreams-3.70/src/ipstreams/wvaddr.cc 2002-03-04 18:39:42.000000000 -0500 -+++ wvstreams-3.70/src/ipstreams/wvaddr.cc 2002-05-20 14:14:04.000000000 -0400 -@@ -637,7 +637,7 @@ - } - - --WvIPPortAddr::WvIPPortAddr(const unsigned char _ipaddr[4], __u16 _port) -+WvIPPortAddr::WvIPPortAddr(const unsigned char *_ipaddr, __u16 _port) - : WvIPAddr(_ipaddr) - { - port = _port; -diff -ur wvstreams-3.70/src/ipstreams/wvaddr.h wvstreams-3.70/src/ipstreams/wvaddr.h ---- wvstreams-3.70/src/ipstreams/wvaddr.h 2002-04-02 15:53:20.000000000 -0500 -+++ wvstreams-3.70/src/ipstreams/wvaddr.h 2002-05-20 14:13:54.000000000 -0400 -@@ -221,7 +221,7 @@ - public: - unsigned char binaddr[4]; - -- WvIPAddr(const unsigned char _binaddr[4]) -+ WvIPAddr(const unsigned char *_binaddr) - { if (_binaddr) memcpy(binaddr, _binaddr, 4); } - WvIPAddr(const __u32 _binaddr = 0) - { memcpy(binaddr, &_binaddr, 4); } -diff -ur wvstreams-3.70/src/ipstreams/wvresolver.cc wvstreams-3.70/src/ipstreams/wvresolver.cc ---- wvstreams-3.70/src/ipstreams/wvresolver.cc 2002-03-01 23:33:08.000000000 -0500 -+++ wvstreams-3.70/src/ipstreams/wvresolver.cc 2002-05-20 14:52:47.000000000 -0400 -@@ -128,7 +128,7 @@ - // If addr==NULL, this just tests to see if the name exists. - int WvResolver::findaddr(int msec_timeout, const WvString &name, - WvIPAddr const **addr, -- WvIPAddrList *addrlist = NULL) -+ WvIPAddrList *addrlist) - { - WvResolverHost *host; - time_t now = time(NULL); -diff -ur wvstreams-3.70/wvrules.mk wvstreams-3.70/wvrules.mk ---- wvstreams-3.70/wvrules.mk 2002-05-20 15:05:07.000000000 -0400 -+++ wvstreams-3.70/wvrules.mk 2002-05-20 14:56:23.000000000 -0400 -@@ -245,16 +245,16 @@ - ranlib $@ - - %.so: -- @echo $(CC) $(LDFLAGS) $($@-LDFLAGS) -shared -o $@ $^ $($@-LIBS) $(LIBS) $(XX_LIBS) -+ @echo $(CXX) $(LDFLAGS) $($@-LDFLAGS) -shared -o $@ $^ $($@-LIBS) $(LIBS) $(XX_LIBS) - @set -e; \ - $(define_libexpand); \ -- $(CC) $(LDFLAGS) $($@-LDFLAGS) -shared -o $@ \ -+ $(CXX) $(LDFLAGS) $($@-LDFLAGS) -shared -o $@ \ - $(filter %.o %.a %.so,$^) \ - $$(libexpand . $(filter %.libs,$^)) \ - $($@-LIBS) $(LIBS) $(XX_LIBS) - - %: %.o -- $(CC) $(LDFLAGS) $($@-LDFLAGS) -o $@ $(filter %.o %.a %.so, $^) $($@-LIBS) $(LIBS) $(XX_LIBS) -+ $(CXX) $(LDFLAGS) $($@-LDFLAGS) -o $@ $(filter %.o %.a %.so, $^) $($@-LIBS) $(LIBS) $(XX_LIBS) - - # Force objects to be built before final binaries - $(addsuffix .o,$(basename $(wildcard *.c) $(wildcard *.cc) $(wildcard *.cpp))): -diff -Nru wvstreams-3.70-clean/src/ipstreams/wvaddr.h wvstreams-3.70/src/ipstreams/wvaddr.h ---- wvstreams-3.70-clean/src/ipstreams/wvaddr.h Tue Apr 2 20:53:20 2002 -+++ wvstreams-3.70/src/ipstreams/wvaddr.h Thu Jul 4 02:32:27 2002 -@@ -369,7 +369,8 @@ - __u16 port; - - WvIPPortAddr(); - WvIPPortAddr(const unsigned char _ipaddr[4], __u16 _port = 0); -+ WvIPPortAddr(unsigned char _ipaddr[4], __u16 _port = 0); - WvIPPortAddr(const WvIPAddr &_ipaddr, __u16 _port = 0); - WvIPPortAddr(const char string[]) : WvIPAddr(string) - { string_init(string); } diff --git a/net-libs/wvstreams/files/3.70-openssl.patch b/net-libs/wvstreams/files/3.70-openssl.patch deleted file mode 100644 index a3f97dd785f7..000000000000 --- a/net-libs/wvstreams/files/3.70-openssl.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- wvstreams-3.70/src/crypto/wvcrypto.cc 2003-01-03 12:51:22.000000000 -0500 -+++ wvstreams-3.70/src/crypto/wvcrypto.cc 2003-01-03 12:51:51.000000000 -0500 -@@ -146,7 +146,8 @@ - int bufsize = ((hexbytes < 2048) ? 2048 : hexbytes) + 16; - //int bufsize = hexbytes/2; - -- unsigned char *keybuf = new unsigned char[bufsize], *bufp; -+ unsigned char *keybuf = new unsigned char[bufsize]; -+ const unsigned char *bufp; - char *keystr; - RSA *rp; - diff --git a/net-libs/wvstreams/files/digest-wvstreams-3.70-r2 b/net-libs/wvstreams/files/digest-wvstreams-3.70-r2 deleted file mode 100644 index 343e814eac42..000000000000 --- a/net-libs/wvstreams/files/digest-wvstreams-3.70-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 6fd341edd65d248f92338ba9e91a2875 wvstreams-3.70.tar.gz 182681 diff --git a/net-libs/wvstreams/files/digest-wvstreams-3.74 b/net-libs/wvstreams/files/digest-wvstreams-3.74 deleted file mode 100644 index 0978cee9f3fc..000000000000 --- a/net-libs/wvstreams/files/digest-wvstreams-3.74 +++ /dev/null @@ -1 +0,0 @@ -MD5 f31e8e140e0d91e2617b166154051998 wvstreams-3.74.0.tar.gz 493757 diff --git a/net-libs/wvstreams/files/digest-wvstreams-3.75 b/net-libs/wvstreams/files/digest-wvstreams-3.75 deleted file mode 100644 index d368057d0506..000000000000 --- a/net-libs/wvstreams/files/digest-wvstreams-3.75 +++ /dev/null @@ -1 +0,0 @@ -MD5 8682997d2494c7defbe9b211067635b2 wvstreams-3.75.0.tar.gz 526295 diff --git a/net-libs/wvstreams/files/digest-wvstreams-3.75-r1 b/net-libs/wvstreams/files/digest-wvstreams-3.75-r1 deleted file mode 100644 index d368057d0506..000000000000 --- a/net-libs/wvstreams/files/digest-wvstreams-3.75-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 8682997d2494c7defbe9b211067635b2 wvstreams-3.75.0.tar.gz 526295 diff --git a/net-libs/wvstreams/files/wvcrash-uclibc-gentoo.patch b/net-libs/wvstreams/files/wvcrash-uclibc-gentoo.patch deleted file mode 100644 index c111a03d00c5..000000000000 --- a/net-libs/wvstreams/files/wvcrash-uclibc-gentoo.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- utils/wvcrash.cc.orig 2004-11-12 10:32:07 -0600 -+++ utils/wvcrash.cc 2004-11-12 10:34:34 -0600 -@@ -10,8 +10,8 @@ - #include <fcntl.h> - #include <string.h> - --// FIXME: this file mostly only works in Linux --#ifdef __linux -+// FIXME: this file mostly only works in Linux and without uclibc -+#if defined(__linux) && !defined(__UCLIBC__) - - # include <execinfo.h> - #include <unistd.h> diff --git a/net-libs/wvstreams/files/wvstreams-3.70-gentoo.patch b/net-libs/wvstreams/files/wvstreams-3.70-gentoo.patch deleted file mode 100644 index a521ce9d527a..000000000000 --- a/net-libs/wvstreams/files/wvstreams-3.70-gentoo.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -Nru wvstreams-3.70-clean/src/ipstreams/wvaddr.h wvstreams-3.70/src/ipstreams/wvaddr.h ---- wvstreams-3.70-clean/src/ipstreams/wvaddr.h Tue Apr 2 20:53:20 2002 -+++ wvstreams-3.70/src/ipstreams/wvaddr.h Thu Jul 4 02:32:27 2002 -@@ -369,7 +369,8 @@ - __u16 port; - - WvIPPortAddr(); - WvIPPortAddr(const unsigned char _ipaddr[4], __u16 _port = 0); -+ WvIPPortAddr(unsigned char _ipaddr[4], __u16 _port = 0); - WvIPPortAddr(const WvIPAddr &_ipaddr, __u16 _port = 0); - WvIPPortAddr(const char string[]) : WvIPAddr(string) - { string_init(string); } -diff -Nru wvstreams-3.70-clean/src/ipstreams/wvresolver.cc wvstreams-3.70/src/ipstreams/wvresolver.cc ---- wvstreams-3.70-clean/src/ipstreams/wvresolver.cc Sat Mar 2 04:33:08 2002 -+++ wvstreams-3.70/src/ipstreams/wvresolver.cc Thu Jul 4 02:35:05 2002 -@@ -128,7 +128,7 @@ - // If addr==NULL, this just tests to see if the name exists. - int WvResolver::findaddr(int msec_timeout, const WvString &name, - WvIPAddr const **addr, -- WvIPAddrList *addrlist = NULL) -+ WvIPAddrList *addrlist) - { - WvResolverHost *host; - time_t now = time(NULL); diff --git a/net-libs/wvstreams/files/wvstreams-3.74-fPIC.patch b/net-libs/wvstreams/files/wvstreams-3.74-fPIC.patch deleted file mode 100644 index f40395a0c2e2..000000000000 --- a/net-libs/wvstreams/files/wvstreams-3.74-fPIC.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- rules.mk 2004-02-22 12:20:43.004314615 +0000 -+++ rules.mk 2004-02-22 12:21:58.419788467 +0000 -@@ -25,7 +25,7 @@ - $(LINK_MSG)$(CC) $(LDFLAGS) $^ $(LOADLIBES) $(LDLIBS) -o $@ - - %.o: %.cc -- $(COMPILE_MSG)$(CXX) $(CXXFLAGS) $(CPPFLAGS) -c -o $@ $< -+ $(COMPILE_MSG)$(CXX) $(CXXFLAGS) $(CPPFLAGS) -fPIC -c -o $@ $< - $(DEPEND_MSG)$(CXX) $(CXXFLAGS) $(CPPFLAGS) -M -E $< | \ - sed -e 's|^$(notdir $@)|$@|' > $(dir $@).$(DEPFILE) - diff --git a/net-libs/wvstreams/files/wvstreams-3.74-makefile.patch b/net-libs/wvstreams/files/wvstreams-3.74-makefile.patch deleted file mode 100644 index f28e1e5758a5..000000000000 --- a/net-libs/wvstreams/files/wvstreams-3.74-makefile.patch +++ /dev/null @@ -1,8 +0,0 @@ -diff -ruN wvstreams-3.74.0/vars.mk wvstreams-3.74.0.fix/vars.mk ---- wvstreams-3.74.0/vars.mk 2003-11-14 16:09:07.000000000 -0500 -+++ wvstreams-3.74.0.fix/vars.mk 2003-11-20 00:07:53.000000000 -0500 -@@ -183,3 +183,4 @@ - libwvutils.a libwvutils.so: $(call objects,utils) - libwvutils.so: -lz -lcrypt - -+uniconf/daemon/uniconfdaemon: libuniconf.so libwvutils.so -ldb diff --git a/net-libs/wvstreams/files/wvstreams-3.75-fPIC.patch b/net-libs/wvstreams/files/wvstreams-3.75-fPIC.patch deleted file mode 100644 index dce6a8be9470..000000000000 --- a/net-libs/wvstreams/files/wvstreams-3.75-fPIC.patch +++ /dev/null @@ -1,40 +0,0 @@ ---- wvrules.mk 2004-03-30 11:06:53.678390208 +0000 -+++ wvrules.mk 2004-03-30 11:07:24.470786433 +0000 -@@ -98,8 +98,8 @@ - - # macros that expand to the object files in the given directories - objects=$(sort $(foreach type,c cc,$(call objects_$(type),$1))) --objects_c=$(patsubst %.c,%.o,$(wildcard $(addsuffix /*.c,$1))) --objects_cc=$(patsubst %.cc,%.o,$(wildcard $(addsuffix /*.cc,$1))) -+objects_c=$(patsubst %.c,%.fpic.o,$(wildcard $(addsuffix /*.c,$1))) -+objects_cc=$(patsubst %.cc,%.fpic.o,$(wildcard $(addsuffix /*.cc,$1))) - - # we need a default rule, since the 'includes' below causes trouble - .PHONY: default all -@@ -225,7 +225,7 @@ - %.E: %.cc; $(call wvcxx,$@,$<,$*,,-E) - %.E: %.cpp; $(call wvcxx,$@,$<,$*,,-E) - --%.moc: %.h; moc -o $@ $< -+%.moc: %.h; moc $< -o $@ - - ../%.so:; @echo "Shared library $@ does not exist!"; exit 1 - ../%.a:; @echo "Library $@ does not exist!"; exit 1 ---- qt/rules.mk 2004-03-30 11:49:37.765484752 +0000 -+++ qt/rules.mk 2004-03-30 11:49:45.994461367 +0000 -@@ -1,4 +1,4 @@ - --qt/wvqtstreamclone.o: include/wvqtstreamclone.moc --qt/wvqthook.o: include/wvqthook.moc -+qt/wvqtstreamclone.fpic.o: include/wvqtstreamclone.moc -+qt/wvqthook.fpic.o: include/wvqthook.moc - ---- vars.mk 2004-08-12 22:07:41.902797093 +0000 -+++ vars.mk 2004-08-12 22:16:37.327729755 +0000 -@@ -181,3 +181,6 @@ - libuniconf_tcl.so: bindings/uniconf_tcl.o -ltcl8.4 -luniconf - - uniconf/daemon/uniconfdaemon: libuniconf.so libwvutils.so -ldb -+ -+bindings/uniconf_tcl.o: bindings/uniconf_tcl.c -+ $(call wvcc ,$@,$<,$*,-fPIC) diff --git a/net-libs/wvstreams/files/wvstreams-3.75-gcc34.patch b/net-libs/wvstreams/files/wvstreams-3.75-gcc34.patch deleted file mode 100644 index 0961fd84afee..000000000000 --- a/net-libs/wvstreams/files/wvstreams-3.75-gcc34.patch +++ /dev/null @@ -1,86 +0,0 @@ -diff -aur wvstreams-3.75.0/include/uniconftree.h /tmp/wvstreams-3.75.0/include/uniconftree.h ---- wvstreams-3.75.0/include/uniconftree.h 2004-03-13 20:59:36.000000000 +0200 -+++ /tmp/wvstreams-3.75.0/include/uniconftree.h 2004-09-04 16:43:30.393037423 +0300 -@@ -48,7 +48,7 @@ - - /** Returns a pointer to the parent node, or NULL if there is none. */ - Sub *parent() const -- { return static_cast<Sub*>(xparent); } -+ { return static_cast <Sub*>(this->xparent); } - - /** Reparents this node. */ - void setparent(Sub *parent) -@@ -56,7 +56,7 @@ - - /** Returns a pointer to the root node of the tree. */ - Sub *root() const -- { return static_cast<Sub*>(Base::_root()); } -+ { return static_cast <Sub*>(Base::_root()); } - - /** - * Returns full path of this node relative to an ancestor. -@@ -93,13 +93,13 @@ - /** Removes and deletes all children of this node. */ - void zap() - { -- if (!xchildren) -+ if (!(this->xchildren)) - return; - // set xchildren to NULL first so that the zap() will happen faster - // otherwise, each child will attempt to unlink itself uselessly - -- typename Base::Container *oldchildren = xchildren; -- xchildren = NULL; -+ typename Base::Container *oldchildren = this->xchildren; -+ this->xchildren = NULL; - - // delete all children - typename Base::Container::Iter i(*oldchildren); -diff -aur wvstreams-3.75.0/include/wvscatterhash.h /tmp/wvstreams-3.75.0/include/wvscatterhash.h ---- wvstreams-3.75.0/include/wvscatterhash.h 2004-03-13 20:59:36.000000000 +0200 -+++ /tmp/wvstreams-3.75.0/include/wvscatterhash.h 2004-09-04 16:25:34.378896875 +0300 -@@ -154,7 +154,7 @@ - { _set_autofree(Accessor::get_key(data), hash(data), auto_free); } - - bool get_autofree(const T *data) -- { _get_autofree(Accessor::get_key(data), hash(data)); } -+ { return _get_autofree(Accessor::get_key(data), hash(data)); } - - void zap() - { _zap(); } -diff -aur wvstreams-3.75.0/include/wvsorter.h /tmp/wvstreams-3.75.0/include/wvsorter.h ---- wvstreams-3.75.0/include/wvsorter.h 2004-03-13 20:59:36.000000000 +0200 -+++ /tmp/wvstreams-3.75.0/include/wvsorter.h 2004-09-04 16:26:41.699819665 +0300 -@@ -90,7 +90,7 @@ - for (i.rewind(); i.next(); ) - n++; - -- array = new (void *) [n+2]; -+ array = new void * [n+2]; - void **aptr = array; - - *aptr++ = NULL; // initial link is NULL, to act like a normal iterator -diff -aur wvstreams-3.75.0/utils/wvbuffer.cc /tmp/wvstreams-3.75.0/utils/wvbuffer.cc ---- wvstreams-3.75.0/utils/wvbuffer.cc 2004-03-13 20:59:36.000000000 +0200 -+++ /tmp/wvstreams-3.75.0/utils/wvbuffer.cc 2004-09-04 16:28:40.100538512 +0300 -@@ -9,13 +9,13 @@ - /***** Specialization for raw memory buffers *****/ - - // Instantiate some commonly used templates --template WvBufBaseCommonImpl<unsigned char>; --template WvInPlaceBufBase<unsigned char>; --template WvConstInPlaceBufBase<unsigned char>; --template WvCircularBufBase<unsigned char>; --template WvDynBufBase<unsigned char>; --template WvNullBufBase<unsigned char>; --template WvBufCursorBase<unsigned char>; -+template class WvBufBaseCommonImpl<unsigned char>; -+template class WvInPlaceBufBase<unsigned char>; -+template class WvConstInPlaceBufBase<unsigned char>; -+template class WvCircularBufBase<unsigned char>; -+template class WvDynBufBase<unsigned char>; -+template class WvNullBufBase<unsigned char>; -+template class WvBufCursorBase<unsigned char>; - - void WvBufBase<unsigned char>::putstr(WvStringParm str) - { diff --git a/net-libs/wvstreams/files/wvstreams-3.75-makefile.patch b/net-libs/wvstreams/files/wvstreams-3.75-makefile.patch deleted file mode 100644 index f28e1e5758a5..000000000000 --- a/net-libs/wvstreams/files/wvstreams-3.75-makefile.patch +++ /dev/null @@ -1,8 +0,0 @@ -diff -ruN wvstreams-3.74.0/vars.mk wvstreams-3.74.0.fix/vars.mk ---- wvstreams-3.74.0/vars.mk 2003-11-14 16:09:07.000000000 -0500 -+++ wvstreams-3.74.0.fix/vars.mk 2003-11-20 00:07:53.000000000 -0500 -@@ -183,3 +183,4 @@ - libwvutils.a libwvutils.so: $(call objects,utils) - libwvutils.so: -lz -lcrypt - -+uniconf/daemon/uniconfdaemon: libuniconf.so libwvutils.so -ldb diff --git a/net-libs/wvstreams/files/wvstreams-3.75-tcl_8_4.patch b/net-libs/wvstreams/files/wvstreams-3.75-tcl_8_4.patch deleted file mode 100644 index 97bb2328827d..000000000000 --- a/net-libs/wvstreams/files/wvstreams-3.75-tcl_8_4.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- configure.ac 2004-08-12 19:35:56.695660963 +0000 -+++ configure.ac 2004-08-12 19:36:26.232540924 +0000 -@@ -202,9 +202,9 @@ - # tcl - if test "$with_tcl" != "no"; then - CPPFLAGS_save="$CPPFLAGS" -- WV_APPEND(CPPFLAGS, -I/usr/include/tcl8.3) -+ WV_APPEND(CPPFLAGS, -I/usr/include/tcl8.4) - AC_CHECK_HEADERS(tcl.h,, [with_tcl=no]) -- AC_CHECK_LIB(tcl8.3, TclInterpInit,, [with_tcl=no]) -+ AC_CHECK_LIB(tcl8.4, TclInterpInit,, [with_tcl=no]) - if test "$with_tcl" != "no"; then - CPPFLAGS="$CPPFLAGS_save" - fi ---- vars.mk 2004-08-12 21:32:32.627250401 +0000 -+++ vars.mk 2004-08-12 21:32:39.932489430 +0000 -@@ -178,6 +178,6 @@ - libwvgtk.a libwvgtk.so: $(call objects,gtk) - libwvgtk.so: -lgtk -lgdk libwvstreams.so libwvutils.so - --libuniconf_tcl.so: bindings/uniconf_tcl.o -ltcl8.3 -luniconf -+libuniconf_tcl.so: bindings/uniconf_tcl.o -ltcl8.4 -luniconf - - uniconf/daemon/uniconfdaemon: libuniconf.so libwvutils.so -ldb diff --git a/net-libs/wvstreams/wvstreams-3.70-r2.ebuild b/net-libs/wvstreams/wvstreams-3.70-r2.ebuild deleted file mode 100644 index 9e6509a11c5f..000000000000 --- a/net-libs/wvstreams/wvstreams-3.70-r2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/wvstreams-3.70-r2.ebuild,v 1.21 2005/01/04 19:55:23 sekretarz Exp $ - -inherit flag-o-matic eutils - -DESCRIPTION="A network programming library in C++" -HOMEPAGE="http://open.nit.ca/wiki/?page=WvStreams" -SRC_URI="http://open.nit.ca/download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 sparc alpha amd64 hppa" -IUSE="" - -DEPEND="virtual/libc" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/${PV}-gcc3.patch - if has_version '>=dev-libs/openssl-0.9.7' ; then - epatch ${FILESDIR}/${PV}-openssl.patch - fi -} - -src_compile() { - [ "${ARCH}" = "alpha" -o "${ARCH}" = "hppa" ] && append-flags -fPIC - append-flags -Wno-deprecated - emake -j1 || die -} - -src_install() { - make PREFIX=${D}/usr install || die -} diff --git a/net-libs/wvstreams/wvstreams-3.74.ebuild b/net-libs/wvstreams/wvstreams-3.74.ebuild deleted file mode 100644 index 83c887c73ebe..000000000000 --- a/net-libs/wvstreams/wvstreams-3.74.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/wvstreams-3.74.ebuild,v 1.9 2005/01/04 19:55:23 sekretarz Exp $ - -inherit eutils - -DESCRIPTION="A network programming library in C++" -HOMEPAGE="http://open.nit.ca/wiki/?page=WvStreams" -SRC_URI="http://open.nit.ca/download/${P}.0.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~sparc ~alpha ~amd64 ~hppa" -IUSE="gtk qt oggvorbis speex fam gdbm pam" - -RDEPEND="gtk? ( >=x11-libs/gtk+-2.2.0 ) - qt? ( >=x11-libs/qt-3.0.5 ) - oggvorbis? ( >=media-libs/libogg-1.0 - >=media-libs/libvorbis-1.0 ) - speex? ( >=media-libs/speex-1.0 ) - fam? ( >=app-admin/fam-2.7.0 ) - >=sys-libs/db-3 - gdbm? ( >=sys-libs/gdbm-1.8.0 ) - pam? ( >=sys-libs/pam-0.75 ) - >=sys-libs/zlib-1.1.4 - dev-libs/openssl" - -DEPEND="${RDEPEND} - virtual/libc" - -S=${WORKDIR}/${P}.0 - -src_unpack() { - unpack ${A} ; cd ${S} - - epatch ${FILESDIR}/${P}-makefile.patch - epatch ${FILESDIR}/${P}-fPIC.patch -} - -src_compile() { - econf `use_with gtk` \ - `use_with qt` \ - `use_with oggvorbis ogg` \ - `use_with oggvorbis vorbis` \ - `use_with fam` \ - `use_with gdbm` \ - `use_with pam` \ - `use_with qt` \ - `use_with speex` \ - --enable-verbose \ - --with-bdb \ - --with-openssl \ - --with-zlib \ - || die - make || die "compile failed" -} - -src_install() { - make DESTDIR=${D} install || die -} diff --git a/net-libs/wvstreams/wvstreams-3.75-r1.ebuild b/net-libs/wvstreams/wvstreams-3.75-r1.ebuild deleted file mode 100644 index d94b5b88f118..000000000000 --- a/net-libs/wvstreams/wvstreams-3.75-r1.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/wvstreams-3.75-r1.ebuild,v 1.3 2005/01/04 19:55:23 sekretarz Exp $ - -inherit eutils - -DESCRIPTION="A network programming library in C++" -HOMEPAGE="http://open.nit.ca/wiki/?page=WvStreams" -SRC_URI="http://people.nit.ca/~jim/${P}.0.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~sparc -alpha amd64 -hppa ~ppc" -IUSE="gtk qt oggvorbis speex fam gdbm pam fftw tcltk uclibc" - -RDEPEND="gtk? ( >=x11-libs/gtk+-2.2.0 ) - qt? ( >=x11-libs/qt-3.0.5 ) - oggvorbis? ( >=media-libs/libogg-1.0 - >=media-libs/libvorbis-1.0 ) - speex? ( media-libs/speex !=media-libs/speex-1.1.4 ) - fam? ( >=app-admin/fam-2.7.0 ) - >=sys-libs/db-3 - gdbm? ( >=sys-libs/gdbm-1.8.0 ) - pam? ( >=sys-libs/pam-0.75 ) - >=sys-libs/zlib-1.1.4 - dev-libs/openssl - fftw? ( sci-libs/fftw ) - tcltk? ( dev-lang/tcl - dev-lang/swig )" - -DEPEND="${RDEPEND} - virtual/libc - tcltk? ( >=dev-lang/tcl-8.4* - >=sys-devel/autoconf-2.59 )" - -S=${WORKDIR}/${P}.0 - -src_unpack() { - unpack ${A} ; cd ${S} - - epatch ${FILESDIR}/${P}-makefile.patch - epatch ${FILESDIR}/${P}-fPIC.patch - - #gcc-3.4 fix - epatch ${FILESDIR}/${P}-gcc34.patch - - use uclibc && epatch ${FILESDIR}/wvcrash-uclibc-gentoo.patch - - if useq tcltk; - then - epatch ${FILESDIR}/${P}-tcl_8_4.patch - autoconf || die - fi -} - -src_compile() { - econf `use_with gtk` \ - `use_with qt` \ - `use_with oggvorbis ogg` \ - `use_with oggvorbis vorbis` \ - `use_with fam` \ - `use_with gdbm` \ - `use_with pam` \ - `use_with qt` \ - `use_with speex` \ - `use_with fftw` \ - `use_with tcltk tcl` \ - --enable-verbose \ - --with-bdb \ - --with-openssl \ - --with-zlib \ - || die - make || die "compile failed" -} - -src_install() { - make DESTDIR=${D} install || die -} diff --git a/net-libs/wvstreams/wvstreams-3.75.ebuild b/net-libs/wvstreams/wvstreams-3.75.ebuild deleted file mode 100644 index d53a7fc80221..000000000000 --- a/net-libs/wvstreams/wvstreams-3.75.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/wvstreams-3.75.ebuild,v 1.13 2005/01/04 19:55:23 sekretarz Exp $ - -inherit eutils - -DESCRIPTION="A network programming library in C++" -HOMEPAGE="http://open.nit.ca/wiki/?page=WvStreams" -SRC_URI="http://people.nit.ca/~jim/${P}.0.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~sparc -alpha ~amd64 -hppa ~ppc" -IUSE="gtk qt oggvorbis speex fam gdbm pam fftw tcltk" - -RDEPEND="gtk? ( >=x11-libs/gtk+-2.2.0 ) - qt? ( >=x11-libs/qt-3.0.5 ) - oggvorbis? ( >=media-libs/libogg-1.0 - >=media-libs/libvorbis-1.0 ) - speex? ( media-libs/speex !=media-libs/speex-1.1.4 ) - fam? ( >=app-admin/fam-2.7.0 ) - >=sys-libs/db-3 - gdbm? ( >=sys-libs/gdbm-1.8.0 ) - pam? ( >=sys-libs/pam-0.75 ) - >=sys-libs/zlib-1.1.4 - dev-libs/openssl - fftw? ( sci-libs/fftw ) - tcltk? ( dev-lang/tcl - dev-lang/swig )" - -DEPEND="${RDEPEND} - virtual/libc - >=dev-lang/tcl-8.4* - sys-devel/autoconf" - -S=${WORKDIR}/${P}.0 - -src_unpack() { - unpack ${A} ; cd ${S} - - epatch ${FILESDIR}/${P}-makefile.patch - epatch ${FILESDIR}/${P}-fPIC.patch - - #gcc-3.4 fix - epatch ${FILESDIR}/${P}-gcc34.patch - - if has_version =dev-lang/tcl-8.4*; then - epatch ${FILESDIR}/${P}-tcl_8_4.patch - autoconf || die - fi -} - -src_compile() { - econf `use_with gtk` \ - `use_with qt` \ - `use_with oggvorbis ogg` \ - `use_with oggvorbis vorbis` \ - `use_with fam` \ - `use_with gdbm` \ - `use_with pam` \ - `use_with qt` \ - `use_with speex` \ - `use_with fftw` \ - `use_with tcltk tcl` \ - --enable-verbose \ - --with-bdb \ - --with-openssl \ - --with-zlib \ - || die - make || die "compile failed" -} - -src_install() { - make DESTDIR=${D} install || die -} |