From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- net-libs/openpgm/openpgm-5.1.118-r1.ebuild | 32 ++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 net-libs/openpgm/openpgm-5.1.118-r1.ebuild (limited to 'net-libs/openpgm/openpgm-5.1.118-r1.ebuild') diff --git a/net-libs/openpgm/openpgm-5.1.118-r1.ebuild b/net-libs/openpgm/openpgm-5.1.118-r1.ebuild new file mode 100644 index 000000000000..9afff1551e09 --- /dev/null +++ b/net-libs/openpgm/openpgm-5.1.118-r1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +AUTOTOOLS_AUTORECONF=true +PYTHON_COMPAT=( python2_7 ) + +inherit autotools-utils python-any-r1 + +MY_PV="${PV//./-}" + +DESCRIPTION="Open source implementation of the Pragmatic General Multicast specification" +HOMEPAGE="https://github.com/steve-o/openpgm" +SRC_URI="https://github.com/steve-o/${PN}/archive/release-${MY_PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="amd64 arm hppa ppc ppc64 x86 ~x86-fbsd" +IUSE="static-libs" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +DEPEND="${PYTHON_DEPS}" + +S="${WORKDIR}/${PN}-release-${MY_PV}/${PN}/pgm" + +src_install() { + DOCS=( "${S}"/../doc/. "${S}"/README ) + + autotools-utils_src_install +} -- cgit v1.2.3