* [gentoo-commits] repo/gentoo:master commit in: net-libs/ripe-atlas-sagan/
@ 2015-12-17 7:56 Patrice Clement
0 siblings, 0 replies; 11+ messages in thread
From: Patrice Clement @ 2015-12-17 7:56 UTC (permalink / raw
To: gentoo-commits
commit: 0b989c5d6de5322d071a81b2869db047ecae0d3e
Author: Daniel Quinn <code <AT> danielquinn <DOT> org>
AuthorDate: Wed Dec 16 15:36:17 2015 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Dec 17 01:08:17 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b989c5d
net-libs/ripe-atlas-sagan: Initial commit
net-libs/ripe-atlas-sagan/Manifest | 2 ++
net-libs/ripe-atlas-sagan/metadata.xml | 10 ++++++
.../ripe-atlas-sagan/ripe-atlas-sagan-1.1.8.ebuild | 37 ++++++++++++++++++++++
3 files changed, 49 insertions(+)
diff --git a/net-libs/ripe-atlas-sagan/Manifest b/net-libs/ripe-atlas-sagan/Manifest
new file mode 100644
index 0000000..fc2affd
--- /dev/null
+++ b/net-libs/ripe-atlas-sagan/Manifest
@@ -0,0 +1,2 @@
+DIST ripe.atlas.sagan-1.1.8.tar.gz 100037 SHA256 bb394f738570b0b0c18257856b61c730375d91996c8c726f9dcd367fd618b3d8 SHA512 9e89eff270d58ac0d69abf5c589a129b468ad7adbe49144eae9e3ee1a73ada3278efbf395aea02b612fd3b3b3db2996d68587f5465b1cec29de79b112cb20b53 WHIRLPOOL 7bb747e21a0ab6030e9fa1de827bfecddc34e596aadea5f9de2f05b13d6aff221982ed3a7bdd13256c6686e644b611bc80d395a401eaa0c0fda95f856b543339
+EBUILD ripe-atlas-sagan-1.1.8.ebuild 867 SHA256 54ec81409ed737b6fffe212f4c6b547e99b8727a4c437357610d89a38ef2cc9a SHA512 39247425d6acd7bb9d634f02e853b517af2934ddd3080a70b1ca8936cb1d7bf58c305fd5abe10694600dc0452c38e9f761471cd1ce341a502e3f716b556bf51e WHIRLPOOL de71191fefb430394684096d657340a55ef1021e2b4c5ade8b6b3674e978a28ce862eb4cb9a8b879cc336867c4431ac5d6d768c50e552a98f231aacefa7218a1
diff --git a/net-libs/ripe-atlas-sagan/metadata.xml b/net-libs/ripe-atlas-sagan/metadata.xml
new file mode 100644
index 0000000..46c5726
--- /dev/null
+++ b/net-libs/ripe-atlas-sagan/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>proxy-maintainers</herd>
+ <maintainer>
+ <email>gentoo@danielquinn.org</email>
+ <name>Daniel Quinn</name>
+ <description>Proxied maintainer; set to assignee in all bugs</description>
+ </maintainer>
+</pkgmetadata>
diff --git a/net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.1.8.ebuild b/net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.1.8.ebuild
new file mode 100644
index 0000000..8a26303
--- /dev/null
+++ b/net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.1.8.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_4 )
+
+inherit distutils-r1
+
+MY_PN=${PN//-/.}
+DESCRIPTION="A parsing library for RIPE Atlas result strings"
+HOMEPAGE="https://atlas.ripe.net/"
+SRC_URI="mirror://pypi/${PN:0:1}/ripe.atlas.sagan/ripe.atlas.sagan-${PVR}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+S="${WORKDIR}/${MY_PN}-${PVR}"
+
+RDEPEND="
+ dev-python/ipy[${PYTHON_USEDEP}]
+ dev-python/python-dateutil[${PYTHON_USEDEP}]
+ dev-python/pytz[${PYTHON_USEDEP}]
+ dev-python/pyopenssl[${PYTHON_USEDEP}]
+ dev-python/ujson[${PYTHON_USEDEP}]"
+DEPEND="
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ test? (
+ "${RDEPEND}"
+ dev-python/nose[${PYTHON_USEDEP}] )"
+
+python_test() {
+ nosetests --verbose || die "Tests failed with ${EPYTHON}"
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/ripe-atlas-sagan/
@ 2016-03-22 9:36 Sergei Trofimovich
0 siblings, 0 replies; 11+ messages in thread
From: Sergei Trofimovich @ 2016-03-22 9:36 UTC (permalink / raw
To: gentoo-commits
commit: 6765e5223c1e7f1983d0c453d04abfb3919559c2
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 22 09:26:19 2016 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Mar 22 09:36:04 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6765e522
net-libs/ripe-atlas-sagan: drop EBUILD from Manifest
Package-Manager: portage-2.2.28
net-libs/ripe-atlas-sagan/Manifest | 1 -
1 file changed, 1 deletion(-)
diff --git a/net-libs/ripe-atlas-sagan/Manifest b/net-libs/ripe-atlas-sagan/Manifest
index fc2affd..25ea14e 100644
--- a/net-libs/ripe-atlas-sagan/Manifest
+++ b/net-libs/ripe-atlas-sagan/Manifest
@@ -1,2 +1 @@
DIST ripe.atlas.sagan-1.1.8.tar.gz 100037 SHA256 bb394f738570b0b0c18257856b61c730375d91996c8c726f9dcd367fd618b3d8 SHA512 9e89eff270d58ac0d69abf5c589a129b468ad7adbe49144eae9e3ee1a73ada3278efbf395aea02b612fd3b3b3db2996d68587f5465b1cec29de79b112cb20b53 WHIRLPOOL 7bb747e21a0ab6030e9fa1de827bfecddc34e596aadea5f9de2f05b13d6aff221982ed3a7bdd13256c6686e644b611bc80d395a401eaa0c0fda95f856b543339
-EBUILD ripe-atlas-sagan-1.1.8.ebuild 867 SHA256 54ec81409ed737b6fffe212f4c6b547e99b8727a4c437357610d89a38ef2cc9a SHA512 39247425d6acd7bb9d634f02e853b517af2934ddd3080a70b1ca8936cb1d7bf58c305fd5abe10694600dc0452c38e9f761471cd1ce341a502e3f716b556bf51e WHIRLPOOL de71191fefb430394684096d657340a55ef1021e2b4c5ade8b6b3674e978a28ce862eb4cb9a8b879cc336867c4431ac5d6d768c50e552a98f231aacefa7218a1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/ripe-atlas-sagan/
@ 2016-04-03 18:47 Michael Palimaka
0 siblings, 0 replies; 11+ messages in thread
From: Michael Palimaka @ 2016-04-03 18:47 UTC (permalink / raw
To: gentoo-commits
commit: ef6a6d05fa9d20f5f4cebb5a67ebbc917a080377
Author: Daniel Quinn <code <AT> danielquinn <DOT> org>
AuthorDate: Sun Apr 3 12:41:41 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Apr 3 18:46:54 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef6a6d05
net-libs/ripe-atlas-sagan: Version bump to 1.1.10
net-libs/ripe-atlas-sagan/Manifest | 1 +
.../ripe-atlas-sagan-1.1.10.ebuild | 36 ++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/net-libs/ripe-atlas-sagan/Manifest b/net-libs/ripe-atlas-sagan/Manifest
index 25ea14e..f42cec3 100644
--- a/net-libs/ripe-atlas-sagan/Manifest
+++ b/net-libs/ripe-atlas-sagan/Manifest
@@ -1 +1,2 @@
+DIST ripe.atlas.sagan-1.1.10.tar.gz 128425 SHA256 3831bf2bc66188c5764b3d0b3c0e5387b3d670d0a8839ed464a244c6ffe5288b SHA512 dab5aa200a77ca4f4a29b2cef79df7c12cee4e6ff2583e5cdf1e6e381b9ca4de2e4bf8c56e9856f9b79ed196f72304d62b8cbaa76b0aa9a5d5294559b8f6bbce WHIRLPOOL 576de474f85db1c6eb22ed897a08deeae9d071b132ae67502ab849753d49760abf7a0facf20eabfe2c15f10331c245237d07149d3cf8e4243cd6a6a50bd73d57
DIST ripe.atlas.sagan-1.1.8.tar.gz 100037 SHA256 bb394f738570b0b0c18257856b61c730375d91996c8c726f9dcd367fd618b3d8 SHA512 9e89eff270d58ac0d69abf5c589a129b468ad7adbe49144eae9e3ee1a73ada3278efbf395aea02b612fd3b3b3db2996d68587f5465b1cec29de79b112cb20b53 WHIRLPOOL 7bb747e21a0ab6030e9fa1de827bfecddc34e596aadea5f9de2f05b13d6aff221982ed3a7bdd13256c6686e644b611bc80d395a401eaa0c0fda95f856b543339
diff --git a/net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.1.10.ebuild b/net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.1.10.ebuild
new file mode 100644
index 0000000..3691913
--- /dev/null
+++ b/net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.1.10.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_4 )
+
+inherit distutils-r1
+
+MY_PN=${PN//-/.}
+DESCRIPTION="A parsing library for RIPE Atlas result strings"
+HOMEPAGE="https://atlas.ripe.net/"
+SRC_URI="mirror://pypi/${PN:0:1}/ripe.atlas.sagan/ripe.atlas.sagan-${PVR}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+S="${WORKDIR}/${MY_PN}-${PVR}"
+
+RDEPEND="
+ dev-python/python-dateutil[${PYTHON_USEDEP}]
+ dev-python/pytz[${PYTHON_USEDEP}]
+ dev-python/pyopenssl[${PYTHON_USEDEP}]
+ dev-python/ujson[${PYTHON_USEDEP}]"
+DEPEND="
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ test? (
+ "${RDEPEND}"
+ dev-python/nose[${PYTHON_USEDEP}] )"
+
+python_test() {
+ nosetests --verbose || die "Tests failed with ${EPYTHON}"
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/ripe-atlas-sagan/
@ 2016-05-07 4:31 Ian Delaney
0 siblings, 0 replies; 11+ messages in thread
From: Ian Delaney @ 2016-05-07 4:31 UTC (permalink / raw
To: gentoo-commits
commit: a62750b2d5ca924f99fc88f2e85ac42abd2a1183
Author: Ian Delaney <idella4 <AT> gentoo <DOT> org>
AuthorDate: Sat May 7 04:08:32 2016 +0000
Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Sat May 7 04:31:41 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a62750b2
net-libs/ripe-atlas-sagan: bump all to EAPI6, add py3.5 support
Package-Manager: portage-2.2.28
net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.1.10.ebuild | 4 ++--
net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.1.8.ebuild | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.1.10.ebuild b/net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.1.10.ebuild
index 3691913..a3f0b78 100644
--- a/net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.1.10.ebuild
+++ b/net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.1.10.ebuild
@@ -2,9 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python{3_4,3_5} )
inherit distutils-r1
diff --git a/net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.1.8.ebuild b/net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.1.8.ebuild
index 8a26303..f586ce6 100644
--- a/net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.1.8.ebuild
+++ b/net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.1.8.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python{3_4,3_5} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/ripe-atlas-sagan/
@ 2016-07-30 6:50 Patrice Clement
0 siblings, 0 replies; 11+ messages in thread
From: Patrice Clement @ 2016-07-30 6:50 UTC (permalink / raw
To: gentoo-commits
commit: b87ce87928b776036cc19c05ab1e9ed3474c7004
Author: Daniel Quinn <code <AT> danielquinn <DOT> org>
AuthorDate: Mon Jul 25 16:30:52 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Jul 30 06:49:18 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b87ce879
net-libs/ripe-atlas-sagan: Version bump to 1.1.11
Closes: https://github.com/gentoo/gentoo/pull/1965
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
net-libs/ripe-atlas-sagan/Manifest | 1 +
.../ripe-atlas-sagan-1.1.11.ebuild | 37 ++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/net-libs/ripe-atlas-sagan/Manifest b/net-libs/ripe-atlas-sagan/Manifest
index f42cec3..d2e621c 100644
--- a/net-libs/ripe-atlas-sagan/Manifest
+++ b/net-libs/ripe-atlas-sagan/Manifest
@@ -1,2 +1,3 @@
DIST ripe.atlas.sagan-1.1.10.tar.gz 128425 SHA256 3831bf2bc66188c5764b3d0b3c0e5387b3d670d0a8839ed464a244c6ffe5288b SHA512 dab5aa200a77ca4f4a29b2cef79df7c12cee4e6ff2583e5cdf1e6e381b9ca4de2e4bf8c56e9856f9b79ed196f72304d62b8cbaa76b0aa9a5d5294559b8f6bbce WHIRLPOOL 576de474f85db1c6eb22ed897a08deeae9d071b132ae67502ab849753d49760abf7a0facf20eabfe2c15f10331c245237d07149d3cf8e4243cd6a6a50bd73d57
+DIST ripe.atlas.sagan-1.1.11.tar.gz 102136 SHA256 b51c464b6ef4f2cca0621bb1c4a2c626b58afbe9c32c5292c6ab7c8c1b705d08 SHA512 4c2ba0774be46cf9dc9eafe5904dd7915f21bfa047fcf5867d6e1a41a4370f70cc837d398368efa2f4b24750f655514287dcd5b97a1b47e725fba3f17f49d477 WHIRLPOOL 10db92116c0d9b9e0c739ca7468a193d3acaf24594548c5e1ff2c75e48f8f15f93025af6f9c630766c093c6ebc39d2dc409e45b27a15bcca4169f3be87bde548
DIST ripe.atlas.sagan-1.1.8.tar.gz 100037 SHA256 bb394f738570b0b0c18257856b61c730375d91996c8c726f9dcd367fd618b3d8 SHA512 9e89eff270d58ac0d69abf5c589a129b468ad7adbe49144eae9e3ee1a73ada3278efbf395aea02b612fd3b3b3db2996d68587f5465b1cec29de79b112cb20b53 WHIRLPOOL 7bb747e21a0ab6030e9fa1de827bfecddc34e596aadea5f9de2f05b13d6aff221982ed3a7bdd13256c6686e644b611bc80d395a401eaa0c0fda95f856b543339
diff --git a/net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.1.11.ebuild b/net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.1.11.ebuild
new file mode 100644
index 0000000..bce60c5
--- /dev/null
+++ b/net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.1.11.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python{3_4,3_5} )
+
+inherit distutils-r1
+
+MY_PN=${PN//-/.}
+DESCRIPTION="A parsing library for RIPE Atlas result strings"
+HOMEPAGE="https://atlas.ripe.net/"
+SRC_URI="mirror://pypi/${PN:0:1}/ripe.atlas.sagan/ripe.atlas.sagan-${PV}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+DOCS=( CHANGES.rst README.rst )
+
+S="${WORKDIR}/${MY_PN}-${PVR}"
+
+RDEPEND="
+ dev-python/python-dateutil[${PYTHON_USEDEP}]
+ dev-python/pytz[${PYTHON_USEDEP}]
+ dev-python/pyopenssl[${PYTHON_USEDEP}]
+ dev-python/ujson[${PYTHON_USEDEP}]"
+DEPEND="
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ test? (
+ ${RDEPEND}
+ dev-python/nose[${PYTHON_USEDEP}] )"
+
+python_test() {
+ nosetests --verbose || die "Tests failed with ${EPYTHON}"
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/ripe-atlas-sagan/
@ 2016-12-19 14:14 Tobias Klausmann
0 siblings, 0 replies; 11+ messages in thread
From: Tobias Klausmann @ 2016-12-19 14:14 UTC (permalink / raw
To: gentoo-commits
commit: f0043ce4ab248207988db45f048bdd73f567831e
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 19 14:13:21 2016 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Mon Dec 19 14:13:48 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0043ce4
net-libs/ripe-atlas-sagan-1.1.8-r0: stable on amd64
Gentoo-Bug: 575396
net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.1.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.1.8.ebuild b/net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.1.8.ebuild
index f586ce6..6fd909c 100644
--- a/net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.1.8.ebuild
+++ b/net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.1.8.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/ripe.atlas.sagan/ripe.atlas.sagan-${PVR}.tar.gz
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="test"
S="${WORKDIR}/${MY_PN}-${PVR}"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/ripe-atlas-sagan/
@ 2017-01-04 15:29 Agostino Sarubbo
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo @ 2017-01-04 15:29 UTC (permalink / raw
To: gentoo-commits
commit: 16aafec1ba3ae7dcade9683d35616d2769265b86
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 4 15:27:23 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Jan 4 15:29:46 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16aafec1
net-libs/ripe-atlas-sagan: x86 stable wrt bug #575396
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.1.8.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.1.8.ebuild b/net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.1.8.ebuild
index 6fd909c..9984c95 100644
--- a/net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.1.8.ebuild
+++ b/net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.1.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/ripe.atlas.sagan/ripe.atlas.sagan-${PVR}.tar.gz
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="test"
S="${WORKDIR}/${MY_PN}-${PVR}"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/ripe-atlas-sagan/
@ 2017-05-29 16:33 Pacho Ramos
0 siblings, 0 replies; 11+ messages in thread
From: Pacho Ramos @ 2017-05-29 16:33 UTC (permalink / raw
To: gentoo-commits
commit: 4a0d3e7c8c7e02db3b3f44d1f4b0db90906841c3
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon May 29 14:26:01 2017 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon May 29 16:32:36 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a0d3e7c
net-libs/ripe-atlas-sagan: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.1.11.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.1.11.ebuild b/net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.1.11.ebuild
index b4d681eb89d..93871434fc0 100644
--- a/net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.1.11.ebuild
+++ b/net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.1.11.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python{3_4,3_5} )
+PYTHON_COMPAT=( python2_7 python{3_4,3_5,3_6} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/ripe-atlas-sagan/
@ 2017-07-31 11:02 Tobias Klausmann
0 siblings, 0 replies; 11+ messages in thread
From: Tobias Klausmann @ 2017-07-31 11:02 UTC (permalink / raw
To: gentoo-commits
commit: 7b384eb47911c574d1d7559993f67f9e307a4c9d
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 31 11:02:28 2017 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Mon Jul 31 11:02:28 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b384eb4
net-libs/ripe-atlas-sagan-1.1.11-r0: amd64 stable
Gentoo-Bug: 625082
net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.1.11.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.1.11.ebuild b/net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.1.11.ebuild
index 93871434fc0..c8bdaa50e64 100644
--- a/net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.1.11.ebuild
+++ b/net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.1.11.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/ripe.atlas.sagan/ripe.atlas.sagan-${PV}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="test"
DOCS=( CHANGES.rst README.rst )
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/ripe-atlas-sagan/
@ 2017-08-05 10:06 Michael Palimaka
0 siblings, 0 replies; 11+ messages in thread
From: Michael Palimaka @ 2017-08-05 10:06 UTC (permalink / raw
To: gentoo-commits
commit: e2e9461e56143f34fad949a4993c621772b41ad9
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 5 10:02:06 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Aug 5 10:06:33 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2e9461e
net-libs/ripe-atlas-sagan: x86 stable
Gentoo-bug: 625082
Package-Manager: Portage-2.3.6, Repoman-2.3.3
net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.1.11.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.1.11.ebuild b/net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.1.11.ebuild
index c8bdaa50e64..e5b1ab37184 100644
--- a/net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.1.11.ebuild
+++ b/net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.1.11.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/ripe.atlas.sagan/ripe.atlas.sagan-${PV}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="test"
DOCS=( CHANGES.rst README.rst )
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/ripe-atlas-sagan/
@ 2017-11-14 23:37 Jonas Stein
0 siblings, 0 replies; 11+ messages in thread
From: Jonas Stein @ 2017-11-14 23:37 UTC (permalink / raw
To: gentoo-commits
commit: 8ff5c744b2d3efb6397f298616e3257da9b4b040
Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 14 23:31:27 2017 +0000
Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Tue Nov 14 23:37:02 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ff5c744
net-libs/ripe-atlas-sagan: Proxied maintainer retired
Proxied maintainer retired
Bug: https://bugs.gentoo.org/632796
Package-Manager: Portage-2.3.14, Repoman-2.3.5
net-libs/ripe-atlas-sagan/metadata.xml | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/net-libs/ripe-atlas-sagan/metadata.xml b/net-libs/ripe-atlas-sagan/metadata.xml
index b5451fd0a2c..9d97478d931 100644
--- a/net-libs/ripe-atlas-sagan/metadata.xml
+++ b/net-libs/ripe-atlas-sagan/metadata.xml
@@ -1,15 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>gentoo@danielquinn.org</email>
- <name>Daniel Quinn</name>
- <description>Proxied maintainer; set to assignee in all bugs</description>
- </maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
+<!-- maintainer-needed -->
<upstream>
<remote-id type="pypi">ripe.atlas.sagan</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2017-11-14 23:37 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-07 4:31 [gentoo-commits] repo/gentoo:master commit in: net-libs/ripe-atlas-sagan/ Ian Delaney
-- strict thread matches above, loose matches on Subject: below --
2017-11-14 23:37 Jonas Stein
2017-08-05 10:06 Michael Palimaka
2017-07-31 11:02 Tobias Klausmann
2017-05-29 16:33 Pacho Ramos
2017-01-04 15:29 Agostino Sarubbo
2016-12-19 14:14 Tobias Klausmann
2016-07-30 6:50 Patrice Clement
2016-04-03 18:47 Michael Palimaka
2016-03-22 9:36 Sergei Trofimovich
2015-12-17 7:56 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox