From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/xmlrpc-c/
Date: Fri, 28 Oct 2022 18:50:18 +0000 (UTC) [thread overview]
Message-ID: <1666982868.d3cd51105b6031ba4fe9aa8d355ef72044fd8732.sam@gentoo> (raw)
commit: d3cd51105b6031ba4fe9aa8d355ef72044fd8732
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 28 18:43:19 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 28 18:47:48 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3cd5110
dev-libs/xmlrpc-c: drop 1.51.06-r3, 1.54.05
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/xmlrpc-c/xmlrpc-c-1.51.06-r3.ebuild | 88 ----------------------------
dev-libs/xmlrpc-c/xmlrpc-c-1.54.05.ebuild | 80 -------------------------
2 files changed, 168 deletions(-)
diff --git a/dev-libs/xmlrpc-c/xmlrpc-c-1.51.06-r3.ebuild b/dev-libs/xmlrpc-c/xmlrpc-c-1.51.06-r3.ebuild
deleted file mode 100644
index 2f376e845193..000000000000
--- a/dev-libs/xmlrpc-c/xmlrpc-c-1.51.06-r3.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit multilib-minimal toolchain-funcs
-
-# 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 lightweight RPC library based on XML and HTTP"
-HOMEPAGE="http://xmlrpc-c.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
-
-LICENSE="BSD"
-SLOT="0/4.51"
-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=[${MULTILIB_USEDEP}]
- sys-libs/readline:0=[${MULTILIB_USEDEP}]
- curl? ( net-misc/curl[${MULTILIB_USEDEP}] )
- libxml2? ( dev-libs/libxml2[${MULTILIB_USEDEP}] )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-1.51.06-pkg-config-libxml2.patch
- "${FILESDIR}"/${PN}-1.51.06-pkg-config-openssl.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
-
- default
-
- # Out-of-source install phase is broken
- multilib_copy_sources
-}
-
-multilib_src_configure() {
- tc-export PKG_CONFIG
-
- ECONF_SOURCE="${S}" \
- 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)
-}
-
-multilib_src_compile() {
- default_src_compile
- # Tools building is broken in this release
- #multilib_is_native_abi && use tools && emake -rC "${S}"/tools
-}
-
-multilib_src_test() {
- # Needed for tests, bug #836469
- cp "${BUILD_DIR}"/include/xmlrpc-c/config.h "${S}"/include/xmlrpc-c || die
- default_src_test
-}
-
-#multilib_src_install_all() {
-# # Tools building is broken in this release
-# #use tools && emake DESTDIR="${D}" -rC "${S}"/tools install
-#}
diff --git a/dev-libs/xmlrpc-c/xmlrpc-c-1.54.05.ebuild b/dev-libs/xmlrpc-c/xmlrpc-c-1.54.05.ebuild
deleted file mode 100644
index b09f6997a32b..000000000000
--- a/dev-libs/xmlrpc-c/xmlrpc-c-1.54.05.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit multilib-minimal
-
-# 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 lightweight RPC library based on XML and HTTP"
-HOMEPAGE="http://xmlrpc-c.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
-
-LICENSE="BSD"
-SLOT="0/4.54"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~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=[${MULTILIB_USEDEP}]
- sys-libs/readline:0=[${MULTILIB_USEDEP}]
- curl? ( net-misc/curl[${MULTILIB_USEDEP}] )
- libxml2? ( dev-libs/libxml2[${MULTILIB_USEDEP}] )
-"
-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
-
- # Out-of-source install phase is broken
- multilib_copy_sources
-}
-
-multilib_src_configure() {
- ECONF_SOURCE=${S} \
- 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)
-}
-
-multilib_src_compile() {
- default_src_compile
- # Tools building is broken in this release
- #multilib_is_native_abi && use tools && emake -rC "${S}"/tools
-}
-
-multilib_src_test() {
- # Needed for tests, bug #836469
- cp "${BUILD_DIR}"/include/xmlrpc-c/config.h "${S}"/include/xmlrpc-c || die
- default_src_test
-}
-
-#multilib_src_install_all() {
-# # Tools building is broken in this release
-# #use tools && emake DESTDIR="${D}" -rC "${S}"/tools install
-#}
next reply other threads:[~2022-10-28 18:50 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-28 18:50 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-29 14:09 [gentoo-commits] repo/gentoo:master commit in: dev-libs/xmlrpc-c/ Arthur Zamarin
2024-01-18 19:04 Arthur Zamarin
2023-01-20 12:58 Sergey Popov
2022-11-18 18:07 Arthur Zamarin
2022-11-18 18:05 Arthur Zamarin
2022-11-18 18:05 Arthur Zamarin
2022-11-18 18:05 Arthur Zamarin
2022-10-29 8:54 Jakov Smolić
2022-10-29 8:54 Jakov Smolić
2022-10-28 18:50 Sam James
2022-09-06 6:46 Sam James
2022-04-25 6:29 Jakov Smolić
2022-04-11 7:46 Sergey Popov
2022-03-31 7:59 Sergey Popov
2022-03-31 7:52 Sergey Popov
2021-02-24 20:25 Sam James
2021-02-19 20:02 Sam James
2021-02-06 0:04 Sam James
2021-02-06 0:02 Sam James
2021-01-13 19:28 Sergei Trofimovich
2021-01-11 19:20 Sam James
2021-01-11 12:07 Sergey Popov
2021-01-06 19:34 Fabian Groffen
2020-12-27 14:21 Fabian Groffen
2020-12-08 10:49 Sergey Popov
2020-12-05 15:06 Sergey Popov
2020-07-10 18:50 Sam James
2020-02-16 8:52 Sergey Popov
2017-05-23 7:28 Sergey Popov
2017-05-06 13:14 Markus Meier
2017-04-30 9:37 Agostino Sarubbo
2017-04-30 8:42 Jeroen Roovers
2017-04-27 11:23 Agostino Sarubbo
2017-04-27 10:14 Agostino Sarubbo
2017-01-29 16:19 Fabian Groffen
2016-11-22 17:18 Patrice Clement
2015-09-02 16:30 Justin Lecher
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=1666982868.d3cd51105b6031ba4fe9aa8d355ef72044fd8732.sam@gentoo \
--to=sam@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