diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-05 18:35:59 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-05 18:35:59 +0000 |
commit | 13c3fc0ddbea0db4fdb0a208dbd85f3dc2472b3c (patch) | |
tree | 8852bf9fe79505c3a1714ceb43ffe8f23f6dc704 /net-libs/wvstreams | |
parent | old, doesnt work with stable openssl (diff) | |
download | gentoo-2-13c3fc0ddbea0db4fdb0a208dbd85f3dc2472b3c.tar.gz gentoo-2-13c3fc0ddbea0db4fdb0a208dbd85f3dc2472b3c.tar.bz2 gentoo-2-13c3fc0ddbea0db4fdb0a208dbd85f3dc2472b3c.zip |
old, doesnt work with stable openssl
(Portage version: 2.2_rc88/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/wvstreams')
-rw-r--r-- | net-libs/wvstreams/Manifest | 1 | ||||
-rw-r--r-- | net-libs/wvstreams/wvstreams-4.6.1.ebuild | 89 |
2 files changed, 0 insertions, 90 deletions
diff --git a/net-libs/wvstreams/Manifest b/net-libs/wvstreams/Manifest index cedf7d1b0be4..45632d916550 100644 --- a/net-libs/wvstreams/Manifest +++ b/net-libs/wvstreams/Manifest @@ -3,6 +3,5 @@ AUX wvstreams-4.6.1-openssl-1.0.0.patch 470 RMD160 360e22417bb45eba87eade0c47546 AUX wvstreams-4.6.1-parallel-make.patch 2236 RMD160 fc1082804587b0f392e4cc358fb56d0a4aba2801 SHA1 3c57a5a237059616fcc1cc76b6f08a35a39dc019 SHA256 aaefbb5aa45a7f377b91a11671d25cfe62856a5c801271b1be783eccc1acd7a0 DIST wvstreams-4.6.1.tar.gz 1118456 RMD160 55550608ccfa53c7daf0ee195466f077b3540acb SHA1 1431efc3f46a13b6a8dbcad4123e19473369f767 SHA256 8403f5fbf83aa9ac0c6ce15d97fd85607488152aa84e007b7d0621b8ebc07633 EBUILD wvstreams-4.6.1-r1.ebuild 2160 RMD160 a6c9938122508c90f0c846cccb73cdaad61a87ac SHA1 a477e18f2780ace334875027ea1dddcab91f5846 SHA256 2f1cc66b406b6fc47e18408adc8b64fed10f43403112758117398aab2166d947 -EBUILD wvstreams-4.6.1.ebuild 2076 RMD160 c7e6769a9e536ab7e5496d8a52d6c2e24732246e SHA1 b8bdc11c8c69789ac53059da756db0f012facc57 SHA256 00d34e42622e2a12579bd080c2225076e79f69c72ee4cd55eb977e9c7522b1be MISC ChangeLog 25081 RMD160 c27c03d417e2e842d7a32ae09da5e1aa6ad78d02 SHA1 47d6c558e81e3e5de1a3bbcf67ff2af234caf5d4 SHA256 4248f143ffb7b01171d70c8196087c7d39ca41d3bae454bb03c8e6dd1bf85de3 MISC metadata.xml 228 RMD160 62154bc737c6b25b3d4d0b938cb62a241c83ad15 SHA1 0bb4f84f2396dc72009f54c9efdadf50e203ae8e SHA256 98b56a813b3de314223d7193a3a055e191c9647a2f6887bf8dc7b05f8d0ec610 diff --git a/net-libs/wvstreams/wvstreams-4.6.1.ebuild b/net-libs/wvstreams/wvstreams-4.6.1.ebuild deleted file mode 100644 index c80e533bc4eb..000000000000 --- a/net-libs/wvstreams/wvstreams-4.6.1.ebuild +++ /dev/null @@ -1,89 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/wvstreams-4.6.1.ebuild,v 1.6 2010/07/10 15:54:54 jer Exp $ - -EAPI=2 -inherit autotools toolchain-funcs versionator - -DESCRIPTION="A network programming library in C++" -HOMEPAGE="http://alumnit.ca/wiki/?WvStreams" -SRC_URI="http://wvstreams.googlecode.com/files/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 hppa ppc sparc x86" -IUSE="pam doc +ssl +dbus debug" - -#Tests fail if openssl is not compiled with -DPURIFY. Gentoo's isn't. FAIL! -RESTRICT="test" - -#QA Fail: xplc is compiled as a part of wvstreams. -#It'll take a larger patching effort to get it extracted, since upstream integrated it -#more tightly this time. Probably for the better since upstream xplc seems dead. - -RDEPEND="sys-libs/readline - sys-libs/zlib - dbus? ( >=sys-apps/dbus-1.2.14 ) - dev-libs/openssl - pam? ( sys-libs/pam ) - virtual/c++-tr1-functional" -DEPEND="${RDEPEND} - dev-util/pkgconfig - doc? ( app-doc/doxygen )" - -pkg_setup() { - if has_version '>=sys-devel/gcc-4.1' && ! has_version '>=dev-libs/boost-1.34.1' - then - if ! version_is_at_least 4.1 "$(gcc-fullversion)" - then - eerror "This package requires the active gcc to be at least version 4.1" - eerror "or >=dev-libs/boost-1.34.1 must be installed." - die "Please activate >=sys-devel/gcc-4.1 with gcc-config." - fi - fi -} - -src_prepare() { - epatch "${FILESDIR}"/${P}-parallel-make.patch - eautoreconf - cd argp - eautoreconf -} - -src_configure() { - export CXX="$(tc-getCXX)" - - econf \ - $(use_enable debug) \ - --disable-optimization \ - $(use_with dbus) \ - --with-openssl \ - $(use_with pam) \ - --without-tcl \ - --without-qt \ - --with-zlib \ - --without-valgrind -} - -src_compile() { - emake || die - - if use doc; then - doxygen || die - fi -} - -src_test() { - emake test || die -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc ChangeLog README* - - if use doc; then - #the list of files is too big for dohtml -r Docs/doxy-html/* - cd Docs/doxy-html - dohtml -r * - fi -} |