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
This commit is contained in:
Andreas K. Hüttel
2017-09-06 13:34:27 +02:00
parent 8aa2232c76
commit d27f6c138c
3 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST rpcsvc-proto-1.2.tar.gz 59883 SHA256 9b6a0d3813f29a1f92f92e6445e3286195567813bf34423ddbf0044ab0e2457b SHA512 59e6ac2c3e551daef584878e8ae8fc2da7cb80a04c20f96de561abc972fcfac1fbb57a5ee0dbe7bf5288a1527c9b87fc3f73a259b30393982a9a642cf4b4deb4 WHIRLPOOL 802983f71d2bafb600367f395c8fdcb9bfdf5f5af4a52444420d4b5472f2ae0a506d1b40c7a501e83e97c75cbb2298be34382a6c759b895abf105ec49dd66f0b

View File

@@ -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>

View File

@@ -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
}