summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2005-04-06 21:47:04 +0000
committerAlin Năstac <mrness@gentoo.org>2005-04-06 21:47:04 +0000
commit9e63ca7426236b04474c063b1dda0ce3965e4491 (patch)
tree08275b9c1a875a658aeaf431da43df8a8120edf7
parentNew ebuild (diff)
downloadgentoo-2-9e63ca7426236b04474c063b1dda0ce3965e4491.tar.gz
gentoo-2-9e63ca7426236b04474c063b1dda0ce3965e4491.tar.bz2
gentoo-2-9e63ca7426236b04474c063b1dda0ce3965e4491.zip
remove obsolete version
(Portage version: 2.0.51.19)
-rw-r--r--net-libs/wvstreams/ChangeLog6
-rw-r--r--net-libs/wvstreams/files/digest-wvstreams-4.0-r11
-rw-r--r--net-libs/wvstreams/files/wvstreams-4.0-tcl_8_4.patch22
-rw-r--r--net-libs/wvstreams/wvstreams-4.0-r1.ebuild73
4 files changed, 5 insertions, 97 deletions
diff --git a/net-libs/wvstreams/ChangeLog b/net-libs/wvstreams/ChangeLog
index 9f4f57c3b9ac..2bfb3ed9c29d 100644
--- a/net-libs/wvstreams/ChangeLog
+++ b/net-libs/wvstreams/ChangeLog
@@ -1,6 +1,10 @@
# 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.51 2005/04/06 18:54:40 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/ChangeLog,v 1.52 2005/04/06 21:47:04 mrness Exp $
+
+ 06 Apr 2005; Alin Nastac <mrness@gentoo.org>
+ -files/wvstreams-4.0-tcl_8_4.patch, -wvstreams-4.0-r1.ebuild:
+ Remove obsolete version
06 Apr 2005; Simon Stelling <blubb@gentoo.org> wvstreams-4.0.1-r2.ebuild:
stable on amd64 wrt bug #84817
diff --git a/net-libs/wvstreams/files/digest-wvstreams-4.0-r1 b/net-libs/wvstreams/files/digest-wvstreams-4.0-r1
deleted file mode 100644
index 933c88500731..000000000000
--- a/net-libs/wvstreams/files/digest-wvstreams-4.0-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f2b282248b53653d7531cc4b3e33c77b wvstreams-4.0.tar.gz 3004311
diff --git a/net-libs/wvstreams/files/wvstreams-4.0-tcl_8_4.patch b/net-libs/wvstreams/files/wvstreams-4.0-tcl_8_4.patch
deleted file mode 100644
index 45999744abea..000000000000
--- a/net-libs/wvstreams/files/wvstreams-4.0-tcl_8_4.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- vars.mk.orig 2004-10-14 01:09:50.000000000 +0930
-+++ vars.mk 2004-11-16 22:11:28.073880504 +0930
-@@ -250,3 +250,5 @@
-
- libwvgtk.a libwvgtk.so: $(call objects,gtk)
- libwvgtk.so: -lgtk -lgdk libwvstreams.so libwvutils.so
-+
-+libuniconf_tcl.so: bindings/uniconf_tcl.o -ltcl8.4 -luniconf
---- configure.ac.orig 2004-10-14 01:09:50.000000000 +0930
-+++ configure.ac 2004-11-16 22:13:36.588343336 +0930
-@@ -269,9 +269,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)
- 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
diff --git a/net-libs/wvstreams/wvstreams-4.0-r1.ebuild b/net-libs/wvstreams/wvstreams-4.0-r1.ebuild
deleted file mode 100644
index c36b118a5a27..000000000000
--- a/net-libs/wvstreams/wvstreams-4.0-r1.ebuild
+++ /dev/null
@@ -1,73 +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-4.0-r1.ebuild,v 1.9 2005/01/04 20:28:08 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/~sfllaw/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 sparc alpha amd64 hppa ~ppc"
-IUSE="gtk qt oggvorbis speex fam qdbm pam slp doc fftw tcltk"
-
-RDEPEND="virtual/libc
- dev-libs/xplc
- 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? ( virtual/fam )
- >=sys-libs/db-3
- qdbm? ( dev-db/qdbm )
- pam? ( >=sys-libs/pam-0.75 )
- slp? ( >=net-libs/openslp-1.0.9a )
- >=sys-libs/zlib-1.1.4
- dev-libs/openssl
- doc? ( app-doc/doxygen )
- fftw? ( sci-libs/fftw )
- tcltk? ( >=dev-lang/tcl-8.4* dev-lang/swig )"
-
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- >=sys-devel/autoconf-2.59"
-
-src_unpack() {
- unpack ${A} ; cd ${S}
-
- if useq tcltk; then
- epatch ${FILESDIR}/${P}-tcl_8_4.patch
- env WANT_AUTOCONF=2.59 autoconf || die "autoconf failed"
- fi
-}
-
-src_compile() {
- econf `use_with gtk` \
- `use_with qt` \
- `use_with oggvorbis ogg` \
- `use_with oggvorbis vorbis` \
- `use_with speex` \
- `use_with fam` \
- `use_with qdbm` \
- `use_with pam` \
- `use_with fftw` \
- `use_with slp openslp` \
- `use_with tcltk tcl` \
- --enable-verbose \
- --with-bdb \
- --with-openssl \
- --with-zlib \
- --with-xplc \
- || die "configure failed"
- emake CXXOPTS="-fPIC -DPIC" COPTS="-fPIC -DPIC" || die "compile failed"
- use doc && doxygen
-}
-
-src_install() {
- make DESTDIR=${D} install || die "make install failed"
- dodoc README COPYING.LIB
- use doc && dohtml -r Docs/doxy-html/*
-}