public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/angles/
@ 2015-09-22 16:14 Alexis Ballier
  0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier @ 2015-09-22 16:14 UTC (permalink / raw
  To: gentoo-commits

commit:     5af8fc2c7b0bff9cc73c1589404169c009c2bbe3
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 22 16:12:07 2015 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Sep 22 16:12:07 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5af8fc2c

dev-ros/angles: Initial import. Ebuild by me.

Package-Manager: portage-2.2.21

 dev-ros/angles/Manifest             |  1 +
 dev-ros/angles/angles-1.9.10.ebuild | 19 +++++++++++++++++++
 dev-ros/angles/angles-9999.ebuild   | 19 +++++++++++++++++++
 dev-ros/angles/metadata.xml         |  5 +++++
 4 files changed, 44 insertions(+)

diff --git a/dev-ros/angles/Manifest b/dev-ros/angles/Manifest
new file mode 100644
index 0000000..b61108b
--- /dev/null
+++ b/dev-ros/angles/Manifest
@@ -0,0 +1 @@
+DIST angles-1.9.10.tar.gz 5963 SHA256 a2e65c887b6bfadfcd4ead4f4fefd34b5c73120f63d8ae5a2f0f4de5f6b7ad58 SHA512 722657c7b16efad50a2c522da8f99e5eaafa2d3ad946ef2aba4a3275a0cdd5cd71d3a951fd979f4e96013bcd7400cc20ce07c437f0c0fe27afe7a9270ddcbab7 WHIRLPOOL 7a9ef2f2233856039f1aa6df140257c77dfa04a8fd0b9514c5dfae269794679f1e55c025171f923d47f6f93bba813456bd448cde4f86e47f13d20a0726db7bfe

diff --git a/dev-ros/angles/angles-1.9.10.ebuild b/dev-ros/angles/angles-1.9.10.ebuild
new file mode 100644
index 0000000..59abc35
--- /dev/null
+++ b/dev-ros/angles/angles-1.9.10.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+ROS_REPO_URI="https://github.com/ros/angles"
+KEYWORDS="~amd64 ~arm"
+
+inherit ros-catkin
+
+DESCRIPTION="Set of simple math utilities to work with angles"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="dev-python/pyxml"
+DEPEND="${RDEPEND}
+	test? ( dev-cpp/gtest )"

diff --git a/dev-ros/angles/angles-9999.ebuild b/dev-ros/angles/angles-9999.ebuild
new file mode 100644
index 0000000..59abc35
--- /dev/null
+++ b/dev-ros/angles/angles-9999.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+ROS_REPO_URI="https://github.com/ros/angles"
+KEYWORDS="~amd64 ~arm"
+
+inherit ros-catkin
+
+DESCRIPTION="Set of simple math utilities to work with angles"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="dev-python/pyxml"
+DEPEND="${RDEPEND}
+	test? ( dev-cpp/gtest )"

diff --git a/dev-ros/angles/metadata.xml b/dev-ros/angles/metadata.xml
new file mode 100644
index 0000000..c42ea5b
--- /dev/null
+++ b/dev-ros/angles/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>ros</herd>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/angles/
@ 2016-08-01 14:42 Alexis Ballier
  0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier @ 2016-08-01 14:42 UTC (permalink / raw
  To: gentoo-commits

commit:     75e32fade67e6f4f1b22b573477542e3597192cd
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  1 14:41:56 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Aug  1 14:41:56 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75e32fad

dev-ros/angles: Set ROS_SUBDIR to avoid automatic and useless recursion.

Might help in bug #589972

Package-Manager: portage-2.3.0

 dev-ros/angles/angles-1.9.10.ebuild | 3 ++-
 dev-ros/angles/angles-9999.ebuild   | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-ros/angles/angles-1.9.10.ebuild b/dev-ros/angles/angles-1.9.10.ebuild
index 59abc35..63761f4 100644
--- a/dev-ros/angles/angles-1.9.10.ebuild
+++ b/dev-ros/angles/angles-1.9.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -6,6 +6,7 @@ EAPI=5
 
 ROS_REPO_URI="https://github.com/ros/angles"
 KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
 
 inherit ros-catkin
 

diff --git a/dev-ros/angles/angles-9999.ebuild b/dev-ros/angles/angles-9999.ebuild
index 59abc35..63761f4 100644
--- a/dev-ros/angles/angles-9999.ebuild
+++ b/dev-ros/angles/angles-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -6,6 +6,7 @@ EAPI=5
 
 ROS_REPO_URI="https://github.com/ros/angles"
 KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
 
 inherit ros-catkin
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/angles/
@ 2017-04-18 11:17 Alexis Ballier
  0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier @ 2017-04-18 11:17 UTC (permalink / raw
  To: gentoo-commits

commit:     60afcab05ea413548624712f3df6da51f57740c7
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 18 09:54:28 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Apr 18 11:17:34 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60afcab0

dev-ros/angles: remove useless pyxml dep

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ros/angles/angles-1.9.11.ebuild | 2 +-
 dev-ros/angles/angles-9999.ebuild   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ros/angles/angles-1.9.11.ebuild b/dev-ros/angles/angles-1.9.11.ebuild
index 478c75c27e4..371cc7eb086 100644
--- a/dev-ros/angles/angles-1.9.11.ebuild
+++ b/dev-ros/angles/angles-1.9.11.ebuild
@@ -14,6 +14,6 @@ LICENSE="BSD"
 SLOT="0"
 IUSE=""
 
-RDEPEND="dev-python/pyxml"
+RDEPEND=""
 DEPEND="${RDEPEND}
 	test? ( dev-cpp/gtest )"

diff --git a/dev-ros/angles/angles-9999.ebuild b/dev-ros/angles/angles-9999.ebuild
index bb1e6de93a2..371cc7eb086 100644
--- a/dev-ros/angles/angles-9999.ebuild
+++ b/dev-ros/angles/angles-9999.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
 
 EAPI=5
@@ -14,6 +14,6 @@ LICENSE="BSD"
 SLOT="0"
 IUSE=""
 
-RDEPEND="dev-python/pyxml"
+RDEPEND=""
 DEPEND="${RDEPEND}
 	test? ( dev-cpp/gtest )"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/angles/
@ 2017-04-18 11:17 Alexis Ballier
  0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier @ 2017-04-18 11:17 UTC (permalink / raw
  To: gentoo-commits

commit:     923acb5154157755b66447c81a087250d63e8788
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 18 09:50:38 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Apr 18 11:17:34 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=923acb51

dev-ros/angles: Bump to 1.9.11

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ros/angles/Manifest             |  1 +
 dev-ros/angles/angles-1.9.11.ebuild | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/dev-ros/angles/Manifest b/dev-ros/angles/Manifest
index b61108bb40e..a03285e402a 100644
--- a/dev-ros/angles/Manifest
+++ b/dev-ros/angles/Manifest
@@ -1 +1,2 @@
 DIST angles-1.9.10.tar.gz 5963 SHA256 a2e65c887b6bfadfcd4ead4f4fefd34b5c73120f63d8ae5a2f0f4de5f6b7ad58 SHA512 722657c7b16efad50a2c522da8f99e5eaafa2d3ad946ef2aba4a3275a0cdd5cd71d3a951fd979f4e96013bcd7400cc20ce07c437f0c0fe27afe7a9270ddcbab7 WHIRLPOOL 7a9ef2f2233856039f1aa6df140257c77dfa04a8fd0b9514c5dfae269794679f1e55c025171f923d47f6f93bba813456bd448cde4f86e47f13d20a0726db7bfe
+DIST angles-1.9.11.tar.gz 8317 SHA256 c453dc462585320e57e4086f47f3be618ec7a2e83610895ccfdbd31d5d4993f4 SHA512 e9b3a13ffeae1909e6306df9d2996d684decb6da82c836742f77c7c609b5de6eb75227ab83c4670359a58f32aa71ad7910ffd3e65af7354d5ab14d0ffaf36c58 WHIRLPOOL 4bb205a83da8c2e427c66aa57628d43f9adb97fba8e01a1d2d965fa1b03c23769a71fa34cb36bd483a37e4e4bf2d61e9e63a5e86d31f72f4f03b9bcbbbb9958d

diff --git a/dev-ros/angles/angles-1.9.11.ebuild b/dev-ros/angles/angles-1.9.11.ebuild
new file mode 100644
index 00000000000..478c75c27e4
--- /dev/null
+++ b/dev-ros/angles/angles-1.9.11.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+ROS_REPO_URI="https://github.com/ros/angles"
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Set of simple math utilities to work with angles"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="dev-python/pyxml"
+DEPEND="${RDEPEND}
+	test? ( dev-cpp/gtest )"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/angles/
@ 2017-04-18 11:17 Alexis Ballier
  0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier @ 2017-04-18 11:17 UTC (permalink / raw
  To: gentoo-commits

commit:     f3277615ce6f5952b6ed0a317991b71a37986b07
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 18 09:56:21 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Apr 18 11:17:34 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3277615

dev-ros/angles: Add missing PYTHON_COMPAT

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ros/angles/angles-1.9.11.ebuild | 1 +
 dev-ros/angles/angles-9999.ebuild   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/dev-ros/angles/angles-1.9.11.ebuild b/dev-ros/angles/angles-1.9.11.ebuild
index 371cc7eb086..56355d8a805 100644
--- a/dev-ros/angles/angles-1.9.11.ebuild
+++ b/dev-ros/angles/angles-1.9.11.ebuild
@@ -6,6 +6,7 @@ EAPI=5
 ROS_REPO_URI="https://github.com/ros/angles"
 KEYWORDS="~amd64 ~arm"
 ROS_SUBDIR=${PN}
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
 
 inherit ros-catkin
 

diff --git a/dev-ros/angles/angles-9999.ebuild b/dev-ros/angles/angles-9999.ebuild
index 371cc7eb086..56355d8a805 100644
--- a/dev-ros/angles/angles-9999.ebuild
+++ b/dev-ros/angles/angles-9999.ebuild
@@ -6,6 +6,7 @@ EAPI=5
 ROS_REPO_URI="https://github.com/ros/angles"
 KEYWORDS="~amd64 ~arm"
 ROS_SUBDIR=${PN}
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
 
 inherit ros-catkin
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/angles/
@ 2017-04-18 11:17 Alexis Ballier
  0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier @ 2017-04-18 11:17 UTC (permalink / raw
  To: gentoo-commits

commit:     91c6ba98f0300aa704a2c8c385554bf6d39caf5b
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 18 09:54:46 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Apr 18 11:17:34 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91c6ba98

dev-ros/angles: remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ros/angles/Manifest             |  1 -
 dev-ros/angles/angles-1.9.10.ebuild | 19 -------------------
 2 files changed, 20 deletions(-)

diff --git a/dev-ros/angles/Manifest b/dev-ros/angles/Manifest
index a03285e402a..664fd074108 100644
--- a/dev-ros/angles/Manifest
+++ b/dev-ros/angles/Manifest
@@ -1,2 +1 @@
-DIST angles-1.9.10.tar.gz 5963 SHA256 a2e65c887b6bfadfcd4ead4f4fefd34b5c73120f63d8ae5a2f0f4de5f6b7ad58 SHA512 722657c7b16efad50a2c522da8f99e5eaafa2d3ad946ef2aba4a3275a0cdd5cd71d3a951fd979f4e96013bcd7400cc20ce07c437f0c0fe27afe7a9270ddcbab7 WHIRLPOOL 7a9ef2f2233856039f1aa6df140257c77dfa04a8fd0b9514c5dfae269794679f1e55c025171f923d47f6f93bba813456bd448cde4f86e47f13d20a0726db7bfe
 DIST angles-1.9.11.tar.gz 8317 SHA256 c453dc462585320e57e4086f47f3be618ec7a2e83610895ccfdbd31d5d4993f4 SHA512 e9b3a13ffeae1909e6306df9d2996d684decb6da82c836742f77c7c609b5de6eb75227ab83c4670359a58f32aa71ad7910ffd3e65af7354d5ab14d0ffaf36c58 WHIRLPOOL 4bb205a83da8c2e427c66aa57628d43f9adb97fba8e01a1d2d965fa1b03c23769a71fa34cb36bd483a37e4e4bf2d61e9e63a5e86d31f72f4f03b9bcbbbb9958d

diff --git a/dev-ros/angles/angles-1.9.10.ebuild b/dev-ros/angles/angles-1.9.10.ebuild
deleted file mode 100644
index bb1e6de93a2..00000000000
--- a/dev-ros/angles/angles-1.9.10.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-ROS_REPO_URI="https://github.com/ros/angles"
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Set of simple math utilities to work with angles"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-python/pyxml"
-DEPEND="${RDEPEND}
-	test? ( dev-cpp/gtest )"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/angles/
@ 2020-07-16 17:35 Alexis Ballier
  0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier @ 2020-07-16 17:35 UTC (permalink / raw
  To: gentoo-commits

commit:     1931224674f6af3ca64b00292aa3d132ac9550fd
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 16 17:28:06 2020 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Jul 16 17:34:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19312246

dev-ros/angles: bump eapi

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ros/angles/Manifest                                     | 1 +
 dev-ros/angles/{angles-9999.ebuild => angles-1.9.13.ebuild} | 3 +--
 dev-ros/angles/angles-9999.ebuild                           | 3 +--
 3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-ros/angles/Manifest b/dev-ros/angles/Manifest
index c70f80a1fd6..03eb2908404 100644
--- a/dev-ros/angles/Manifest
+++ b/dev-ros/angles/Manifest
@@ -1 +1,2 @@
 DIST angles-1.9.11.tar.gz 8317 BLAKE2B 12fcae35abb3f1b013e2830d330f0f0f1d6bf7d0b245e37f853bf9cfc4584e291ac8253f15c921ea4f7b3176fd98d6c0b7c0bf98ad2e6f85b55e086e0be17be0 SHA512 e9b3a13ffeae1909e6306df9d2996d684decb6da82c836742f77c7c609b5de6eb75227ab83c4670359a58f32aa71ad7910ffd3e65af7354d5ab14d0ffaf36c58
+DIST angles-1.9.13.tar.gz 10511 BLAKE2B b38a330e8dda296cf68db152a52e046a2925a1b45e6c9e1a508c3b2f030f93bbef15b5b6d54f95a0dc93a28e109f583466b007117847e5a42e93322c8705e042 SHA512 fe2f2bd3f415b41db2f8c1d40d5277589dd1225bfb784c03bae4560104d5696a83912a2a3bd8d612ced9884e4016e5ed9490b4c66a4da089dbe4477bb2b188a4

diff --git a/dev-ros/angles/angles-9999.ebuild b/dev-ros/angles/angles-1.9.13.ebuild
similarity index 88%
copy from dev-ros/angles/angles-9999.ebuild
copy to dev-ros/angles/angles-1.9.13.ebuild
index a2832af02cb..5c99989816b 100644
--- a/dev-ros/angles/angles-9999.ebuild
+++ b/dev-ros/angles/angles-1.9.13.ebuild
@@ -1,12 +1,11 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 ROS_REPO_URI="https://github.com/ros/angles"
 KEYWORDS="~amd64 ~arm"
 ROS_SUBDIR=${PN}
-PYTHON_COMPAT=( python{2_7,3_6} pypy3 )
 
 inherit ros-catkin
 

diff --git a/dev-ros/angles/angles-9999.ebuild b/dev-ros/angles/angles-9999.ebuild
index a2832af02cb..5c99989816b 100644
--- a/dev-ros/angles/angles-9999.ebuild
+++ b/dev-ros/angles/angles-9999.ebuild
@@ -1,12 +1,11 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 ROS_REPO_URI="https://github.com/ros/angles"
 KEYWORDS="~amd64 ~arm"
 ROS_SUBDIR=${PN}
-PYTHON_COMPAT=( python{2_7,3_6} pypy3 )
 
 inherit ros-catkin
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/angles/
@ 2020-07-16 17:35 Alexis Ballier
  0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier @ 2020-07-16 17:35 UTC (permalink / raw
  To: gentoo-commits

commit:     b5e1cad1fae8c94387f975be32cada0d6bf9997f
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 16 17:28:22 2020 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Jul 16 17:34:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5e1cad1

dev-ros/angles: Remove old

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ros/angles/Manifest             |  1 -
 dev-ros/angles/angles-1.9.11.ebuild | 20 --------------------
 2 files changed, 21 deletions(-)

diff --git a/dev-ros/angles/Manifest b/dev-ros/angles/Manifest
index 03eb2908404..1b4197e8cf6 100644
--- a/dev-ros/angles/Manifest
+++ b/dev-ros/angles/Manifest
@@ -1,2 +1 @@
-DIST angles-1.9.11.tar.gz 8317 BLAKE2B 12fcae35abb3f1b013e2830d330f0f0f1d6bf7d0b245e37f853bf9cfc4584e291ac8253f15c921ea4f7b3176fd98d6c0b7c0bf98ad2e6f85b55e086e0be17be0 SHA512 e9b3a13ffeae1909e6306df9d2996d684decb6da82c836742f77c7c609b5de6eb75227ab83c4670359a58f32aa71ad7910ffd3e65af7354d5ab14d0ffaf36c58
 DIST angles-1.9.13.tar.gz 10511 BLAKE2B b38a330e8dda296cf68db152a52e046a2925a1b45e6c9e1a508c3b2f030f93bbef15b5b6d54f95a0dc93a28e109f583466b007117847e5a42e93322c8705e042 SHA512 fe2f2bd3f415b41db2f8c1d40d5277589dd1225bfb784c03bae4560104d5696a83912a2a3bd8d612ced9884e4016e5ed9490b4c66a4da089dbe4477bb2b188a4

diff --git a/dev-ros/angles/angles-1.9.11.ebuild b/dev-ros/angles/angles-1.9.11.ebuild
deleted file mode 100644
index a2832af02cb..00000000000
--- a/dev-ros/angles/angles-1.9.11.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-ROS_REPO_URI="https://github.com/ros/angles"
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=${PN}
-PYTHON_COMPAT=( python{2_7,3_6} pypy3 )
-
-inherit ros-catkin
-
-DESCRIPTION="Set of simple math utilities to work with angles"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-	test? ( dev-cpp/gtest )"


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

end of thread, other threads:[~2020-07-16 17:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-18 11:17 [gentoo-commits] repo/gentoo:master commit in: dev-ros/angles/ Alexis Ballier
  -- strict thread matches above, loose matches on Subject: below --
2020-07-16 17:35 Alexis Ballier
2020-07-16 17:35 Alexis Ballier
2017-04-18 11:17 Alexis Ballier
2017-04-18 11:17 Alexis Ballier
2017-04-18 11:17 Alexis Ballier
2016-08-01 14:42 Alexis Ballier
2015-09-22 16:14 Alexis Ballier

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