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 E38B6138331 for ; Tue, 10 Apr 2018 08:04:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E107E08F1; Tue, 10 Apr 2018 08:04:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E0824E0855 for ; Tue, 10 Apr 2018 08:04:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 03E63335C60 for ; Tue, 10 Apr 2018 08:04:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 723A727C for ; Tue, 10 Apr 2018 08:04:51 +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: <1523347455.c7cf1aceae01c92e1f580adf4e259a3d9b0b11b2.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python_orocos_kdl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python_orocos_kdl/Manifest dev-python/python_orocos_kdl/python_orocos_kdl-1.3.1-r1.ebuild X-VCS-Directories: dev-python/python_orocos_kdl/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: c7cf1aceae01c92e1f580adf4e259a3d9b0b11b2 X-VCS-Branch: master Date: Tue, 10 Apr 2018 08:04:51 +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: 632e1571-58d8-450a-9b1e-c9d02a3917e0 X-Archives-Hash: 4dc93d6edbeaf9acf7a53ce8ceba7f91 commit: c7cf1aceae01c92e1f580adf4e259a3d9b0b11b2 Author: Alexis Ballier gentoo org> AuthorDate: Mon Apr 9 12:33:01 2018 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Apr 10 08:04:15 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7cf1ace dev-python/python_orocos_kdl: Remove old Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-python/python_orocos_kdl/Manifest | 1 - .../python_orocos_kdl-1.3.1-r1.ebuild | 60 ---------------------- 2 files changed, 61 deletions(-) diff --git a/dev-python/python_orocos_kdl/Manifest b/dev-python/python_orocos_kdl/Manifest index 40912926d34..1e4e4131ca2 100644 --- a/dev-python/python_orocos_kdl/Manifest +++ b/dev-python/python_orocos_kdl/Manifest @@ -1,2 +1 @@ -DIST orocos_kinematics_dynamics-1.3.1.tar.gz 202471 BLAKE2B 46b7bdb62c09e9077b84d914b4d780995f27d486d9c734ef2ee1f8b8c2219265cdba5e63830225e2435b5760b79f00d478670e95b71666959afa773f8bcfe5ce SHA512 93abd9dd5aef3710f784f9db8eea4738458bffa5295923993e2d77656c18f7354559412fb7eb5f1e9da7112de19aa36d3f0f68f149852f955bce960fd3b719e7 DIST orocos_kinematics_dynamics-1.4.0.tar.gz 215004 BLAKE2B 02ca44195af2ae2bd5c2293869893c56846501e2055ca1cacef602ffdd44824fc618ed528d351ee2212b7c087ff5e69438ab87e9fb8813d8a4eb4c143fdbfd27 SHA512 7156465e2aff02f472933617512069355836a03a02d4587cfe03c1b1d667a9762a4e3ed6e055b2a44f1fce1b6746179203c7204389626a7b458dcab1b28930d8 diff --git a/dev-python/python_orocos_kdl/python_orocos_kdl-1.3.1-r1.ebuild b/dev-python/python_orocos_kdl/python_orocos_kdl-1.3.1-r1.ebuild deleted file mode 100644 index b251ab8dc3b..00000000000 --- a/dev-python/python_orocos_kdl/python_orocos_kdl-1.3.1-r1.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) - -SCM="" -if [ "${PV#9999}" != "${PV}" ] ; then - SCM="git-r3" - EGIT_REPO_URI="https://github.com/orocos/orocos_kinematics_dynamics" -fi - -inherit ${SCM} python-r1 cmake-utils - -if [ "${PV#9999}" != "${PV}" ] ; then - KEYWORDS="" - SRC_URI="" -else - KEYWORDS="~amd64 ~arm" - SRC_URI="https://github.com/orocos/orocos_kinematics_dynamics/archive/v${PV}.tar.gz -> orocos_kinematics_dynamics-${PV}.tar.gz" -fi - -DESCRIPTION="Python bindings for KDL" -HOMEPAGE="http://www.orocos.org/kdl" -LICENSE="LGPL-2.1" -SLOT="0" -IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND=" - ${PYTHON_DEPS} - sci-libs/orocos_kdl - dev-python/sip[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND}" - -if [ "${PV#9999}" != "${PV}" ] ; then - S=${WORKDIR}/${P}/python_orocos_kdl -else - S=${WORKDIR}/orocos_kinematics_dynamics-${PV}/python_orocos_kdl -fi - -src_configure() { - python_foreach_impl cmake-utils_src_configure -} - -src_compile() { - python_foreach_impl cmake-utils_src_compile -} - -src_test() { - python_foreach_impl cmake-utils_src_test -} - -src_install() { - python_foreach_impl cmake-utils_src_install - - # Need to have package.xml in our custom gentoo path - insinto /usr/share/ros_packages/${PN} - doins "${ED}/usr/share/${PN}/package.xml" -}