summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2017-11-19 15:34:43 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2017-11-19 15:35:03 +0100
commitd2e149ea99196e3422f71c25ddaf0b6913af80c0 (patch)
treedd48fa3c49bbc6f3a66c6d7a92ba2602a68aa9d5 /net-libs/rpcsvc-proto
parentapp-i18n/uchardet: backport patch to enforce IEEE float precision (diff)
downloadgentoo-d2e149ea99196e3422f71c25ddaf0b6913af80c0.tar.gz
gentoo-d2e149ea99196e3422f71c25ddaf0b6913af80c0.tar.bz2
gentoo-d2e149ea99196e3422f71c25ddaf0b6913af80c0.zip
net-libs/rpcsvc-proto: Add fake stable version
Package-Manager: Portage-2.3.14, Repoman-2.3.6 RepoMan-Options: --force
Diffstat (limited to 'net-libs/rpcsvc-proto')
-rw-r--r--net-libs/rpcsvc-proto/rpcsvc-proto-0.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-0.ebuild b/net-libs/rpcsvc-proto/rpcsvc-proto-0.ebuild
new file mode 100644
index 000000000000..fc38a301cfa4
--- /dev/null
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-0.ebuild
@@ -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}"