diff options
Diffstat (limited to 'net-libs/wvstreams')
-rw-r--r-- | net-libs/wvstreams/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/wvstreams/Manifest | 14 | ||||
-rw-r--r-- | net-libs/wvstreams/wvstreams-4.0.1-r2.ebuild | 8 | ||||
-rw-r--r-- | net-libs/wvstreams/wvstreams-4.0.2.ebuild | 10 |
4 files changed, 16 insertions, 22 deletions
diff --git a/net-libs/wvstreams/ChangeLog b/net-libs/wvstreams/ChangeLog index d096eba6f068..811f9449e343 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.54 2005/05/05 23:20:17 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/ChangeLog,v 1.55 2005/05/22 07:36:53 mrness Exp $ + + 22 May 2005; Alin Nastac <mrness@gentoo.org> wvstreams-4.0.1-r2.ebuild, + wvstreams-4.0.2.ebuild: + Add ssl USE flag and fix openssl dependency (#93438). Stable on x86. 05 May 2005; Sven Wegener <swegener@gentoo.org> wvstreams-4.0.1-r2.ebuild, wvstreams-4.0.2.ebuild: diff --git a/net-libs/wvstreams/Manifest b/net-libs/wvstreams/Manifest index 3eb6f2d4cb59..78b4970831da 100644 --- a/net-libs/wvstreams/Manifest +++ b/net-libs/wvstreams/Manifest @@ -1,8 +1,5 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 440cc4bb3f54eb24313ae4483b461d5b wvstreams-4.0.1-r2.ebuild 2208 -MD5 290300f946a9177fafecadebef95e9ef wvstreams-4.0.2.ebuild 2203 +MD5 1ea56f8f305b99134a02d2702eb91d87 wvstreams-4.0.1-r2.ebuild 2237 +MD5 eb79f7a1d5b608c866c0a18e6b6b4eca wvstreams-4.0.2.ebuild 2232 MD5 7b441de4ebc52a8fc1616f772046dbe6 ChangeLog 8571 MD5 7c8d69f73480b56621770449d11a2e17 metadata.xml 235 MD5 16733d2b49133ec4fd75fa7dbca890ea files/wvstreams-4.0.2-MOC-fix.patch 479 @@ -17,10 +14,3 @@ MD5 03b73077a83c635ab211f235c7a429bf files/wvstreams-4.0.1-tcl_8_4.patch 822 MD5 b65b1449a0bc6ff06e8c843b37717f05 files/wvstreams-4.0.2-speex-const.patch 951 MD5 0b5b1b03e323747aa3ce30492fe18cc1 files/wvstreams-4.0.2-tcl_8_4.patch 1022 MD5 16733d2b49133ec4fd75fa7dbca890ea files/wvstreams-4.0.1-MOC-fix.patch 479 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFCeqo5I1lqEGTUzyQRAiHHAKCNktOtj+VIhYxuJWU2dr54Lc3N7wCg1fT/ -X5xugdCNBQxzQ0YQdv+lP/s= -=9VRF ------END PGP SIGNATURE----- diff --git a/net-libs/wvstreams/wvstreams-4.0.1-r2.ebuild b/net-libs/wvstreams/wvstreams-4.0.1-r2.ebuild index 3ece5f76f32e..fc420af6f303 100644 --- a/net-libs/wvstreams/wvstreams-4.0.1-r2.ebuild +++ b/net-libs/wvstreams/wvstreams-4.0.1-r2.ebuild @@ -1,6 +1,6 @@ # 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.1-r2.ebuild,v 1.10 2005/05/05 23:20:17 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/wvstreams-4.0.1-r2.ebuild,v 1.11 2005/05/22 07:36:53 mrness Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="http://people.nit.ca/~sfllaw/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 hppa ppc sparc x86" -IUSE="gtk qt oggvorbis speex fam qdbm pam slp doc fftw tcltk debug" +IUSE="gtk qt oggvorbis speex fam qdbm pam slp ssl doc fftw tcltk debug" RDEPEND="virtual/libc dev-libs/xplc @@ -26,7 +26,7 @@ RDEPEND="virtual/libc pam? ( >=sys-libs/pam-0.75 ) slp? ( >=net-libs/openslp-1.0.9a ) >=sys-libs/zlib-1.1.4 - dev-libs/openssl + ssl? ( >=dev-libs/openssl-0.9.7 ) doc? ( app-doc/doxygen ) fftw? ( sci-libs/fftw ) tcltk? ( >=dev-lang/tcl-8.4 dev-lang/swig )" @@ -67,12 +67,12 @@ src_compile() { `use_with qdbm` \ `use_with pam` \ `use_with fftw` \ + `use_with ssl openssl` \ `use_with slp openslp` \ `use_with tcltk tcl` \ `use_enable debug` \ --enable-verbose \ --with-bdb \ - --with-openssl \ --with-zlib \ --with-xplc \ || die "configure failed" diff --git a/net-libs/wvstreams/wvstreams-4.0.2.ebuild b/net-libs/wvstreams/wvstreams-4.0.2.ebuild index 2e1fa71a13da..b19e208a7f93 100644 --- a/net-libs/wvstreams/wvstreams-4.0.2.ebuild +++ b/net-libs/wvstreams/wvstreams-4.0.2.ebuild @@ -1,6 +1,6 @@ # 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.2.ebuild,v 1.5 2005/05/05 23:20:17 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/wvstreams-4.0.2.ebuild,v 1.6 2005/05/22 07:36:53 mrness Exp $ inherit eutils @@ -10,8 +10,8 @@ SRC_URI="http://www.csclub.uwaterloo.ca/~ja2morri/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86" -IUSE="gtk qt vorbis speex fam qdbm pam slp doc fftw tcltk debug" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc x86" +IUSE="gtk qt vorbis speex fam qdbm pam slp ssl doc fftw tcltk debug" RDEPEND="virtual/libc dev-libs/xplc @@ -26,7 +26,7 @@ RDEPEND="virtual/libc pam? ( >=sys-libs/pam-0.75 ) slp? ( >=net-libs/openslp-1.0.9a ) >=sys-libs/zlib-1.1.4 - dev-libs/openssl + ssl? ( >=dev-libs/openssl-0.9.7 ) doc? ( app-doc/doxygen ) fftw? ( sci-libs/fftw ) tcltk? ( >=dev-lang/tcl-8.4 dev-lang/swig )" @@ -67,12 +67,12 @@ src_compile() { `use_with qdbm` \ `use_with pam` \ `use_with fftw` \ + `use_with ssl openssl` \ `use_with slp openslp` \ `use_with tcltk tcl` \ `use_enable debug` \ --enable-verbose \ --with-bdb \ - --with-openssl \ --with-zlib \ --with-xplc \ || die "configure failed" |