net-libs/rpcsvc-proto: Add fake stable version
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Sun, 19 Nov 2017 14:34:43 +0000 (15:34 +0100)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Sun, 19 Nov 2017 14:35:03 +0000 (15:35 +0100)
Package-Manager: Portage-2.3.14, Repoman-2.3.6
RepoMan-Options: --force

net-libs/rpcsvc-proto/rpcsvc-proto-0.ebuild [new file with mode: 0644]

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-0.ebuild b/net-libs/rpcsvc-proto/rpcsvc-proto-0.ebuild
new file mode 100644 (file)
index 0000000..fc38a30
--- /dev/null
@@ -0,0 +1,17 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="rpcsvc protocol definitions from glibc"
+HOMEPAGE="https://github.com/thkukuk/rpcsvc-proto"
+
+# Fake version to help portage upgrading.
+
+SLOT="0"
+LICENSE="LGPL-2.1+ BSD"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
+IUSE=""
+
+DEPEND="elibc_glibc? ( sys-libs/glibc[rpc(-)] )"
+RDEPEND="${DEPEND}"