summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2017-09-06 13:34:27 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2017-09-06 13:34:49 +0200
commitd27f6c138c8dc0dd66d40f3a2f75baa3e97187bd (patch)
tree66fba8fa648879074b22e9bf83fada17478cc44b /net-libs/rpcsvc-proto
parentnet-print/kyocera-1x2x-mfp-driver: New ebuild (diff)
downloadgentoo-d27f6c138c8dc0dd66d40f3a2f75baa3e97187bd.tar.gz
gentoo-d27f6c138c8dc0dd66d40f3a2f75baa3e97187bd.tar.bz2
gentoo-d27f6c138c8dc0dd66d40f3a2f75baa3e97187bd.zip
net-libs/rpcsvc-proto: New package. All keywords since it's split off from glibc.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'net-libs/rpcsvc-proto')
-rw-r--r--net-libs/rpcsvc-proto/Manifest1
-rw-r--r--net-libs/rpcsvc-proto/metadata.xml12
-rw-r--r--net-libs/rpcsvc-proto/rpcsvc-proto-1.2.ebuild24
3 files changed, 37 insertions, 0 deletions
diff --git a/net-libs/rpcsvc-proto/Manifest b/net-libs/rpcsvc-proto/Manifest
new file mode 100644
index 000000000000..eda7f454e10c
--- /dev/null
+++ b/net-libs/rpcsvc-proto/Manifest
@@ -0,0 +1 @@
+DIST rpcsvc-proto-1.2.tar.gz 59883 SHA256 9b6a0d3813f29a1f92f92e6445e3286195567813bf34423ddbf0044ab0e2457b SHA512 59e6ac2c3e551daef584878e8ae8fc2da7cb80a04c20f96de561abc972fcfac1fbb57a5ee0dbe7bf5288a1527c9b87fc3f73a259b30393982a9a642cf4b4deb4 WHIRLPOOL 802983f71d2bafb600367f395c8fdcb9bfdf5f5af4a52444420d4b5472f2ae0a506d1b40c7a501e83e97c75cbb2298be34382a6c759b895abf105ec49dd66f0b
diff --git a/net-libs/rpcsvc-proto/metadata.xml b/net-libs/rpcsvc-proto/metadata.xml
new file mode 100644
index 000000000000..bcf493eae9ae
--- /dev/null
+++ b/net-libs/rpcsvc-proto/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+ <email>toolchain@gentoo.org</email>
+ <name>Gentoo Toolchain Project</name>
+</maintainer>
+<maintainer type="project">
+ <email>base-system@gentoo.org</email>
+ <name>Gentoo Base System Project</name>
+</maintainer>
+</pkgmetadata>
diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.2.ebuild b/net-libs/rpcsvc-proto/rpcsvc-proto-1.2.ebuild
new file mode 100644
index 000000000000..9bd76cc5da8b
--- /dev/null
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="rpcsvc protocol definitions from glibc"
+HOMEPAGE="https://github.com/thkukuk/rpcsvc-proto"
+SRC_URI="https://github.com/thkukuk/${PN}/archive/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="LGPL-2.1+ BSD"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""
+
+RDEPEND="!sys-libs/glibc[rpc(-)]"
+
+S=${WORKDIR}/${PN}-${P}
+
+src_prepare(){
+ default
+ eautoreconf
+}