diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-03-28 18:02:43 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-03-28 18:02:43 +0000 |
commit | 80a1285879fd8a6936a7535cc5d59ba542985118 (patch) | |
tree | d429e80f2da826ac36129f9d5a2e544b4e6845e8 /sci-biology/embassy-hmmer | |
parent | Drop old (diff) | |
download | gentoo-2-80a1285879fd8a6936a7535cc5d59ba542985118.tar.gz gentoo-2-80a1285879fd8a6936a7535cc5d59ba542985118.tar.bz2 gentoo-2-80a1285879fd8a6936a7535cc5d59ba542985118.zip |
Drop old
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-biology/embassy-hmmer')
-rw-r--r-- | sci-biology/embassy-hmmer/ChangeLog | 6 | ||||
-rw-r--r-- | sci-biology/embassy-hmmer/embassy-hmmer-2.3.2-r3.ebuild | 21 | ||||
-rw-r--r-- | sci-biology/embassy-hmmer/embassy-hmmer-2.3.2.650.ebuild | 8 |
3 files changed, 10 insertions, 25 deletions
diff --git a/sci-biology/embassy-hmmer/ChangeLog b/sci-biology/embassy-hmmer/ChangeLog index df2f6f77c52a..e13c9d1a94ee 100644 --- a/sci-biology/embassy-hmmer/ChangeLog +++ b/sci-biology/embassy-hmmer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-biology/embassy-hmmer # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/embassy-hmmer/ChangeLog,v 1.34 2015/03/28 17:21:22 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/embassy-hmmer/ChangeLog,v 1.35 2015/03/28 18:02:43 jlec Exp $ + + 28 Mar 2015; Justin Lecher <jlec@gentoo.org> -embassy-hmmer-2.3.2-r3.ebuild, + embassy-hmmer-2.3.2.650.ebuild: + Drop old *embassy-hmmer-2.3.2.650 (28 Mar 2015) diff --git a/sci-biology/embassy-hmmer/embassy-hmmer-2.3.2-r3.ebuild b/sci-biology/embassy-hmmer/embassy-hmmer-2.3.2-r3.ebuild deleted file mode 100644 index 780bc60e149c..000000000000 --- a/sci-biology/embassy-hmmer/embassy-hmmer-2.3.2-r3.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/embassy-hmmer/embassy-hmmer-2.3.2-r3.ebuild,v 1.4 2011/10/20 08:54:01 xarthisius Exp $ - -EBOV="6.1.0" - -inherit embassy - -DESCRIPTION="EMBOSS wrappers for HMMER - Biological sequence analysis with profile HMMs" -SRC_URI="ftp://emboss.open-bio.org/pub/EMBOSS/old/${EBOV}/EMBOSS-${EBOV}.tar.gz - mirror://gentoo/embassy-${EBOV}-${PN:8}-${PV}.tar.gz" - -KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux ~ppc-macos" - -RDEPEND="~sci-biology/hmmer-2.3.2" - -src_install() { - embassy_src_install - insinto /usr/include/emboss/hmmer - doins src/*.h -} diff --git a/sci-biology/embassy-hmmer/embassy-hmmer-2.3.2.650.ebuild b/sci-biology/embassy-hmmer/embassy-hmmer-2.3.2.650.ebuild index 9df99b843eb5..248f9e5c214f 100644 --- a/sci-biology/embassy-hmmer/embassy-hmmer-2.3.2.650.ebuild +++ b/sci-biology/embassy-hmmer/embassy-hmmer-2.3.2.650.ebuild @@ -1,15 +1,17 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/embassy-hmmer/embassy-hmmer-2.3.2.650.ebuild,v 1.1 2015/03/28 17:21:22 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/embassy-hmmer/embassy-hmmer-2.3.2.650.ebuild,v 1.2 2015/03/28 18:02:43 jlec Exp $ EAPI=5 -EBO_DESCRIPTION="wrappers for HMMER - Biological sequence analysis with profile HMMs" +EBO_DESCRIPTION="Wrappers for HMMER - Biological sequence analysis with profile HMMs" -PATCHES=( "${FILESDIR}"/${P}_fix-build-system.patch ) AUTOTOOLS_AUTORECONF=1 + inherit emboss-r1 KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux ~ppc-macos" RDEPEND+="sci-biology/hmmer" + +PATCHES=( "${FILESDIR}"/${P}_fix-build-system.patch ) |