diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2021-02-26 14:13:05 +0300 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2021-02-26 14:13:05 +0300 |
commit | 24799623750a9ad9a20d8485e5745174b130dcf5 (patch) | |
tree | 5c337372d1d62abd1ba13fdb1a45a3e035dafdbb /dev-libs/xmlrpc-c | |
parent | sys-kernel/vanilla-sources: Automated version bump to {5.4.101,5.10.19,5.11.2... (diff) | |
download | gentoo-24799623750a9ad9a20d8485e5745174b130dcf5.tar.gz gentoo-24799623750a9ad9a20d8485e5745174b130dcf5.tar.bz2 gentoo-24799623750a9ad9a20d8485e5745174b130dcf5.zip |
dev-libs/xmlrpc-c: drop old versions
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>
Diffstat (limited to 'dev-libs/xmlrpc-c')
-rw-r--r-- | dev-libs/xmlrpc-c/Manifest | 1 | ||||
-rw-r--r-- | dev-libs/xmlrpc-c/files/xmlrpc-c-1.32.05-Wimplicit.patch | 20 | ||||
-rw-r--r-- | dev-libs/xmlrpc-c/files/xmlrpc-c-1.39.11-cplusplus.patch | 14 | ||||
-rw-r--r-- | dev-libs/xmlrpc-c/metadata.xml | 1 | ||||
-rw-r--r-- | dev-libs/xmlrpc-c/xmlrpc-c-1.39.11-r1.ebuild | 71 | ||||
-rw-r--r-- | dev-libs/xmlrpc-c/xmlrpc-c-1.51.06.ebuild | 68 |
6 files changed, 0 insertions, 175 deletions
diff --git a/dev-libs/xmlrpc-c/Manifest b/dev-libs/xmlrpc-c/Manifest index 25d074452ccf..689a05fcafb2 100644 --- a/dev-libs/xmlrpc-c/Manifest +++ b/dev-libs/xmlrpc-c/Manifest @@ -1,2 +1 @@ -DIST xmlrpc-c-1.39.11.tgz 815463 BLAKE2B 7d169d51835e64e5ac822c48b1a6d7622293c1ce1e7379985ebf6c10f3ab331c55eeff9f655cf914c4cf7e3c107fbdbd741d664489f4ad7aadb5e576ceb383c2 SHA512 13e7ddf5264436671437c0bcd698380baca35c4469f592edf79cb4cafda254fe8207ecb992ee728ed20ec70457a20bd0cf8e180ce5cf0561a38a21f1e588f584 DIST xmlrpc-c-1.51.06.tgz 933161 BLAKE2B 8023444e14e7e41f5433cebeb0fcb7a7323dd734f658155e117d3547b4d61ef81c189395662bf68074dcf1ec5c47ee550cd18773ce8bf0bd53cb0a1764cce945 SHA512 2927fc8c01d42b6f838d8b0c839f09a7dd0d1ddc5a3d7b36c9d479f1c7bf7fdf14923f640883f98ba66067eda0f5379737bf3a5bc9d4b9abe1a7eff7d7def066 diff --git a/dev-libs/xmlrpc-c/files/xmlrpc-c-1.32.05-Wimplicit.patch b/dev-libs/xmlrpc-c/files/xmlrpc-c-1.32.05-Wimplicit.patch deleted file mode 100644 index affa917f7427..000000000000 --- a/dev-libs/xmlrpc-c/files/xmlrpc-c-1.32.05-Wimplicit.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/common.mk -+++ b/common.mk -@@ -17,7 +17,7 @@ - # fully made. - .DELETE_ON_ERROR: - --GCC_WARNINGS = -Wall -W -Wno-uninitialized -Wundef -Wimplicit \ -+GCC_WARNINGS = -Wall -W -Wno-uninitialized -Wundef \ - -Wno-unknown-pragmas - # We need -Wwrite-strings after we fix all the missing consts - # -@@ -27,7 +27,7 @@ - # on -Wuninitialized for all the others. - - GCC_C_WARNINGS = $(GCC_WARNINGS) \ -- -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -+ -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wimplicit - - GCC_CXX_WARNINGS = $(GCC_WARNINGS) -Wsynth - diff --git a/dev-libs/xmlrpc-c/files/xmlrpc-c-1.39.11-cplusplus.patch b/dev-libs/xmlrpc-c/files/xmlrpc-c-1.39.11-cplusplus.patch deleted file mode 100644 index 64de06b3bb28..000000000000 --- a/dev-libs/xmlrpc-c/files/xmlrpc-c-1.39.11-cplusplus.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- a/lib/Makefile 2015-12-30 07:22:14.000000000 +0300 -+++ b/lib/Makefile 2017-01-10 15:17:39.410000000 +0300 -@@ -9,7 +9,10 @@ - - # Build up SUBDIRS: - SUBDIRS = --SUBDIRS += util libutil libutil++ -+SUBDIRS += util libutil -+ifeq ($(ENABLE_CPLUSPLUS),yes) -+ SUBDIRS += libutil++ -+endif - ifeq ($(ENABLE_ABYSS_SERVER),yes) - SUBDIRS += abyss - ifeq ($(ENABLE_CPLUSPLUS),yes) diff --git a/dev-libs/xmlrpc-c/metadata.xml b/dev-libs/xmlrpc-c/metadata.xml index 3a51b3edd302..f2d28d82d359 100644 --- a/dev-libs/xmlrpc-c/metadata.xml +++ b/dev-libs/xmlrpc-c/metadata.xml @@ -9,7 +9,6 @@ <flag name="abyss">Build the Abyss mini web-server.</flag> <flag name="libxml2">Use dev-libs/libxml2 to parse XML instead of the internal expat library.</flag> <flag name="threads">Controls whether to build the Abyss web-server with pthreads or fork 'threading'.</flag> - <flag name="tools">Build the xmlrpc* tools.</flag> </use> <upstream> <remote-id type="sourceforge">xmlrpc-c</remote-id> diff --git a/dev-libs/xmlrpc-c/xmlrpc-c-1.39.11-r1.ebuild b/dev-libs/xmlrpc-c/xmlrpc-c-1.39.11-r1.ebuild deleted file mode 100644 index a374aa200693..000000000000 --- a/dev-libs/xmlrpc-c/xmlrpc-c-1.39.11-r1.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -# Upstream maintains 3 release channels: http://xmlrpc-c.sourceforge.net/release.html -# 1. Only the "Super Stable" series is released as a tarball -# 2. SVN tagging of releases seems spotty: http://svn.code.sf.net/p/xmlrpc-c/code/release_number/ -# Because of this, we are following the "Super Stable" release channel - -DESCRIPTION="A lightweigt RPC library based on XML and HTTP" -HOMEPAGE="http://xmlrpc-c.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="abyss +cgi +curl +cxx +libxml2 threads test tools" -RESTRICT="!test? ( test )" - -REQUIRED_USE="test? ( abyss curl cxx ) tools? ( curl )" - -DEPEND=" - sys-libs/ncurses:0= - sys-libs/readline:0= - curl? ( net-misc/curl ) - libxml2? ( dev-libs/libxml2 )" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}/${PN}-1.32.05-Wimplicit.patch" - "${FILESDIR}/${P}-cplusplus.patch" -) - -pkg_setup() { - use curl || ewarn "Curl support disabled: No client library will be built" -} - -src_prepare() { - sed -i \ - -e "/CFLAGS_COMMON/s|-g -O3$||" \ - -e "/CXXFLAGS_COMMON/s|-g$||" \ - common.mk || die - - eapply ${PATCHES[@]} - eapply_user -} - -src_configure() { - econf \ - --disable-wininet-client \ - --disable-libwww-client \ - --without-libwww-ssl \ - $(use_enable libxml2 libxml2-backend) \ - $(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() { - # Parallel builds are fixed in v 1.43.x or newer - emake -j1 - use tools && emake -rC "${S}"/tools -} - -src_install() { - default - use tools && emake DESTDIR="${D}" -rC "${S}"/tools install -} diff --git a/dev-libs/xmlrpc-c/xmlrpc-c-1.51.06.ebuild b/dev-libs/xmlrpc-c/xmlrpc-c-1.51.06.ebuild deleted file mode 100644 index 8cb323596f52..000000000000 --- a/dev-libs/xmlrpc-c/xmlrpc-c-1.51.06.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -# Upstream maintains 3 release channels: http://xmlrpc-c.sourceforge.net/release.html -# 1. Only the "Super Stable" series is released as a tarball -# 2. SVN tagging of releases seems spotty: http://svn.code.sf.net/p/xmlrpc-c/code/release_number/ -# Because of this, we are following the "Super Stable" release channel - -DESCRIPTION="A lightweigt RPC library based on XML and HTTP" -HOMEPAGE="http://xmlrpc-c.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris" - -IUSE="abyss +cgi +curl +cxx +libxml2 threads test" - -RESTRICT="!test? ( test )" - -REQUIRED_USE="test? ( abyss curl cxx )" - -RDEPEND=" - sys-libs/ncurses:0= - sys-libs/readline:0= - curl? ( net-misc/curl ) - libxml2? ( dev-libs/libxml2 )" -DEPEND="${RDEPEND}" - -pkg_setup() { - use curl || ewarn "Curl support disabled: No client library will be built" -} - -src_prepare() { - sed -i \ - -e "/CFLAGS_COMMON/s|-g -O3$||" \ - -e "/CXXFLAGS_COMMON/s|-g$||" \ - common.mk || die - - default -} - -src_configure() { - econf \ - --disable-libwww-client \ - --disable-wininet-client \ - --without-libwww-ssl \ - $(use_enable abyss abyss-server) \ - $(use_enable cgi cgi-server) \ - $(use_enable curl curl-client) \ - $(use_enable cxx cplusplus) \ - $(use_enable libxml2 libxml2-backend) \ - $(use_enable threads abyss-threads) -} - -src_compile() { - default - # Tools building is broken in this release - #use tools && emake -rC "${S}"/tools -} - -src_install() { - default - # Tools building is broken in this release - #use tools && emake DESTDIR="${D}" -rC "${S}"/tools install -} |