public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/xmlrpc-c/
Date: Tue, 22 Nov 2016 17:18:53 +0000 (UTC)	[thread overview]
Message-ID: <1479835133.038c196811c98cec7f210191dca3316099238209.monsieurp@gentoo> (raw)

commit:     038c196811c98cec7f210191dca3316099238209
Author:     Anthony Ryan <anthonyryan1 <AT> gmail <DOT> com>
AuthorDate: Mon Oct 31 08:21:16 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Nov 22 17:18:53 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=038c1968

dev-libs/xmlrpc-c: version bump to 1.39.11.

* EAPI=6
* Notes about upstream releases

Closes: https://github.com/gentoo/gentoo/pull/2811

 dev-libs/xmlrpc-c/Manifest                |  1 +
 dev-libs/xmlrpc-c/xmlrpc-c-1.39.11.ebuild | 56 +++++++++++++++++++++++++++++++
 2 files changed, 57 insertions(+)

diff --git a/dev-libs/xmlrpc-c/Manifest b/dev-libs/xmlrpc-c/Manifest
index 75c7ec1..64cd148 100644
--- a/dev-libs/xmlrpc-c/Manifest
+++ b/dev-libs/xmlrpc-c/Manifest
@@ -1 +1,2 @@
 DIST xmlrpc-c-1.32.05.tar.gz 769040 SHA256 cefd25dcb90556c90358cb44013a644f1aeafd37d2e18be37e66a3355b5ae0d2 SHA512 40813ad97010684e346ce4f286d9d7314547572f8681cf99d4c3c36cb7aa38b1cb72b84d63ab46e44282dc2bd95b85dbb022e3039700caa939469c6f7bf08d1f WHIRLPOOL 1e6ebbc1b3caa78e1e22210d81a61b74d71f61a33d1ea97f96ef250a5277d3cbe6d532d286bed8bb57e1ba4ccb54fd38bdf51f8d3bdbba00225bb5678de17292
+DIST xmlrpc-c-1.39.11.tgz 815463 SHA256 2e56cdcdd5c5fa564bcdc7a56bca108a88f5b78b34ccc85558366efabdc8b8e8 SHA512 13e7ddf5264436671437c0bcd698380baca35c4469f592edf79cb4cafda254fe8207ecb992ee728ed20ec70457a20bd0cf8e180ce5cf0561a38a21f1e588f584 WHIRLPOOL 40a85e66777caf3be49c00c62a4b577928255687fef7c67482c55c39bb56b4a7b0ba32b2e982813bed842ad689d2d95acbeb9aa9ddc77808e80cb1b31569ffb7

diff --git a/dev-libs/xmlrpc-c/xmlrpc-c-1.39.11.ebuild b/dev-libs/xmlrpc-c/xmlrpc-c-1.39.11.ebuild
new file mode 100644
index 00000000..916292b
--- /dev/null
+++ b/dev-libs/xmlrpc-c/xmlrpc-c-1.39.11.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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 ~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 threads test tools"
+
+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}"
+
+pkg_setup() {
+	use curl || ewarn "Curl support disabled: No client library will be built"
+}
+
+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
+}


             reply	other threads:[~2016-11-22 17:19 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-22 17:18 Patrice Clement [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-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
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=1479835133.038c196811c98cec7f210191dca3316099238209.monsieurp@gentoo \
    --to=monsieurp@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