commit:     4fdad4d5229ce714a6a2c7e91338be89c14e7fc4
Author:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Fri Dec 14 11:40:50 2018 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Fri Dec 14 11:40:50 2018 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=4fdad4d5

sci-libs/libmaus2: bring in a release, add more LICENSEs

The list of licenses is still incomplete and somebody more
comfortable with interpretation of them inside *.asm and other
files needs to poke over this before unmasking. See AUTHORS
file for their listing.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Martin Mokrejs <mmokrejs <AT> fold.natur.cuni.cz>

 .../{libmaus2-9999.ebuild => libmaus2-2.0.499.ebuild}    | 16 ++++++----------
 sci-libs/libmaus2/libmaus2-9999.ebuild                   |  6 +++---
 2 files changed, 9 insertions(+), 13 deletions(-)

diff --git a/sci-libs/libmaus2/libmaus2-9999.ebuild 
b/sci-libs/libmaus2/libmaus2-2.0.499.ebuild
similarity index 76%
copy from sci-libs/libmaus2/libmaus2-9999.ebuild
copy to sci-libs/libmaus2/libmaus2-2.0.499.ebuild
index d68a5d0e0..cebe44161 100644
--- a/sci-libs/libmaus2/libmaus2-9999.ebuild
+++ b/sci-libs/libmaus2/libmaus2-2.0.499.ebuild
@@ -1,15 +1,15 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit autotools git-r3
+inherit autotools
 
 DESCRIPTION="Library for biobambam2"
 HOMEPAGE="https://github.com/gt1/libmaus";
-EGIT_REPO_URI="https://github.com/gt1/libmaus2.git";
+SRC_URI="https://github.com/gt1/libmaus2/archive/2.0.499-release-20180606122508.tar.gz";
 
-LICENSE="GPL-3" # BUG: a mix of licenses, see AUTHORS
+LICENSE="BSD-2 GPL-2 GPL-3 MIT ZLIB" # BUG: incomplete list of licenses, see 
AUTHORS
 SLOT="0"
 KEYWORDS=""
 IUSE="cpu_flags_x86_ssse3 cpu_flags_x86_sse4_1 cpu_flags_x86_sse4_2"
@@ -25,11 +25,7 @@ DEPEND="
        dev-libs/nettle"
 # --with-daligner
 # --with-irods
-
-src_prepare() {
-       eautoreconf
-       eapply_user
-}
+S="${WORKDIR}"/libmaus2-2.0.499-release-20180606122508
 
 src_configure(){
        local CONFIG_OPTS

diff --git a/sci-libs/libmaus2/libmaus2-9999.ebuild 
b/sci-libs/libmaus2/libmaus2-9999.ebuild
index d68a5d0e0..01aa74a92 100644
--- a/sci-libs/libmaus2/libmaus2-9999.ebuild
+++ b/sci-libs/libmaus2/libmaus2-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit autotools git-r3
 
@@ -9,7 +9,7 @@ DESCRIPTION="Library for biobambam2"
 HOMEPAGE="https://github.com/gt1/libmaus";
 EGIT_REPO_URI="https://github.com/gt1/libmaus2.git";
 
-LICENSE="GPL-3" # BUG: a mix of licenses, see AUTHORS
+LICENSE="BSD-2 GPL-2 GPL-3 MIT ZLIB" # BUG: incomplete list of licenses, see 
AUTHORS
 SLOT="0"
 KEYWORDS=""
 IUSE="cpu_flags_x86_ssse3 cpu_flags_x86_sse4_1 cpu_flags_x86_sse4_2"

Reply via email to