From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 525BB1381FB for ; Wed, 26 Dec 2012 12:04:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96F0FE0682; Wed, 26 Dec 2012 12:04:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 03024E0682 for ; Wed, 26 Dec 2012 12:04:30 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BC2AB33D918 for ; Wed, 26 Dec 2012 12:04:29 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2294) id 860A02171D; Wed, 26 Dec 2012 12:04:28 +0000 (UTC) From: "Maxim Koltsov (maksbotan)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, maksbotan@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/xmlrpc-c: xmlrpc-c-1.32.05.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: xmlrpc-c-1.32.05.ebuild ChangeLog X-VCS-Directories: dev-libs/xmlrpc-c X-VCS-Committer: maksbotan X-VCS-Committer-Name: Maxim Koltsov Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20121226120428.860A02171D@flycatcher.gentoo.org> Date: Wed, 26 Dec 2012 12:04:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e09ad66d-d7c2-4fbc-a307-8c122c270218 X-Archives-Hash: fb1981718a12f8f6cd2501767b50cda4 maksbotan 12/12/26 12:04:28 Modified: ChangeLog Added: xmlrpc-c-1.32.05.ebuild Log: Bump to 1.32.05, bug #443872. Thanks to slepnoga. (Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE) Revision Changes Path 1.123 dev-libs/xmlrpc-c/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xmlrpc-c/ChangeLog?rev=1.123&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xmlrpc-c/ChangeLog?rev=1.123&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xmlrpc-c/ChangeLog?r1=1.122&r2=1.123 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/xmlrpc-c/ChangeLog,v retrieving revision 1.122 retrieving revision 1.123 diff -u -r1.122 -r1.123 --- ChangeLog 31 Oct 2012 02:49:16 -0000 1.122 +++ ChangeLog 26 Dec 2012 12:04:28 -0000 1.123 @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/xmlrpc-c # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/xmlrpc-c/ChangeLog,v 1.122 2012/10/31 02:49:16 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xmlrpc-c/ChangeLog,v 1.123 2012/12/26 12:04:28 maksbotan Exp $ + +*xmlrpc-c-1.32.05 (26 Dec 2012) + + 26 Dec 2012; Maxim Koltsov +xmlrpc-c-1.32.05.ebuild: + Bump to 1.32.05, bug #443872. Thanks to slepnoga. 31 Oct 2012; Christoph Junghans xmlrpc-c-1.29.02.ebuild: added prefix keywords 1.1 dev-libs/xmlrpc-c/xmlrpc-c-1.32.05.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xmlrpc-c/xmlrpc-c-1.32.05.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xmlrpc-c/xmlrpc-c-1.32.05.ebuild?rev=1.1&content-type=text/plain Index: xmlrpc-c-1.32.05.ebuild =================================================================== # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/xmlrpc-c/xmlrpc-c-1.32.05.ebuild,v 1.1 2012/12/26 12:04:28 maksbotan Exp $ EAPI="4" inherit eutils multilib # Maintainer notes: Take a look at http://xmlrpc-c.sourceforge.net/release.html # We use "advanced" branch, so for the current release revision take look here: # http://xmlrpc-c.svn.sourceforge.net/viewvc/xmlrpc-c/advanced/version.mk?view=log # e.g. for 1.27.05 corresponds following revision 2182 and thus following URL: # http://xmlrpc-c.svn.sourceforge.net/viewvc/xmlrpc-c/advanced.tar.gz?view=tar&pathrev=2182 # Note: autogenerated tarball checksum changes every download, thus download it # manually and distribute on mirrors. # It's possible to build net-libs/libwww without ssl support, but taking into # account that libwww is not really well maintained and upstream is dead we # better use it only in case ssl is required. DESCRIPTION="A lightweigt RPC library based on XML and HTTP" HOMEPAGE="http://xmlrpc-c.sourceforge.net/" SRC_URI="http://dev.gentoo.org/~maksbotan/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~ppc-aix ~x86-freebsd ~hppa-hpux ~ia64-hpux ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="abyss +cgi +curl +cxx +libxml2 static-libs threads" REQUIRED_USE="test? ( static-libs abyss curl cxx )" DEPEND=" sys-libs/ncurses sys-libs/readline curl? ( net-misc/curl ) libxml2? ( dev-libs/libxml2 )" RDEPEND="${DEPEND}" S="${WORKDIR}/advanced" pkg_setup() { use curl || ewarn "Curl support disabled: No client library will be be built" } #Bug 214137: We need to filter this. unset SRCDIR # Bug 255440 export LC_ALL=C export LANG=C src_prepare() { sed -i \ -e "/CFLAGS_COMMON/s|-g -O3$||" \ -e "/CXXFLAGS_COMMON/s|-g$||" \ "${S}"/common.mk || die export LADD=${LDFLAGS} # Respect the user's LDFLAGS. use static-libs || { sed \ -e '/\(^TARGET_STATIC_LIBRARIES =\)/{s:\(^TARGET_STATIC_LIBRARIES =\).*:\1:;P;N;d;}' \ -i common.mk || die; } } src_configure() { #Disable libwww support due GBZ #409549 and #320253 econf --disable-wininet-client \ $(use_enable libxml2 libxml2-backend) \ --disable-libwww-client \ --without-libwww-ssl \ $(use_enable threads abyss-threads) \ $(use_enable cgi cgi-server) \ $(use_enable abyss abyss-server) \ $(use_enable cxx cplusplus) \ $(use_enable curl curl-client) } src_compile() { emake -r } src_test() { unset LDFLAGS LADD SRCDIR cd "${S}"/test/ einfo "Building general tests" make || die "Make of general tests failed" einfo "Running general tests" ./test || die "General tests failed" cd "${S}"/test/cpp/ einfo "Running C++ tests" ./test || die "C++ tests failed" }