From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6C94D139694 for ; Thu, 9 Feb 2017 17:46:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8F78E0D52; Thu, 9 Feb 2017 17:46:26 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B951EE0D52 for ; Thu, 9 Feb 2017 17:46:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E46F134106E for ; Thu, 9 Feb 2017 17:46:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1ED063EAD for ; Thu, 9 Feb 2017 17:46:13 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1486662361.4e14eef0c796ea8cabbc740dc0a8c3f1f1fb41ea.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/genpy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/genpy/Manifest dev-ros/genpy/genpy-0.6.2.ebuild X-VCS-Directories: dev-ros/genpy/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 4e14eef0c796ea8cabbc740dc0a8c3f1f1fb41ea X-VCS-Branch: master Date: Thu, 9 Feb 2017 17:46:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 35e86bfb-e46f-498b-b143-e716016e22db X-Archives-Hash: 65290b52f5ee3582e6ed3a4d32696d3e commit: 4e14eef0c796ea8cabbc740dc0a8c3f1f1fb41ea Author: Alexis Ballier gentoo org> AuthorDate: Thu Feb 9 16:36:01 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Feb 9 17:46:01 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e14eef0 dev-ros/genpy: remove old Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-ros/genpy/Manifest | 1 - dev-ros/genpy/genpy-0.6.2.ebuild | 34 ---------------------------------- 2 files changed, 35 deletions(-) diff --git a/dev-ros/genpy/Manifest b/dev-ros/genpy/Manifest index 5785a9bfdd..72340c729b 100644 --- a/dev-ros/genpy/Manifest +++ b/dev-ros/genpy/Manifest @@ -1,2 +1 @@ -DIST genpy-0.6.2.tar.gz 60939 SHA256 dc1a77d534702136f635b110eb20a4072e5946ff8aa237f5bae2cb37c298e922 SHA512 39fa71f113dbc0165ef7d0aa7d7a60795f8919649fbae46a9e4e3e9020c60df91f979f19283a7ea20803f6d97ec3f0e12bb19a788033e499e1f1c84587bfae4b WHIRLPOOL a0f665d419e886d8f3a0f8aa5725e6e6e32fdd889b4b1ea1fc6939c16c01970d904ecb6df63613f037348df7b06738184ffc41af0d66d90519876e9aa11ccfb3 DIST genpy-0.6.3.tar.gz 51545 SHA256 35448838e3054aeb520f49afe64b8bd9cb7ed944ed07471d2b6e7d5560d68540 SHA512 63748f70aa32e760d044b54c1c64a44e972fe34f0fd3317f66cbbc59f2662117c150c9d892db37b8b621e5c0687a83673575f088f5ac4f7d4b7c6020e75cdb07 WHIRLPOOL b28ce5245129516e487742693a5f5f5a9918563e52658f8c097d7f750e333636d2f7f2743d648654c56c9dbb9a5acd0dae93a02683bb662231c9fc40ce8d335e diff --git a/dev-ros/genpy/genpy-0.6.2.ebuild b/dev-ros/genpy/genpy-0.6.2.ebuild deleted file mode 100644 index d7ce7af9a1..0000000000 --- a/dev-ros/genpy/genpy-0.6.2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -ROS_REPO_URI="https://github.com/ros/genpy" -KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) - -inherit ros-catkin - -DESCRIPTION="Python ROS message and service generators" -HOMEPAGE="http://wiki.ros.org/genpy" -LICENSE="BSD" -SLOT="0/${PV}" -IUSE="" - -RDEPEND="dev-ros/genmsg[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - test? ( - dev-python/pyyaml[${PYTHON_USEDEP}] - dev-python/nose[${PYTHON_USEDEP}] - ) -" - -python_test() { - cd "${BUILD_DIR}" - PYTHONPATH="${S}/src" nosetests --verbose -w "${S}/test" || die -} - -src_test() { - python_foreach_impl python_test -}