commit:     d27f6c138c8dc0dd66d40f3a2f75baa3e97187bd
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  6 11:34:27 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Sep  6 11:34:49 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d27f6c13

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

 net-libs/rpcsvc-proto/Manifest                |  1 +
 net-libs/rpcsvc-proto/metadata.xml            | 12 ++++++++++++
 net-libs/rpcsvc-proto/rpcsvc-proto-1.2.ebuild | 24 ++++++++++++++++++++++++
 3 files changed, 37 insertions(+)

diff --git a/net-libs/rpcsvc-proto/Manifest b/net-libs/rpcsvc-proto/Manifest
new file mode 100644
index 00000000000..eda7f454e10
--- /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 00000000000..bcf493eae9a
--- /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>[email protected]</email>
+ <name>Gentoo Toolchain Project</name>
+</maintainer>
+<maintainer type="project">
+ <email>[email protected]</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 00000000000..9bd76cc5da8
--- /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
+}

Reply via email to