commit:     6b93c27115efc381ba6dc195e2a4d32b98a23177
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Mon Sep 28 07:28:26 2020 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon Sep 28 07:28:26 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=6b93c271

sci-libs/libmaus2: dropped old version

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 sci-libs/libmaus2/libmaus2-2.0.587.ebuild | 42 -------------------------------
 1 file changed, 42 deletions(-)

diff --git a/sci-libs/libmaus2/libmaus2-2.0.587.ebuild 
b/sci-libs/libmaus2/libmaus2-2.0.587.ebuild
deleted file mode 100644
index 9be955b71..000000000
--- a/sci-libs/libmaus2/libmaus2-2.0.587.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-release_data="20190122104826"
-DESCRIPTION="Library for biobambam2"
-HOMEPAGE="https://github.com/gt1/libmaus";
-SRC_URI="https://gitlab.com/german.tischler/${PN}/-/archive/${PV}-release-${release_data}/${P}-release-${release_data}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="BSD-2 GPL-2 GPL-3 MIT ZLIB" # BUG: incomplete list of licenses, see 
AUTHORS
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="cpu_flags_x86_ssse3 cpu_flags_x86_sse4_1 cpu_flags_x86_sse4_2"
-
-DEPEND="
-       app-arch/snappy
-       sci-libs/fftw
-       sci-libs/hdf5
-       net-libs/gnutls
-       dev-libs/nettle"
-# --with-daligner
-# --with-irods
-S="${WORKDIR}/${P}-release-${release_data}"
-
-src_configure(){
-       local CONFIG_OPTS
-       use cpu_flags_x86_ssse3 && CONFIG_OPTS+=( --enable-ssse3 )
-       ( use cpu_flags_x86_sse4_1 || use cpu_flags_x86_sse4_2 ) && 
CONFIG_OPTS+=( --enable-sse4 )
-       econf --with-snappy $CONFIG_OPTS \
-               --with-lzma --with-gnutls --with-nettle --with-hdf5 --with-gmp 
--with-fftw
-       # --with-io_lib
-       # will require >=sci-libs/io_lib-1.14.11 which is not yet available in 
::gentoo
-}
-
-pkg_postinst(){
-       einfo "The snappy dependency is not strictly needed"
-       einfo "but were forced for optimal libmaus2 performance."
-       einfo "igzip is only used if gzip level is set to 11."
-}

Reply via email to