public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libsearpc/
Date: Wed, 18 Dec 2019 16:32:47 +0000 (UTC)	[thread overview]
Message-ID: <1576686757.b1a96d37620f232140d45d712d4fce393f37c4a4.juippis@gentoo> (raw)

commit:     b1a96d37620f232140d45d712d4fce393f37c4a4
Author:     Denis Efremov <efremov <AT> linux <DOT> com>
AuthorDate: Sun Dec 15 14:03:02 2019 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Dec 18 16:32:37 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1a96d37

net-libs/libsearpc: version bump to 3.2.0

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Denis Efremov <efremov <AT> linux.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-libs/libsearpc/Manifest               |  1 +
 net-libs/libsearpc/libsearpc-3.2.0.ebuild | 37 +++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/net-libs/libsearpc/Manifest b/net-libs/libsearpc/Manifest
index f1c47429d79..5a67eb0453e 100644
--- a/net-libs/libsearpc/Manifest
+++ b/net-libs/libsearpc/Manifest
@@ -1 +1,2 @@
 DIST libsearpc-3.0.8.tar.gz 48740 BLAKE2B c2743d7f03001dd971821ef72f403ad2c26aa8e2e8350e2c751e7aa3ffc2be2bcdec0adc75ef5dd23b12b31a866ff9b590f8a279616a5f5c76db0eacf225b2f2 SHA512 1f2cf9a15a004b6ddf8fc0b6a436a5db09a514cea4cec94ce9fa6ce973cd71dfc4a112e948a36ab0be61d736f1021622e46429d07de70b23c25b886d1e51c02a
+DIST libsearpc-3.2.0.tar.gz 52303 BLAKE2B 34707b504b4e63017549e5ed04e8e1e8d1e98b873aebe2ad3f675fe88e209bb73d8b56d1aef137bc4bead2a2fbcf7410dfdf1d02a92a8f37efbaaf0d56d79a4c SHA512 071784b6d34f6ddf947748474c210f0f803e3451373e351b6a768b0cf4a17ddcdaf415ff4ce5f020f1a68df3f6f0a0e53a78ad9e2df286fafea870e303c8f6dd

diff --git a/net-libs/libsearpc/libsearpc-3.2.0.ebuild b/net-libs/libsearpc/libsearpc-3.2.0.ebuild
new file mode 100644
index 00000000000..ff7238860b0
--- /dev/null
+++ b/net-libs/libsearpc/libsearpc-3.2.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=(python{2_7,3_5,3_6})
+
+inherit autotools python-single-r1
+
+DESCRIPTION="A simple C language RPC framework"
+HOMEPAGE="https://github.com/haiwen/libsearpc/ http://seafile.com/"
+SRC_URI="https://github.com/haiwen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}
+	>=dev-libs/glib-2.26.0
+	>=dev-libs/jansson-2.2.1
+	>=sys-devel/automake-1.16.1-r2:1.16"
+RDEPEND="${DEPEND}
+	dev-python/simplejson[${PYTHON_USEDEP}]"
+
+src_prepare() {
+	default
+	sed -i -e "s/(DESTDIR)//" ${PN}.pc.in || die
+	eautoreconf
+}
+
+src_install() {
+	default
+	# Remove unnecessary .la files, as recommended by ltprune.eclass
+	find "${ED}" -name '*.la' -delete || die
+}


             reply	other threads:[~2019-12-18 16:33 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-18 16:32 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-30 19:01 [gentoo-commits] repo/gentoo:master commit in: net-libs/libsearpc/ Pacho Ramos
2024-07-30 19:01 Pacho Ramos
2024-03-11 14:24 Sam James
2023-12-04  9:25 Viorel Munteanu
2023-03-05  7:33 Joonas Niilola
2022-11-23 17:55 Joonas Niilola
2022-09-01  6:27 Joonas Niilola
2022-04-07 20:58 Jakov Smolić
2021-10-26  6:52 Arthur Zamarin
2021-09-25 19:08 Sam James
2021-08-04 14:46 David Seifert
2021-07-26 22:01 Conrad Kostecki
2020-10-06  8:15 Joonas Niilola
2020-10-06  8:15 Joonas Niilola
2020-09-29 10:26 Joonas Niilola
2020-09-19 11:28 Michał Górny
2020-08-02 12:03 Michał Górny
2019-12-18 16:32 Joonas Niilola
2019-07-01  1:24 Jonas Stein
2018-04-13 18:26 Michał Górny
2018-04-13 18:26 Michał Górny
2017-11-15 22:13 Patrice Clement
2017-04-14 20:30 Patrice Clement
2017-04-14 20:30 Patrice Clement
2017-04-13 21:20 Patrice Clement

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=1576686757.b1a96d37620f232140d45d712d4fce393f37c4a4.juippis@gentoo \
    --to=juippis@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