From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 933A31388C0 for ; Tue, 23 Feb 2016 18:14:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7816E07F7; Tue, 23 Feb 2016 18:14:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 26951E07ED for ; Tue, 23 Feb 2016 18:14:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1E6F0340B98 for ; Tue, 23 Feb 2016 18:14:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13D621B8A for ; Tue, 23 Feb 2016 18:14:20 +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: <1456251081.2dd79ffe98cc540d901dba62a91cffa141c21d8c.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/geneus/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/geneus/Manifest dev-ros/geneus/geneus-2.2.4.ebuild X-VCS-Directories: dev-ros/geneus/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 2dd79ffe98cc540d901dba62a91cffa141c21d8c X-VCS-Branch: master Date: Tue, 23 Feb 2016 18:14:20 +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: 21be5e71-21ae-4615-8634-e7d7fd0f2d98 X-Archives-Hash: f680e4b6c39b41bb6756a6166305f792 commit: 2dd79ffe98cc540d901dba62a91cffa141c21d8c Author: Alexis Ballier gentoo org> AuthorDate: Tue Feb 23 18:11:21 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Feb 23 18:11:21 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dd79ffe dev-ros/geneus: remove old Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/geneus/Manifest | 1 - dev-ros/geneus/geneus-2.2.4.ebuild | 19 ------------------- 2 files changed, 20 deletions(-) diff --git a/dev-ros/geneus/Manifest b/dev-ros/geneus/Manifest index 2ca191b..aa2e42e 100644 --- a/dev-ros/geneus/Manifest +++ b/dev-ros/geneus/Manifest @@ -1,2 +1 @@ -DIST geneus-2.2.4.tar.gz 13718 SHA256 879d9e328693a217698a8448d146961568fb1f79cee59146dc60cbacd63582f6 SHA512 8ccb23e2a3a1e47b605853edee49cc6d44cdbbf33839c56770ff5b61ca903064983d1580226f1d8f80cb3b62a1c84c210c5d6e25971b24666cc7d5271db7fce4 WHIRLPOOL cb2544c9bb7534ec7f6f76ef02a220d7f1a9e645488a6ce5e3f43b5d66097bd21379e2ce57e12ce4e3d7097b12a6e973ec8b3c62caafb8ccbeb6b4ee5818f956 DIST geneus-2.2.5.tar.gz 14230 SHA256 fc18dcca7185623b7059936e938bd4a93e3c8fd6a5b7f0eb80cf88625e0df49b SHA512 d3fb85e5ef05a8a2815a5eb65772994f1da8aa6455a72a4b68126c6ae0467cb0c79026e3a47983db873d696121a7e1996be2a3028cdc24e55f44baccce2e3f76 WHIRLPOOL 6730786ce548dca6dbc835ec1d611a357fbe027227f693d9dc0b3f705cb7c9464866da4d19ad0336f0432e9b1df0693fd2ab28725356ff73f17d44ce6b4a1a97 diff --git a/dev-ros/geneus/geneus-2.2.4.ebuild b/dev-ros/geneus/geneus-2.2.4.ebuild deleted file mode 100644 index 0788977..0000000 --- a/dev-ros/geneus/geneus-2.2.4.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# 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/jsk-ros-pkg/geneus" -KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) - -inherit ros-catkin - -DESCRIPTION="EusLisp ROS message and service generators" -LICENSE="BSD" -SLOT="0/${PV}" -IUSE="" - -RDEPEND="dev-ros/genmsg[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND}"