-DIST libpgm-5.1.118~dfsg.tar.gz 1046589 SHA256 b74c11be9fe226d03e19839c6d841765955f736ae0d12db9baf1447d107e63ef SHA512 9ee358fb473431da99d9382329625cd146c2447dd6567c8b394aebc1d67d53bb4f3423a9b824180884658c34c103ed03915a4d93d3a66c78bb5947c2166c01a9 WHIRLPOOL 38cdbf203a21256da2d374a079e936ab541048fd07f206c772f29eaa380747690f06d75aa6ba8e3cb23249d7d3f21e4a8a0a4da16838a91970f53185ea4099f4
-DIST libpgm-5.2.122~dfsg.tar.gz 951536 SHA256 e296f714d7057e3cdb87f4e29b1aecb3b201b9fcb60aa19ed4eec29524f08bd8 SHA512 4eb562d2663b72cb9f4401c3319014e7b98670e1cc02b930d0ef87bb96a3e7e624f6d8a0935db9808a4987e464aaee50118ddadf4502003e0381d0e385fd9eee WHIRLPOOL 397ab4ce9ee51e791d8ced8b083ec44b282eb739de7b6a71d7d27b82a48b50a3ab3e2b83731ac0d8a065f89932947dd4a5883ae429d285c7bdea44aaeeabcdc4
+DIST openpgm-5.1.118.tar.gz 557816 SHA256 707cd52acaeb957f3b74044ea260fd03456612826d54cafb289a7400eb8032a9 SHA512 50acd102f03fb250cd027c8f4843749641c7b1a4c1dfc41b136627feb59209bc7a2bbd08b7edeac603fb820118c6683ae9377a692949608bad455fef91c97274 WHIRLPOOL b4b426879fd503d455afebc22d13310cf76a4a89ed314b2c102812b47398bcee7271f69ebd3de896fb0d38e49833d92fe9219eb8fbc868755188502ee6c45776
+DIST openpgm-5.2.122.tar.gz 583469 SHA256 acc1545fd8060aa66b17327110e2859e451cfc685ebd3b2211619728e3471b66 SHA512 f8b29fb69acb548536179262665c0cdcc8bb1510d3e970d6abebaf33e301f87fbfa7e2c46e387973d8b65470350af66b3130482269b9fbb15fe7bf98b52f6404 WHIRLPOOL acc80b7a0093250f9046ffdbfd2c42c1a9fc8a4c00c6a0b687feadad9e907d9de843ed68dd1c183a9a768538d8840cd7b1a20af7687f0809ec7c34c5823e7791
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
- <upstream>
- <remote-id type="google-code">openpgm</remote-id>
- </upstream>
</pkgmetadata>
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
inherit autotools-utils python-any-r1
+MY_PV="${PV//./-}"
+
DESCRIPTION="Open source implementation of the Pragmatic General Multicast specification"
-HOMEPAGE="https://code.google.com/p/openpgm"
-SRC_URI="https://openpgm.googlecode.com/files/libpgm-${PV}~dfsg.tar.gz"
+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"
DEPEND="${PYTHON_DEPS}"
-S="${WORKDIR}/libpgm-${PV}~dfsg/${PN}/pgm"
+S="${WORKDIR}/${PN}-release-${MY_PV}/${PN}/pgm"
src_install() {
DOCS=( "${S}"/../doc/. "${S}"/README )
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
inherit autotools-utils python-any-r1
+MY_PV="${PV//./-}"
+
DESCRIPTION="Open source implementation of the Pragmatic General Multicast specification"
-HOMEPAGE="https://code.google.com/p/openpgm"
-SRC_URI="https://openpgm.googlecode.com/files/libpgm-${PV}~dfsg.tar.gz"
+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"
DEPEND="${PYTHON_DEPS}"
-S="${WORKDIR}/libpgm-${PV}~dfsg/${PN}/pgm"
+S="${WORKDIR}/${PN}-release-${MY_PV}/${PN}/pgm"
src_install() {
DOCS=( "${S}"/../doc/. "${S}"/README )