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 4C9AC139083 for ; Thu, 14 Dec 2017 13:39:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5CD6E0FD7; Thu, 14 Dec 2017 13:39:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C70B4E0FD7 for ; Thu, 14 Dec 2017 13:39:18 +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 AECDC33E4AD for ; Thu, 14 Dec 2017 13:39:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76030AE1D for ; Thu, 14 Dec 2017 13:39:16 +0000 (UTC) From: "Martin Mokrejs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Martin Mokrejs" Message-ID: <1513258740.703a6243da6024144f06dd815c4bee8b82e1879f.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/swissknife/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/swissknife/swissknife-1.72.ebuild sci-biology/swissknife/swissknife-1.73.ebuild X-VCS-Directories: sci-biology/swissknife/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: 703a6243da6024144f06dd815c4bee8b82e1879f X-VCS-Branch: master Date: Thu, 14 Dec 2017 13:39:16 +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: 824ce32f-36a7-4425-aaca-5af9d6796e3f X-Archives-Hash: b02f911b746898b859b80f851db52df3 commit: 703a6243da6024144f06dd815c4bee8b82e1879f Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Thu Dec 14 13:39:00 2017 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Thu Dec 14 13:39:00 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=703a6243 sci-biology/swissknife: version bump Package-Manager: Portage-2.3.16, Repoman-2.3.6 .../swissknife/{swissknife-1.72.ebuild => swissknife-1.73.ebuild} | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sci-biology/swissknife/swissknife-1.72.ebuild b/sci-biology/swissknife/swissknife-1.73.ebuild similarity index 84% rename from sci-biology/swissknife/swissknife-1.72.ebuild rename to sci-biology/swissknife/swissknife-1.73.ebuild index c25965910..be1a921a5 100644 --- a/sci-biology/swissknife/swissknife-1.72.ebuild +++ b/sci-biology/swissknife/swissknife-1.73.ebuild @@ -1,12 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit perl-module -MY_PV="${PV/./_}" - DESCRIPTION="Perl library of modules to manipulate SwissProt flatfiles" HOMEPAGE="http://swissknife.sourceforge.net/" SRC_URI="ftp://ftp.ebi.ac.uk/pub/software/swissprot/Swissknife/Swissknife_${PV}.tar.gz" @@ -24,4 +22,4 @@ RDEPEND="${DEPEND} SRC_TEST=no -S="${WORKDIR}"/Swissknife_${MY_PV} +S="${WORKDIR}"/Swissknife_${PV}