commit:     c27dac720cc4f72ca81f502ae5aebdb1ffa0eeee
Author:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  7 22:03:34 2017 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Sat Jan  7 22:04:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c27dac72

net-libs/openpgm: migrate away from google code #544092

Package-Manager: portage-2.3.0

 net-libs/openpgm/Manifest                  |  4 ++--
 net-libs/openpgm/metadata.xml              |  3 ---
 net-libs/openpgm/openpgm-5.1.118-r1.ebuild | 10 ++++++----
 net-libs/openpgm/openpgm-5.2.122.ebuild    | 10 ++++++----
 4 files changed, 14 insertions(+), 13 deletions(-)

diff --git a/net-libs/openpgm/Manifest b/net-libs/openpgm/Manifest
index 732db69..a781377 100644
--- a/net-libs/openpgm/Manifest
+++ b/net-libs/openpgm/Manifest
@@ -1,2 +1,2 @@
-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

diff --git a/net-libs/openpgm/metadata.xml b/net-libs/openpgm/metadata.xml
index 11f36a1..1b2becf 100644
--- a/net-libs/openpgm/metadata.xml
+++ b/net-libs/openpgm/metadata.xml
@@ -2,7 +2,4 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
   <!-- maintainer-needed -->
-  <upstream>
-    <remote-id type="google-code">openpgm</remote-id>
-  </upstream>
 </pkgmetadata>

diff --git a/net-libs/openpgm/openpgm-5.1.118-r1.ebuild 
b/net-libs/openpgm/openpgm-5.1.118-r1.ebuild
index 9358ed1..61e8ce3 100644
--- a/net-libs/openpgm/openpgm-5.1.118-r1.ebuild
+++ b/net-libs/openpgm/openpgm-5.1.118-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -9,9 +9,11 @@ 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://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"
@@ -22,7 +24,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 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 )

diff --git a/net-libs/openpgm/openpgm-5.2.122.ebuild 
b/net-libs/openpgm/openpgm-5.2.122.ebuild
index c4ec5cf..61e8ce3 100644
--- a/net-libs/openpgm/openpgm-5.2.122.ebuild
+++ b/net-libs/openpgm/openpgm-5.2.122.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -9,9 +9,11 @@ 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://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"
@@ -22,7 +24,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 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 )

Reply via email to