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 7C025138825 for ; Mon, 10 Nov 2014 15:14:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED504E0969; Mon, 10 Nov 2014 15:14:29 +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 1F1B2E095A for ; Mon, 10 Nov 2014 15:14:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E3C9F3404EA for ; Mon, 10 Nov 2014 15:14:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3699E9D8E for ; Mon, 10 Nov 2014 15:14:23 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1415625026.08f1d6e7c918030de198ccd353a39146e04d0ce8.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/fastdnaml/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/fastdnaml/ChangeLog sci-biology/fastdnaml/fastdnaml-1.2.2.ebuild sci-biology/fastdnaml/fastdnaml-1.2.2_p10.ebuild sci-biology/fastdnaml/metadata.xml X-VCS-Directories: sci-biology/fastdnaml/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 08f1d6e7c918030de198ccd353a39146e04d0ce8 X-VCS-Branch: master Date: Mon, 10 Nov 2014 15:14:23 +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: fdb721c6-8e45-4c80-b47c-69e60f14bfb8 X-Archives-Hash: eb56f052502f03107472e350baae1cc1 commit: 08f1d6e7c918030de198ccd353a39146e04d0ce8 Author: Justin Lecher gentoo org> AuthorDate: Mon Nov 10 13:10:26 2014 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Nov 10 13:10:26 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=08f1d6e7 sci-biology/fastdnaml: Bump EAPI; version Bump Package-Manager: portage-2.2.14 --- sci-biology/fastdnaml/ChangeLog | 8 +++++- sci-biology/fastdnaml/fastdnaml-1.2.2.ebuild | 33 ---------------------- sci-biology/fastdnaml/fastdnaml-1.2.2_p10.ebuild | 35 ++++++++++++++++++++++++ sci-biology/fastdnaml/metadata.xml | 10 +++---- 4 files changed, 47 insertions(+), 39 deletions(-) diff --git a/sci-biology/fastdnaml/ChangeLog b/sci-biology/fastdnaml/ChangeLog index 853bf03..64e9b6b 100644 --- a/sci-biology/fastdnaml/ChangeLog +++ b/sci-biology/fastdnaml/ChangeLog @@ -1,7 +1,13 @@ # ChangeLog for sci-biology/fastdnaml -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*fastdnaml-1.2.2_p10 (10 Nov 2014) + + 10 Nov 2014; Justin Lecher -fastdnaml-1.2.2.ebuild, + +fastdnaml-1.2.2_p10.ebuild, metadata.xml: + Bump EAPI; version Bump + 07 Jul 2008; weaver +metadata.xml, +fastdnaml-1.2.2.ebuild: New ebuild, bug 114089 diff --git a/sci-biology/fastdnaml/fastdnaml-1.2.2.ebuild b/sci-biology/fastdnaml/fastdnaml-1.2.2.ebuild deleted file mode 100644 index f1ca369..0000000 --- a/sci-biology/fastdnaml/fastdnaml-1.2.2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit eutils - -DEB_PATCHLVL=8 - -DESCRIPTION="Maximum likelihood phylogenetic tree builder for DNA sequences" -HOMEPAGE="http://directory.fsf.org/project/fastDNAml/" -SRC_URI="mirror://debian/pool/main/f/fastdnaml/${PN}_${PV}.orig.tar.gz - mirror://debian/pool/main/f/fastdnaml/${PN}_${PV}-${DEB_PATCHLVL}.diff.gz" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" -KEYWORDS="~amd64 ~x86" - -DEPEND="" -RDEPEND="" - -src_unpack() { - unpack ${A} - mv "${WORKDIR}/fastDNAml_${PV}" "${WORKDIR}/${P}" - epatch "${WORKDIR}/${PN}_${PV}-${DEB_PATCHLVL}.diff" -} - -src_install() { - mkdir -p "${D}"/usr/{bin,lib/fastdnaml/bin} || die - emake DESTDIR="${D}" install || die - dodoc docs/* - doman debian/fastDNAml.1 -} diff --git a/sci-biology/fastdnaml/fastdnaml-1.2.2_p10.ebuild b/sci-biology/fastdnaml/fastdnaml-1.2.2_p10.ebuild new file mode 100644 index 0000000..8b67c3c --- /dev/null +++ b/sci-biology/fastdnaml/fastdnaml-1.2.2_p10.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit eutils + +DEB_PATCHLVL=10 + +DESCRIPTION="Maximum likelihood phylogenetic tree builder for DNA sequences" +HOMEPAGE="http://directory.fsf.org/project/fastDNAml/" +SRC_URI=" + mirror://debian/pool/main/f/fastdnaml/${PN}_${PV%%_p${DEB_PATCHLVL}}.orig.tar.gz + mirror://debian/pool/main/f/fastdnaml/${PN}_${PV/_p/-}.debian.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +IUSE="" +KEYWORDS="~amd64 ~x86" + +S="${WORKDIR}"/fastDNAml_${PV/_p/-} + +src_prepare() { + mv ../debian . || die + EPATCH_OPTS="-p1" \ + epatch debian/patches/*patch +} + +src_install() { + dodir /usr/{bin,lib/fastdnaml/bin} + default + dodoc docs/* + doman debian/fastDNAml.1 +} diff --git a/sci-biology/fastdnaml/metadata.xml b/sci-biology/fastdnaml/metadata.xml index 3302123..fc7c769 100644 --- a/sci-biology/fastdnaml/metadata.xml +++ b/sci-biology/fastdnaml/metadata.xml @@ -1,9 +1,9 @@ - - weaver@gentoo.org - Andrey Kislyuk - - sci-biology + + weaver@gentoo.org + Andrey Kislyuk + + sci-biology