From 76cba73c47c8694e74377004634daca18f2d9c08 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Apr 2018 01:05:40 +0100 Subject: gentoo resync : 14.04.2018 --- net-libs/libsearpc/Manifest | 3 +-- net-libs/libsearpc/libsearpc-3.0.8-r1.ebuild | 28 ---------------------- net-libs/libsearpc/libsearpc-3.0.8-r2.ebuild | 35 --------------------------- net-libs/libsearpc/libsearpc-3.0.8-r3.ebuild | 36 ++++++++++++++++++++++++++++ 4 files changed, 37 insertions(+), 65 deletions(-) delete mode 100644 net-libs/libsearpc/libsearpc-3.0.8-r1.ebuild delete mode 100644 net-libs/libsearpc/libsearpc-3.0.8-r2.ebuild create mode 100644 net-libs/libsearpc/libsearpc-3.0.8-r3.ebuild (limited to 'net-libs/libsearpc') diff --git a/net-libs/libsearpc/Manifest b/net-libs/libsearpc/Manifest index 6eecad74628f..ee6c66482761 100644 --- a/net-libs/libsearpc/Manifest +++ b/net-libs/libsearpc/Manifest @@ -1,4 +1,3 @@ DIST libsearpc-3.0.8.tar.gz 48740 BLAKE2B c2743d7f03001dd971821ef72f403ad2c26aa8e2e8350e2c751e7aa3ffc2be2bcdec0adc75ef5dd23b12b31a866ff9b590f8a279616a5f5c76db0eacf225b2f2 SHA512 1f2cf9a15a004b6ddf8fc0b6a436a5db09a514cea4cec94ce9fa6ce973cd71dfc4a112e948a36ab0be61d736f1021622e46429d07de70b23c25b886d1e51c02a -EBUILD libsearpc-3.0.8-r1.ebuild 710 BLAKE2B 7aca4bdb57b31d1fb9c5c93c4285f00ebaea16ad412039d0a379190c5d4de293acd5ef3562fc3fa10fcc06044d117c49e7c3a62ae9a9fbafb5e4a8dfb0ab59c3 SHA512 ff80ce18a972016b2e475ec6eb0ea5f369f0fcbb5586b2efb281ba3d5b798a71812b76dfc802979148d82f6375e18be2f15c4f246a236caa1d8f59dc08d7bf72 -EBUILD libsearpc-3.0.8-r2.ebuild 881 BLAKE2B 08906e8a087bda30912bc061e701108f5e103edb9dc6a0900152375b3b5aa470050dc31ce85a02680f3abf1fb0d7e1f7df87e9f3d5cadf092ab27cac23c137a4 SHA512 19279bee90a6d591fdb21e7d61054a434f221088f6e92e466f9dd51b63071efae055c77694213a01878faec9d0dbaf8e4156d690c1bb043924c40967a69fe02f +EBUILD libsearpc-3.0.8-r3.ebuild 939 BLAKE2B d9b32b8e8fc34eeecb2a516cbdceb031a353f83d833372f4f305201b71168301df8ecefe9158a234a0abf3f2510af005b77e36b2349d0c36bce56620ac60e090 SHA512 b4b0519fff93be89506a45fdc7a76dfe31bcd5213b49a8f248506897178f24a89cc558fc7a2512bd771c981e83007623d907e98ceaec521649a7c26ce9093b36 MISC metadata.xml 418 BLAKE2B 6e983f419e7429f15c0f4186b5746ef35dbfe0ef3e7d8df7b6ffd23555f4488606370261f90103ac2f73232f6c5ce6aa5cd84e1e0a59c540c2c9bf3ae3e7d79e SHA512 37d9578d4a4fe4e6c19b111b2fe96e630e96585d06b6768de56f993d2d3880d6b6219df1d07480668c8cb42dc315c2211e56e520d07835772a20b952fc40f6f1 diff --git a/net-libs/libsearpc/libsearpc-3.0.8-r1.ebuild b/net-libs/libsearpc/libsearpc-3.0.8-r1.ebuild deleted file mode 100644 index 70f1c5fd0f9a..000000000000 --- a/net-libs/libsearpc/libsearpc-3.0.8-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 ) -inherit autotools python-single-r1 vcs-snapshot - -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" -RDEPEND="${DEPEND} - dev-python/simplejson[${PYTHON_USEDEP}]" - -src_prepare() { - default - sed -i -e "s/(DESTDIR)//" ${PN}.pc.in || die - eautoreconf -} diff --git a/net-libs/libsearpc/libsearpc-3.0.8-r2.ebuild b/net-libs/libsearpc/libsearpc-3.0.8-r2.ebuild deleted file mode 100644 index 2b27645bfc81..000000000000 --- a/net-libs/libsearpc/libsearpc-3.0.8-r2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 ) -inherit autotools python-single-r1 vcs-snapshot - -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" -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 - python_fix_shebang "${ED}"usr/bin -} diff --git a/net-libs/libsearpc/libsearpc-3.0.8-r3.ebuild b/net-libs/libsearpc/libsearpc-3.0.8-r3.ebuild new file mode 100644 index 000000000000..23605ce88036 --- /dev/null +++ b/net-libs/libsearpc/libsearpc-3.0.8-r3.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python2_7 ) +inherit autotools python-single-r1 vcs-snapshot + +DESCRIPTION="A simple C language RPC framework" +HOMEPAGE="https://github.com/haiwen/libsearpc/ http://seafile.com/" +#TODO: Use commit hash tarball on next version bump. +SRC_URI="https://github.com/haiwen/${PN}/archive/v3.1-latest.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" +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 + python_fix_shebang "${ED}"usr/bin +} -- cgit v1.2.3