public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-libs/openpgm/
@ 2015-08-24 10:29 Justin Lecher
  0 siblings, 0 replies; 15+ messages in thread
From: Justin Lecher @ 2015-08-24 10:29 UTC (permalink / raw
  To: gentoo-commits

commit:     5e8438f8c65044e20dd3d6eaff30fdfcc1a426ea
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 10:29:47 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Aug 24 10:29:51 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e8438f8

net-libs/openpgm: Make compatible with py2

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=492974

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 .../openpgm/{openpgm-5.2.122.ebuild => openpgm-5.1.118-r1.ebuild}   | 6 ++++--
 net-libs/openpgm/openpgm-5.2.122.ebuild                             | 2 ++
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/net-libs/openpgm/openpgm-5.2.122.ebuild b/net-libs/openpgm/openpgm-5.1.118-r1.ebuild
similarity index 81%
copy from net-libs/openpgm/openpgm-5.2.122.ebuild
copy to net-libs/openpgm/openpgm-5.1.118-r1.ebuild
index 023987a..f27d877 100644
--- a/net-libs/openpgm/openpgm-5.2.122.ebuild
+++ b/net-libs/openpgm/openpgm-5.1.118-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,9 +15,11 @@ SRC_URI="http://openpgm.googlecode.com/files/libpgm-${PV}~dfsg.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 arm hppa ppc ppc64 x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
 IUSE="static-libs"
 
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
 DEPEND="${PYTHON_DEPS}"
 
 S="${WORKDIR}/libpgm-${PV}~dfsg/${PN}/pgm"

diff --git a/net-libs/openpgm/openpgm-5.2.122.ebuild b/net-libs/openpgm/openpgm-5.2.122.ebuild
index 023987a..cc42dc9 100644
--- a/net-libs/openpgm/openpgm-5.2.122.ebuild
+++ b/net-libs/openpgm/openpgm-5.2.122.ebuild
@@ -18,6 +18,8 @@ SLOT="0"
 KEYWORDS="amd64 arm hppa ppc ppc64 x86 ~x86-fbsd"
 IUSE="static-libs"
 
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
 DEPEND="${PYTHON_DEPS}"
 
 S="${WORKDIR}/libpgm-${PV}~dfsg/${PN}/pgm"


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/openpgm/
@ 2015-08-25  5:46 Jeroen Roovers
  0 siblings, 0 replies; 15+ messages in thread
From: Jeroen Roovers @ 2015-08-25  5:46 UTC (permalink / raw
  To: gentoo-commits

commit:     d1449081edd936c3be12e936c808ed944cff1a23
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 25 05:46:19 2015 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 05:46:19 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1449081

net-libs/openpgm: Stable for HPPA PPC64 (bug #558548).

Package-Manager: portage-2.2.20.1

 net-libs/openpgm/openpgm-5.1.118-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/openpgm/openpgm-5.1.118-r1.ebuild b/net-libs/openpgm/openpgm-5.1.118-r1.ebuild
index bc02a9a..85f333d 100644
--- a/net-libs/openpgm/openpgm-5.1.118-r1.ebuild
+++ b/net-libs/openpgm/openpgm-5.1.118-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://openpgm.googlecode.com/files/libpgm-${PV}~dfsg.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~arm hppa ~ppc ppc64 ~x86 ~x86-fbsd"
 IUSE="static-libs"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/openpgm/
@ 2015-08-26 10:43 Agostino Sarubbo
  0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo @ 2015-08-26 10:43 UTC (permalink / raw
  To: gentoo-commits

commit:     59b7e819f860fa09076ebbe00fcdf0b807da7ced
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 26 10:42:55 2015 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Aug 26 10:42:55 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59b7e819

net-libs/openpgm: amd64 stable wrt bug #558548

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 net-libs/openpgm/openpgm-5.1.118-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/openpgm/openpgm-5.1.118-r1.ebuild b/net-libs/openpgm/openpgm-5.1.118-r1.ebuild
index 85f333d..bb93182 100644
--- a/net-libs/openpgm/openpgm-5.1.118-r1.ebuild
+++ b/net-libs/openpgm/openpgm-5.1.118-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://openpgm.googlecode.com/files/libpgm-${PV}~dfsg.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm hppa ~ppc ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~arm hppa ~ppc ppc64 ~x86 ~x86-fbsd"
 IUSE="static-libs"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/openpgm/
@ 2015-09-02 19:49 Markus Meier
  0 siblings, 0 replies; 15+ messages in thread
From: Markus Meier @ 2015-09-02 19:49 UTC (permalink / raw
  To: gentoo-commits

commit:     b79f82b7c18f4a92ab45f18cabab462bd8992242
Author:     Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  2 19:49:16 2015 +0000
Commit:     Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Wed Sep  2 19:49:16 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b79f82b7

net-libs/openpgm: arm stable, bug #558548

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="arm"

 net-libs/openpgm/openpgm-5.1.118-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/openpgm/openpgm-5.1.118-r1.ebuild b/net-libs/openpgm/openpgm-5.1.118-r1.ebuild
index bb93182..c95e63c 100644
--- a/net-libs/openpgm/openpgm-5.1.118-r1.ebuild
+++ b/net-libs/openpgm/openpgm-5.1.118-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://openpgm.googlecode.com/files/libpgm-${PV}~dfsg.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm hppa ~ppc ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 arm hppa ~ppc ppc64 ~x86 ~x86-fbsd"
 IUSE="static-libs"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/openpgm/
@ 2015-09-06 13:25 Agostino Sarubbo
  0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo @ 2015-09-06 13:25 UTC (permalink / raw
  To: gentoo-commits

commit:     8addc1ca1258a2a7813381c95359d42a7fb43ca2
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  6 13:23:28 2015 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Sep  6 13:23:28 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8addc1ca

net-libs/openpgm: ppc stable wrt bug #558548

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="ppc"

 net-libs/openpgm/openpgm-5.1.118-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/openpgm/openpgm-5.1.118-r1.ebuild b/net-libs/openpgm/openpgm-5.1.118-r1.ebuild
index c95e63c..9262a3b 100644
--- a/net-libs/openpgm/openpgm-5.1.118-r1.ebuild
+++ b/net-libs/openpgm/openpgm-5.1.118-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://openpgm.googlecode.com/files/libpgm-${PV}~dfsg.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 arm hppa ~ppc ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 arm hppa ppc ppc64 ~x86 ~x86-fbsd"
 IUSE="static-libs"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/openpgm/
@ 2015-09-20  9:30 Agostino Sarubbo
  0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo @ 2015-09-20  9:30 UTC (permalink / raw
  To: gentoo-commits

commit:     185715ce0a5ad1d157be1342b4ab9533af3006e8
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 20 09:29:07 2015 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 09:29:07 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=185715ce

net-libs/openpgm: x86 stable wrt bug #558548

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"

 net-libs/openpgm/openpgm-5.1.118-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/openpgm/openpgm-5.1.118-r1.ebuild b/net-libs/openpgm/openpgm-5.1.118-r1.ebuild
index 9262a3b..9358ed1 100644
--- a/net-libs/openpgm/openpgm-5.1.118-r1.ebuild
+++ b/net-libs/openpgm/openpgm-5.1.118-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://openpgm.googlecode.com/files/libpgm-${PV}~dfsg.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 arm hppa ppc ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 arm hppa ppc ppc64 x86 ~x86-fbsd"
 IUSE="static-libs"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/openpgm/
@ 2015-09-20 10:43 Justin Lecher
  0 siblings, 0 replies; 15+ messages in thread
From: Justin Lecher @ 2015-09-20 10:43 UTC (permalink / raw
  To: gentoo-commits

commit:     729a8abb7cb4e1fa2be9a4646f8e70211d89a2e7
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 20 10:37:01 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 10:37:01 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=729a8abb

net-libs/openpgm: Drop old

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 net-libs/openpgm/openpgm-5.1.118.ebuild | 42 ---------------------------------
 1 file changed, 42 deletions(-)

diff --git a/net-libs/openpgm/openpgm-5.1.118.ebuild b/net-libs/openpgm/openpgm-5.1.118.ebuild
deleted file mode 100644
index dde8f77..0000000
--- a/net-libs/openpgm/openpgm-5.1.118.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=3
-inherit autotools
-
-DESCRIPTION="OpenPGM is an open source implementation of the Pragmatic General
-Multicast (PGM) specification"
-HOMEPAGE="https://code.google.com/p/openpgm"
-SRC_URI="https://openpgm.googlecode.com/files/libpgm-${PV}~dfsg.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 arm hppa ppc ppc64 x86 ~x86-fbsd"
-IUSE="static-libs"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/libpgm-${PV}~dfsg/${PN}/pgm"
-
-src_prepare() {
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		$(use_enable static-libs static) \
-		--disable-dependency-tracking
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die "emake install failed."
-	dodoc "${S}"/../doc/* "${S}"/README
-
-	# remove useless .la files
-	find "${D}" -name '*.la' -delete
-
-	# remove useless .a (only for non static compilation)
-	use static-libs || find "${D}" -name '*.a' -delete
-}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/openpgm/
@ 2016-05-29 20:21 Alexander Vershilov
  0 siblings, 0 replies; 15+ messages in thread
From: Alexander Vershilov @ 2016-05-29 20:21 UTC (permalink / raw
  To: gentoo-commits

commit:     459662760832f4b510d3c476ce8db44bc6ce4555
Author:     Alexander Vershilov <qnikst <AT> gentoo <DOT> org>
AuthorDate: Sun May 29 19:22:28 2016 +0000
Commit:     Alexander Vershilov <qnikst <AT> gentoo <DOT> org>
CommitDate: Sun May 29 20:20:52 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45966276

net-libs/openpgm: move package to maintainers-needed.

Package-Manager: portage-2.2.28

 net-libs/openpgm/metadata.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/net-libs/openpgm/metadata.xml b/net-libs/openpgm/metadata.xml
index 1c9a7cb..11f36a1 100644
--- a/net-libs/openpgm/metadata.xml
+++ b/net-libs/openpgm/metadata.xml
@@ -1,10 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="person">
-    <email>qnikst@gentoo.org</email>
-    <name>Alexander Vershilov</name>
-  </maintainer>
+  <!-- maintainer-needed -->
   <upstream>
     <remote-id type="google-code">openpgm</remote-id>
   </upstream>


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/openpgm/
@ 2017-01-07 22:04 Göktürk Yüksek
  0 siblings, 0 replies; 15+ messages in thread
From: Göktürk Yüksek @ 2017-01-07 22:04 UTC (permalink / raw
  To: gentoo-commits

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 )


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/openpgm/
@ 2017-02-03 22:25 Jeroen Roovers
  0 siblings, 0 replies; 15+ messages in thread
From: Jeroen Roovers @ 2017-02-03 22:25 UTC (permalink / raw
  To: gentoo-commits

commit:     e055a7b858f6963f255681c2956c1b331836b43a
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  3 22:20:05 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri Feb  3 22:20:05 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e055a7b8

net-libs/openpgm: Old.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-libs/openpgm/Manifest                  |  1 -
 net-libs/openpgm/openpgm-5.1.118-r1.ebuild | 33 ------------------------------
 2 files changed, 34 deletions(-)

diff --git a/net-libs/openpgm/Manifest b/net-libs/openpgm/Manifest
index a781377..855abb3 100644
--- a/net-libs/openpgm/Manifest
+++ b/net-libs/openpgm/Manifest
@@ -1,2 +1 @@
-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/openpgm-5.1.118-r1.ebuild b/net-libs/openpgm/openpgm-5.1.118-r1.ebuild
deleted file mode 100644
index 61e8ce3..00000000
--- a/net-libs/openpgm/openpgm-5.1.118-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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
-}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/openpgm/
@ 2017-02-03 22:58 Jeroen Roovers
  0 siblings, 0 replies; 15+ messages in thread
From: Jeroen Roovers @ 2017-02-03 22:58 UTC (permalink / raw
  To: gentoo-commits

commit:     6f8f4c6deead8dc832cb95a481439d7c4ac48078
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  3 22:57:15 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri Feb  3 22:57:15 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f8f4c6d

Revert "net-libs/openpgm: Old."

This reverts commit e055a7b858f6963f255681c2956c1b331836b43a.

net-libs/zeromq-3.2.3 depends on ~net-libs/openpgm-5.1.118 because
reasons.

 net-libs/openpgm/Manifest                  |  1 +
 net-libs/openpgm/openpgm-5.1.118-r1.ebuild | 33 ++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/net-libs/openpgm/Manifest b/net-libs/openpgm/Manifest
index 855abb3..a781377 100644
--- a/net-libs/openpgm/Manifest
+++ b/net-libs/openpgm/Manifest
@@ -1 +1,2 @@
+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/openpgm-5.1.118-r1.ebuild b/net-libs/openpgm/openpgm-5.1.118-r1.ebuild
new file mode 100644
index 00000000..61e8ce3
--- /dev/null
+++ b/net-libs/openpgm/openpgm-5.1.118-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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
+}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/openpgm/
@ 2017-03-01 10:08 Michael Weber
  0 siblings, 0 replies; 15+ messages in thread
From: Michael Weber @ 2017-03-01 10:08 UTC (permalink / raw
  To: gentoo-commits

commit:     ed6b984366d2fca3f2d194e7e6f06f0839ea06da
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  1 10:01:57 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Wed Mar  1 10:08:39 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed6b9843

net-libs/openpgm: arm64 stable (bug 610992).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm64"

 net-libs/openpgm/openpgm-5.2.122.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/openpgm/openpgm-5.2.122.ebuild b/net-libs/openpgm/openpgm-5.2.122.ebuild
index 9afff1551e0..e2d1b164745 100644
--- a/net-libs/openpgm/openpgm-5.2.122.ebuild
+++ b/net-libs/openpgm/openpgm-5.2.122.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://github.com/steve-o/${PN}/archive/release-${MY_PV}.tar.gz -> ${P
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 arm hppa ppc ppc64 x86 ~x86-fbsd"
+KEYWORDS="amd64 arm arm64 hppa ppc ppc64 x86 ~x86-fbsd"
 IUSE="static-libs"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/openpgm/
@ 2018-04-17 19:11 Sergei Trofimovich
  0 siblings, 0 replies; 15+ messages in thread
From: Sergei Trofimovich @ 2018-04-17 19:11 UTC (permalink / raw
  To: gentoo-commits

commit:     d6e8e1e0272549998fe1524a485f5126899795a8
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Tue Apr 17 18:32:23 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Apr 17 19:11:16 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6e8e1e0

net-libs/openpgm: keyworded 5.2.122 for sparc, bug #618522

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 net-libs/openpgm/openpgm-5.2.122.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/openpgm/openpgm-5.2.122.ebuild b/net-libs/openpgm/openpgm-5.2.122.ebuild
index e2d1b164745..26f3cff9c29 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-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -16,7 +16,7 @@ SRC_URI="https://github.com/steve-o/${PN}/archive/release-${MY_PV}.tar.gz -> ${P
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ppc ppc64 x86 ~x86-fbsd"
+KEYWORDS="amd64 arm arm64 hppa ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE="static-libs"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/openpgm/
@ 2018-05-19 18:15 Sergei Trofimovich
  0 siblings, 0 replies; 15+ messages in thread
From: Sergei Trofimovich @ 2018-05-19 18:15 UTC (permalink / raw
  To: gentoo-commits

commit:     f6c50db2958502bd080a939e08782afb38447f79
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Sat May 19 15:45:24 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat May 19 18:15:03 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6c50db2

net-libs/openpgm: stable 5.2.122 for sparc

Bug: https://bugs.gentoo.org/618522
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 net-libs/openpgm/openpgm-5.2.122.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/openpgm/openpgm-5.2.122.ebuild b/net-libs/openpgm/openpgm-5.2.122.ebuild
index 26f3cff9c29..4222de5a36b 100644
--- a/net-libs/openpgm/openpgm-5.2.122.ebuild
+++ b/net-libs/openpgm/openpgm-5.2.122.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://github.com/steve-o/${PN}/archive/release-${MY_PV}.tar.gz -> ${P
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 arm arm64 hppa ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="static-libs"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/openpgm/
@ 2019-07-22  9:28 Michał Górny
  0 siblings, 0 replies; 15+ messages in thread
From: Michał Górny @ 2019-07-22  9:28 UTC (permalink / raw
  To: gentoo-commits

commit:     e091ea34f500544506196f149347f147117094b6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 21 15:46:10 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul 22 09:28:10 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e091ea34

net-libs/openpgm: Remove mistaken use of PYTHON_REQUIRED_USE

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-libs/openpgm/openpgm-5.1.118-r1.ebuild | 4 +---
 net-libs/openpgm/openpgm-5.2.122.ebuild    | 4 +---
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/net-libs/openpgm/openpgm-5.1.118-r1.ebuild b/net-libs/openpgm/openpgm-5.1.118-r1.ebuild
index 9afff1551e0..4fed6c8c659 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-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -19,8 +19,6 @@ 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"

diff --git a/net-libs/openpgm/openpgm-5.2.122.ebuild b/net-libs/openpgm/openpgm-5.2.122.ebuild
index 4222de5a36b..b77b082298e 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-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -19,8 +19,6 @@ SLOT="0"
 KEYWORDS="amd64 arm arm64 hppa ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="static-libs"
 
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
 DEPEND="${PYTHON_DEPS}"
 
 S="${WORKDIR}/${PN}-release-${MY_PV}/${PN}/pgm"


^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2019-07-22  9:28 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-03 22:25 [gentoo-commits] repo/gentoo:master commit in: net-libs/openpgm/ Jeroen Roovers
  -- strict thread matches above, loose matches on Subject: below --
2019-07-22  9:28 Michał Górny
2018-05-19 18:15 Sergei Trofimovich
2018-04-17 19:11 Sergei Trofimovich
2017-03-01 10:08 Michael Weber
2017-02-03 22:58 Jeroen Roovers
2017-01-07 22:04 Göktürk Yüksek
2016-05-29 20:21 Alexander Vershilov
2015-09-20 10:43 Justin Lecher
2015-09-20  9:30 Agostino Sarubbo
2015-09-06 13:25 Agostino Sarubbo
2015-09-02 19:49 Markus Meier
2015-08-26 10:43 Agostino Sarubbo
2015-08-25  5:46 Jeroen Roovers
2015-08-24 10:29 Justin Lecher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox