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 2BE52139085 for ; Sat, 31 Dec 2016 12:01:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7776D21C03E; Sat, 31 Dec 2016 12:01:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 4080521C028 for ; Sat, 31 Dec 2016 12:01:52 +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 872123416F3 for ; Sat, 31 Dec 2016 12:01:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB13824E9 for ; Sat, 31 Dec 2016 12:01:48 +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: <1483185704.5457831dfb1497739632d125a51dfe83522197e3.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.ebuild X-VCS-Directories: dev-python/python_orocos_kdl/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 5457831dfb1497739632d125a51dfe83522197e3 X-VCS-Branch: master Date: Sat, 31 Dec 2016 12:01:48 +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: 4d546bb6-f019-44ae-98bd-3058a16f530c X-Archives-Hash: f451f0ce2021f6abc59a168356d7a947 commit: 5457831dfb1497739632d125a51dfe83522197e3 Author: Alexis Ballier gentoo org> AuthorDate: Sat Dec 31 12:01:34 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sat Dec 31 12:01:44 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5457831d dev-python/python_orocos_kdl: bump to 1.3.1 Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-python/python_orocos_kdl/Manifest | 1 + .../python_orocos_kdl-1.3.1.ebuild | 57 ++++++++++++++++++++++ 2 files changed, 58 insertions(+) diff --git a/dev-python/python_orocos_kdl/Manifest b/dev-python/python_orocos_kdl/Manifest index 1e0cce1..a695dc0 100644 --- a/dev-python/python_orocos_kdl/Manifest +++ b/dev-python/python_orocos_kdl/Manifest @@ -1 +1,2 @@ DIST orocos_kinematics_dynamics-1.3.0.tar.gz 200229 SHA256 7be2dd5e4f4c1ceac2cdf1f4fae3d94d4ffd9fc1af8d483c05f04e80ef84b3f9 SHA512 09ff63f74f1eac3ee8b1090364e0d95b4ae96c9d4435ca34adacb3ded7385f948ddca9be2c1c2c2214c9342b17bbffb7da89ba9b7cd402e7fd4f2c6dbd06a930 WHIRLPOOL 4085fa4aba77e0c24a3c1aab4ab5f98e8b349037525e6a596ff027075ea1dcd33c4f13fa3abd61bbe6a2a3bd13b62616d7b614c030ecda8343be3ed59406bae6 +DIST orocos_kinematics_dynamics-1.3.1.tar.gz 202471 SHA256 aff361d2b4e2c6d30ae959308a124022eeef5dc5bea2ce779900f9b36b0537bd SHA512 93abd9dd5aef3710f784f9db8eea4738458bffa5295923993e2d77656c18f7354559412fb7eb5f1e9da7112de19aa36d3f0f68f149852f955bce960fd3b719e7 WHIRLPOOL b7b4d897f4d5f170b73fe5bb48e357051ae37a244b9c44e8c2f120d71fc75c80cc1f69d30cb1463bbe10658ba0af98965f18f3055436910f24ebaab0ce1bd8e7 diff --git a/dev-python/python_orocos_kdl/python_orocos_kdl-1.3.1.ebuild b/dev-python/python_orocos_kdl/python_orocos_kdl-1.3.1.ebuild new file mode 100644 index 00000000..89a4b94 --- /dev/null +++ b/dev-python/python_orocos_kdl/python_orocos_kdl-1.3.1.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2016 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} ) + +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="" + +RDEPEND=" + sci-libs/orocos_kdl + dev-python/sip[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}" +PATCHES=( "${FILESDIR}/gentoo.patch" ) + +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 +}