From: "Samuli Suominen (ssuominen)" <ssuominen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/wvstreams: ChangeLog wvstreams-4.6.1.ebuild
Date: Mon, 04 Jan 2010 16:07:39 +0000 [thread overview]
Message-ID: <E1NRpT1-0005TL-9X@stork.gentoo.org> (raw)
ssuominen 10/01/04 16:07:39
Modified: ChangeLog
Added: wvstreams-4.6.1.ebuild
Log:
Version bump wrt #274620, thanks to Fabian Fingerle for reporting.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Revision Changes Path
1.129 net-libs/wvstreams/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/wvstreams/ChangeLog?rev=1.129&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/wvstreams/ChangeLog?rev=1.129&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/wvstreams/ChangeLog?r1=1.128&r2=1.129
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/wvstreams/ChangeLog,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -r1.128 -r1.129
--- ChangeLog 28 Jun 2009 08:58:12 -0000 1.128
+++ ChangeLog 4 Jan 2010 16:07:38 -0000 1.129
@@ -1,6 +1,12 @@
# ChangeLog for net-libs/wvstreams
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/ChangeLog,v 1.128 2009/06/28 08:58:12 patrick Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/ChangeLog,v 1.129 2010/01/04 16:07:38 ssuominen Exp $
+
+*wvstreams-4.6.1 (04 Jan 2010)
+
+ 04 Jan 2010; Samuli Suominen <ssuominen@gentoo.org>
+ +wvstreams-4.6.1.ebuild, +files/wvstreams-4.6.1-parallel-make.patch:
+ Version bump wrt #274620, thanks to Fabian Fingerle for reporting.
28 Jun 2009; Patrick Lauer <patrick@gentoo.org> wvstreams-4.5.ebuild,
+files/wvstreams-4.5-glibc.patch:
1.1 net-libs/wvstreams/wvstreams-4.6.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/wvstreams/wvstreams-4.6.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/wvstreams/wvstreams-4.6.1.ebuild?rev=1.1&content-type=text/plain
Index: wvstreams-4.6.1.ebuild
===================================================================
# 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.1 2010/01/04 16:07:38 ssuominen 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 )
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
}
next reply other threads:[~2010-01-04 16:07 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-04 16:07 Samuli Suominen (ssuominen) [this message]
-- strict thread matches above, loose matches on Subject: below --
2010-05-27 12:56 [gentoo-commits] gentoo-x86 commit in net-libs/wvstreams: ChangeLog wvstreams-4.6.1.ebuild Peter Volkov (pva)
2010-05-31 19:34 Markus Meier (maekke)
2010-06-06 14:20 Raul Porcel (armin76)
2010-06-26 13:07 Gysbert Wassenaar (nixnut)
2010-07-10 15:54 Jeroen Roovers (jer)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1NRpT1-0005TL-9X@stork.gentoo.org \
--to=ssuominen@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox