summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2004-12-18 19:08:24 +0000
committerAlin Năstac <mrness@gentoo.org>2004-12-18 19:08:24 +0000
commit56c182ba08ba026f9fcd978af4b64c91ef512586 (patch)
tree129497f13bb284c6d1e6ed74577b37ea342484da /net-libs/wvstreams
parentstable (Manifest recommit) (diff)
downloadgentoo-2-56c182ba08ba026f9fcd978af4b64c91ef512586.tar.gz
gentoo-2-56c182ba08ba026f9fcd978af4b64c91ef512586.tar.bz2
gentoo-2-56c182ba08ba026f9fcd978af4b64c91ef512586.zip
stable on x86
Diffstat (limited to 'net-libs/wvstreams')
-rw-r--r--net-libs/wvstreams/ChangeLog6
-rw-r--r--net-libs/wvstreams/files/digest-wvstreams-4.01
-rw-r--r--net-libs/wvstreams/wvstreams-4.0-r1.ebuild4
-rw-r--r--net-libs/wvstreams/wvstreams-4.0.ebuild69
4 files changed, 7 insertions, 73 deletions
diff --git a/net-libs/wvstreams/ChangeLog b/net-libs/wvstreams/ChangeLog
index 811812941b7b..46f3ead310de 100644
--- a/net-libs/wvstreams/ChangeLog
+++ b/net-libs/wvstreams/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/wvstreams
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/ChangeLog,v 1.29 2004/12/08 17:15:45 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/ChangeLog,v 1.30 2004/12/18 19:06:30 mrness Exp $
+
+ 18 Dec 2004; Alin Nastac <mrness@gentoo.org> wvstreams-4.0-r1.ebuild,
+ -wvstreams-4.0.ebuild:
+ Stable on x86.
*wvstreams-4.0-r1 (08 Dec 2004)
diff --git a/net-libs/wvstreams/files/digest-wvstreams-4.0 b/net-libs/wvstreams/files/digest-wvstreams-4.0
deleted file mode 100644
index 933c88500731..000000000000
--- a/net-libs/wvstreams/files/digest-wvstreams-4.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f2b282248b53653d7531cc4b3e33c77b wvstreams-4.0.tar.gz 3004311
diff --git a/net-libs/wvstreams/wvstreams-4.0-r1.ebuild b/net-libs/wvstreams/wvstreams-4.0-r1.ebuild
index 7b11d6d7fa7c..5b6d9b598c8a 100644
--- a/net-libs/wvstreams/wvstreams-4.0-r1.ebuild
+++ b/net-libs/wvstreams/wvstreams-4.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 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.2 2004/12/08 18:12:18 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/wvstreams-4.0-r1.ebuild,v 1.3 2004/12/18 19:06:30 mrness Exp $
inherit eutils
@@ -10,7 +10,7 @@ SRC_URI="http://people.nit.ca/~sfllaw/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~sparc ~alpha ~amd64 ~hppa ~ppc"
+KEYWORDS="x86 ~sparc ~alpha ~amd64 ~hppa ~ppc"
IUSE="gtk qt oggvorbis speex fam qdbm pam slp doc fftw tcltk"
RDEPEND="virtual/libc
diff --git a/net-libs/wvstreams/wvstreams-4.0.ebuild b/net-libs/wvstreams/wvstreams-4.0.ebuild
deleted file mode 100644
index e1a5ee5a62e5..000000000000
--- a/net-libs/wvstreams/wvstreams-4.0.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/wvstreams-4.0.ebuild,v 1.5 2004/11/30 06:27:28 mrness 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 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? ( virtual/fam )
- >=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? ( dev-libs/fftw )
- tcltk? ( dev-lang/tcl
- dev-lang/swig )"
-
-DEPEND="${RDEPEND}
- virtual/libc
- dev-util/pkgconfig
- tcltk? ( >=dev-lang/tcl-8.4*
- >=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
- 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 CXXOPTS="-fPIC -DPIC" COPTS="-fPIC -DPIC" || die "compile failed"
-}
-
-src_install() {
- make DESTDIR=${D} install || die
-}