diff options
Diffstat (limited to 'net-libs/libsearpc')
-rw-r--r-- | net-libs/libsearpc/Manifest | 3 | ||||
-rw-r--r-- | net-libs/libsearpc/libsearpc-3.0.8-r1.ebuild | 28 | ||||
-rw-r--r-- | net-libs/libsearpc/metadata.xml | 14 |
3 files changed, 45 insertions, 0 deletions
diff --git a/net-libs/libsearpc/Manifest b/net-libs/libsearpc/Manifest new file mode 100644 index 000000000000..9d89864f06db --- /dev/null +++ b/net-libs/libsearpc/Manifest @@ -0,0 +1,3 @@ +DIST libsearpc-3.0.8.tar.gz 48740 SHA256 83b45fa2f4b7d7ae6dd34ca04d430433551ef493cdaf3cbcc768bd6099377d90 SHA512 1f2cf9a15a004b6ddf8fc0b6a436a5db09a514cea4cec94ce9fa6ce973cd71dfc4a112e948a36ab0be61d736f1021622e46429d07de70b23c25b886d1e51c02a WHIRLPOOL 06f222a8247fb6683390617d34960dec0e9b2fb4b2cb19bb436a7dbb52fed0a008c449d4d37331d159cdea2a9a74543c09cb9a9e6ab491f776e56ade4235fab9 +EBUILD libsearpc-3.0.8-r1.ebuild 710 SHA256 02b9a63b8370f934e5150486b120976e30cffcd24c7dc8c346cf89ee0857f2b0 SHA512 ff80ce18a972016b2e475ec6eb0ea5f369f0fcbb5586b2efb281ba3d5b798a71812b76dfc802979148d82f6375e18be2f15c4f246a236caa1d8f59dc08d7bf72 WHIRLPOOL df944d2a2418c19376a60b84a48d8edbe5d994e92f4aa2245f17767da6a205f9248c65c010c61b2c6179908f5081feb1a00cdf477b7ab8b8808af6b05c407491 +MISC metadata.xml 418 SHA256 e76d4ae836239b703d7e81460fe22125b780122cd11095346eaf4771f1ec6d46 SHA512 37d9578d4a4fe4e6c19b111b2fe96e630e96585d06b6768de56f993d2d3880d6b6219df1d07480668c8cb42dc315c2211e56e520d07835772a20b952fc40f6f1 WHIRLPOOL 51e1e48b82f448e8918bee37d1ebea4ccef7c34113cebe704283306f15b5ba8e3e1c964ec71ddeca0c848a9a90b1ff44250f042224301c5d8ca78be3565fa0ad diff --git a/net-libs/libsearpc/libsearpc-3.0.8-r1.ebuild b/net-libs/libsearpc/libsearpc-3.0.8-r1.ebuild new file mode 100644 index 000000000000..70f1c5fd0f9a --- /dev/null +++ b/net-libs/libsearpc/libsearpc-3.0.8-r1.ebuild @@ -0,0 +1,28 @@ +# 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/metadata.xml b/net-libs/libsearpc/metadata.xml new file mode 100644 index 000000000000..e6eeb61c2aec --- /dev/null +++ b/net-libs/libsearpc/metadata.xml @@ -0,0 +1,14 @@ +<?xml version='1.0' encoding='UTF-8'?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>moschlar@metalabs.de</email> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <upstream> + <remote-id type="github">haiwen/libsearpc</remote-id> + </upstream> +</pkgmetadata> |