public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rospkg/
Date: Mon, 27 Feb 2017 10:49:19 +0000 (UTC)	[thread overview]
Message-ID: <1488192548.9824ab0e4cb78459220ff8d5d3eac42938187201.aballier@gentoo> (raw)

commit:     9824ab0e4cb78459220ff8d5d3eac42938187201
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 27 10:10:22 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Feb 27 10:49:08 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9824ab0e

dev-python/rospkg: remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/rospkg/Manifest                |  1 -
 dev-python/rospkg/rospkg-1.0.41-r1.ebuild | 45 -------------------------------
 2 files changed, 46 deletions(-)

diff --git a/dev-python/rospkg/Manifest b/dev-python/rospkg/Manifest
index 80ad25c2fe..20f45e721c 100644
--- a/dev-python/rospkg/Manifest
+++ b/dev-python/rospkg/Manifest
@@ -1,2 +1 @@
-DIST rospkg-1.0.41.tar.gz 89625 SHA256 19e0ebf751a716e312ad848ab2b545f6634d87573109b6164438db210f1f1c12 SHA512 d831ed5da8c5cf8d01cafcb83c879ef17647bdd8ec40f58e27766c5843bba118553daa932e18d9448120ce0be3e89f20a0ddd728c38ce47b2b3a41fb537123b5 WHIRLPOOL cb1e3a5dec83f0b1612df8dbbf46c845f970916259084fd9c2b8b80d0bb8ea0bc59bf064685461ec64637259c36cedb45f4f431656627beedfddf0c915ad4762
 DIST rospkg-1.1.0.tar.gz 89282 SHA256 e1a7c0025c565a969a32d75407f4fc9ae51c0676a40aa0d86c65cac7779fc760 SHA512 0b38eb9fec701ff27842870c4d089f2deede1558f41a02004a8f2eb3fb639dac9c744086794f756b94dc108483ca433ffe4bff33be3031f496e90059f3f5c65b WHIRLPOOL 5c89ef46a0e5372725617f17ef3cf5daa474ed6de1c57884e6b1e49069f93d2aebfe6a176ecb0ae5c8d69def5091432b99b481d81b0d69893fb53c3dce9360f6

diff --git a/dev-python/rospkg/rospkg-1.0.41-r1.ebuild b/dev-python/rospkg/rospkg-1.0.41-r1.ebuild
deleted file mode 100644
index b1e0b7c703..0000000000
--- a/dev-python/rospkg/rospkg-1.0.41-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy{,3} )
-
-SCM=""
-if [ "${PV#9999}" != "${PV}" ] ; then
-	SCM="git-r3"
-	EGIT_REPO_URI="https://github.com/ros-infrastructure/rospkg"
-fi
-
-inherit ${SCM} distutils-r1
-
-DESCRIPTION="Standalone Python library for the ROS package system"
-HOMEPAGE="http://wiki.ros.org/rospkg"
-if [ "${PV#9999}" != "${PV}" ] ; then
-	SRC_URI=""
-	KEYWORDS=""
-	# Needed for tests
-	S="${WORKDIR}/${PN}"
-	EGIT_CHECKOUT_DIR="${S}"
-else
-	SRC_URI="http://download.ros.org/downloads/${PN}/${P}.tar.gz
-		https://github.com/ros-infrastructure/rospkg/archive/${PV}.tar.gz -> ${P}.tar.gz
-	"
-	KEYWORDS="~amd64 ~arm"
-fi
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="test"
-
-RDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-	test? (
-		dev-python/nose[${PYTHON_USEDEP}]
-		dev-python/coverage[${PYTHON_USEDEP}]
-	)
-"
-
-python_test() {
-	nosetests --with-coverage --cover-package=rospkg --with-xunit test || die
-}


             reply	other threads:[~2017-02-27 10:49 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-27 10:49 Alexis Ballier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-03-19 14:02 [gentoo-commits] repo/gentoo:master commit in: dev-python/rospkg/ Arthur Zamarin
2022-03-19 14:02 Arthur Zamarin
2021-09-23 14:07 Arthur Zamarin
2021-08-06 14:35 Alexis Ballier
2020-10-13 11:31 Alexis Ballier
2020-08-17 12:53 Sam James
2020-08-04 17:16 Joonas Niilola
2020-08-04 16:00 Alexis Ballier
2020-07-27 12:11 Alexis Ballier
2020-04-14 12:54 Alexis Ballier
2020-02-06  5:59 Michał Górny
2019-12-11 15:26 Alexis Ballier
2019-12-11 15:26 Alexis Ballier
2019-05-17 16:28 Alexis Ballier
2018-08-17 13:08 Alexis Ballier
2018-02-12 14:03 Alexis Ballier
2017-12-08 18:44 Alexis Ballier
2017-12-08 18:44 Alexis Ballier
2017-10-14 11:41 Alexis Ballier
2017-10-14 11:41 Alexis Ballier
2017-09-28 12:50 Alexis Ballier
2017-09-28 12:50 Alexis Ballier
2017-08-15  6:25 Alexis Ballier
2017-04-12 19:20 Alexis Ballier
2017-02-28 11:27 Alexis Ballier
2017-02-27 10:49 Alexis Ballier
2017-02-09 17:46 Alexis Ballier
2016-10-07 15:55 Alexis Ballier
2016-09-29 12:53 Alexis Ballier
2016-09-01 10:39 Alexis Ballier
2016-04-25  8:57 Alexis Ballier
2016-02-23 18:38 Alexis Ballier
2015-10-24  9:02 Alexis Ballier
2015-10-13  7:59 Alexis Ballier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1488192548.9824ab0e4cb78459220ff8d5d3eac42938187201.aballier@gentoo \
    --to=aballier@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox