diff options
author | 2013-07-06 03:17:44 +0000 | |
---|---|---|
committer | 2013-07-06 03:17:44 +0000 | |
commit | 5bf06fe8f5ea72a25b36763ade73a646d709b841 (patch) | |
tree | 12c8c29ec9af13710803f033e1c2a9d72b9f8aba /dev-libs/xmlrpc-c | |
parent | 0.9.38 version bump. (diff) | |
download | gentoo-2-5bf06fe8f5ea72a25b36763ade73a646d709b841.tar.gz gentoo-2-5bf06fe8f5ea72a25b36763ade73a646d709b841.tar.bz2 gentoo-2-5bf06fe8f5ea72a25b36763ade73a646d709b841.zip |
drop old
(Portage version: 2.1.12.2/cvs/Linux i686, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-libs/xmlrpc-c')
-rw-r--r-- | dev-libs/xmlrpc-c/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/xmlrpc-c/xmlrpc-c-1.28.03-r1.ebuild | 93 | ||||
-rw-r--r-- | dev-libs/xmlrpc-c/xmlrpc-c-1.32.05.ebuild | 94 |
3 files changed, 5 insertions, 188 deletions
diff --git a/dev-libs/xmlrpc-c/ChangeLog b/dev-libs/xmlrpc-c/ChangeLog index 950ed0ed0c3f..7c72d217f973 100644 --- a/dev-libs/xmlrpc-c/ChangeLog +++ b/dev-libs/xmlrpc-c/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/xmlrpc-c # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/xmlrpc-c/ChangeLog,v 1.150 2013/06/30 18:08:07 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xmlrpc-c/ChangeLog,v 1.151 2013/07/06 03:17:44 zlogene Exp $ + + 06 Jul 2013; Mikle Kolyada <zlogene@gentoo.org> -xmlrpc-c-1.28.03-r1.ebuild, + -xmlrpc-c-1.32.05.ebuild: + drop old 30 Jun 2013; Agostino Sarubbo <ago@gentoo.org> xmlrpc-c-1.32.05-r1.ebuild: Stable for s390, wrt bug #471912 diff --git a/dev-libs/xmlrpc-c/xmlrpc-c-1.28.03-r1.ebuild b/dev-libs/xmlrpc-c/xmlrpc-c-1.28.03-r1.ebuild deleted file mode 100644 index f38e934142c3..000000000000 --- a/dev-libs/xmlrpc-c/xmlrpc-c-1.28.03-r1.ebuild +++ /dev/null @@ -1,93 +0,0 @@ -# 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.28.03-r1.ebuild,v 1.9 2012/06/05 20:20:33 ranger 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="mirror://gentoo/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="abyss +cgi +curl +cxx +libxml2 static-libs threads tools" - -REQUIRED_USE="test? ( static-libs abyss curl cxx )" - -DEPEND=" - tools? ( dev-perl/frontier-rpc - 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 \ - --disable-libwww-ssl \ - $(use_enable tools) \ - $(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" -} diff --git a/dev-libs/xmlrpc-c/xmlrpc-c-1.32.05.ebuild b/dev-libs/xmlrpc-c/xmlrpc-c-1.32.05.ebuild deleted file mode 100644 index 27f63d4e324a..000000000000 --- a/dev-libs/xmlrpc-c/xmlrpc-c-1.32.05.ebuild +++ /dev/null @@ -1,94 +0,0 @@ -# Copyright 1999-2013 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.14 2013/03/14 16:14:16 jer 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 ~ppc-aix ~x86-fbsd ~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 built" -} - -#Bug 214137: We need to filter this. -unset SRCDIR - -# Bug 255440 -export LC_ALL=C -export LANG=C - -src_prepare() { - epatch "${FILESDIR}"/${PN}-1.32.05-Wimplicit.patch - 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" -} |