public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sergei Trofimovich" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/abyss/
Date: Sun, 21 Jun 2020 10:36:26 +0000 (UTC)	[thread overview]
Message-ID: <1592735724.2007740170c55928a8e0d7f5f0628f58f3234c5b.slyfox@gentoo> (raw)

commit:     2007740170c55928a8e0d7f5f0628f58f3234c5b
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 21 10:35:24 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Jun 21 10:35:24 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20077401

sci-biology/abyss: drop old

Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 sci-biology/abyss/Manifest              |  1 -
 sci-biology/abyss/abyss-2.0.2-r1.ebuild | 55 ---------------------------------
 sci-biology/abyss/abyss-2.0.3.ebuild    | 54 --------------------------------
 3 files changed, 110 deletions(-)

diff --git a/sci-biology/abyss/Manifest b/sci-biology/abyss/Manifest
index b18ccd65238..e03409dd93f 100644
--- a/sci-biology/abyss/Manifest
+++ b/sci-biology/abyss/Manifest
@@ -1,2 +1 @@
-DIST abyss-2.0.2.tar.gz 1036135 BLAKE2B 6781a63203b5e6a1de70837a6dad7c79643d049b4c1e4b827471f2414cc821f82d98f9856518e3c24486e068c584520d0a1852d4e03d26247b896c776baaee41 SHA512 b19325b9d51e80378fc9818942c4005c94f470f0ad8ff6c1b8b593ad0216d35f9a99c0aa7c627082372690a6a7094ced8ca8efeb0bff6014ca46a67d7eb16a30
 DIST abyss-2.0.3.tar.gz 1049144 BLAKE2B 1a320cac735747225723f0d636af435ffcac9efb3273323150f258c0f4c27ed81bb104cb06a726aa664118cc9d2224b745d9deebfcac055face01dae3fc9de15 SHA512 15bc833e89839be89dfa35a23ae22ad0f9a19e8efd36211010c9f59e974de7c569576db36e26d6ab302543ff427604b5efb1b7badf62489a5e82a193ef155570

diff --git a/sci-biology/abyss/abyss-2.0.2-r1.ebuild b/sci-biology/abyss/abyss-2.0.2-r1.ebuild
deleted file mode 100644
index 0d1c14ac265..00000000000
--- a/sci-biology/abyss/abyss-2.0.2-r1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools toolchain-funcs
-
-DESCRIPTION="Assembly By Short Sequences - a de novo, parallel, paired-end sequence assembler"
-HOMEPAGE="http://www.bcgsc.ca/platform/bioinfo/software/abyss/"
-SRC_URI="https://github.com/bcgsc/abyss/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="abyss"
-SLOT="0"
-IUSE="+mpi openmp misc-haskell"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-	dev-cpp/sparsehash
-	dev-libs/boost:=
-	misc-haskell? (
-		dev-libs/gmp:0=
-		virtual/libffi:0=
-	)
-	mpi? ( sys-cluster/openmpi )"
-DEPEND="${RDEPEND}
-	misc-haskell? (
-		dev-lang/ghc
-		dev-haskell/mmap
-	)"
-
-# todo: --enable-maxk=N configure option
-# todo: fix automagic mpi toggling
-
-pkg_pretend() {
-	[[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
-}
-
-pkg_setup() {
-	[[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
-}
-
-src_prepare() {
-	default
-	sed -i -e "s/-Werror//" configure.ac || die #365195
-	sed -i -e "/dist_pkgdoc_DATA/d" Makefile.am || die
-	eautoreconf
-}
-
-src_configure() {
-	# disable building haskell tool Misc/samtobreak
-	# unless request by user: bug #534412
-	use misc-haskell || export ac_cv_prog_ac_ct_GHC=
-
-	econf $(use_enable openmp)
-}

diff --git a/sci-biology/abyss/abyss-2.0.3.ebuild b/sci-biology/abyss/abyss-2.0.3.ebuild
deleted file mode 100644
index ccce937c77c..00000000000
--- a/sci-biology/abyss/abyss-2.0.3.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools toolchain-funcs
-
-DESCRIPTION="Assembly By Short Sequences - a de novo, parallel, paired-end sequence assembler"
-HOMEPAGE="http://www.bcgsc.ca/platform/bioinfo/software/abyss/"
-SRC_URI="https://github.com/bcgsc/abyss/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="abyss"
-SLOT="0"
-IUSE="+mpi openmp misc-haskell"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-	dev-cpp/sparsehash
-	dev-libs/boost:=
-	misc-haskell? (
-		dev-libs/gmp:0=
-		virtual/libffi:0=
-	)
-	mpi? ( sys-cluster/openmpi )"
-DEPEND="${RDEPEND}
-	misc-haskell? (
-		dev-lang/ghc
-	)"
-
-# todo: --enable-maxk=N configure option
-# todo: fix automagic mpi toggling
-
-pkg_pretend() {
-	[[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
-}
-
-pkg_setup() {
-	[[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
-}
-
-src_prepare() {
-	default
-	sed -i -e "s/-Werror//" configure.ac || die #365195
-	sed -i -e "/dist_pkgdoc_DATA/d" Makefile.am || die
-	eautoreconf
-}
-
-src_configure() {
-	# disable building haskell tool Misc/samtobreak
-	# unless request by user: bug #534412
-	use misc-haskell || export ac_cv_prog_ac_ct_GHC=
-
-	econf $(use_enable openmp)
-}


             reply	other threads:[~2020-06-21 10:36 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-21 10:36 Sergei Trofimovich [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-08 11:09 [gentoo-commits] repo/gentoo:master commit in: sci-biology/abyss/ Sam James
2024-03-08 11:09 Sam James
2022-07-30  8:31 Sam James
2022-01-13 11:21 Andrew Ammerlaan
2021-07-24 10:09 Sergei Trofimovich
2020-06-21 16:47 Sergei Trofimovich
2020-05-25 10:56 Sergei Trofimovich
2018-03-15 23:33 Sergei Trofimovich
2017-01-15 17:54 David Seifert
2016-11-06 13:12 Sergei Trofimovich
2016-09-18 22:51 Sergei Trofimovich
2016-05-15  8:26 Sergei Trofimovich
2016-02-08 23:34 Sergei Trofimovich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1592735724.2007740170c55928a8e0d7f5f0628f58f3234c5b.slyfox@gentoo \
    --to=slyfox@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox