commit: b2e582b1347b87415bfb4467e8f6da566a9f1305
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Mar 6 14:34:33 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Mar 6 14:34:33 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b2e582b1
sci-biology/snpomatic: EAPI bump, add keywords
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
.../{snpomatic-9999.ebuild => snpomatic-1.0.ebuild} | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
diff --git a/sci-biology/snpomatic/snpomatic-9999.ebuild
b/sci-biology/snpomatic/snpomatic-1.0.ebuild
similarity index 74%
rename from sci-biology/snpomatic/snpomatic-9999.ebuild
rename to sci-biology/snpomatic/snpomatic-1.0.ebuild
index 15b8e3e4b..21857195a 100644
--- a/sci-biology/snpomatic/snpomatic-9999.ebuild
+++ b/sci-biology/snpomatic/snpomatic-1.0.ebuild
@@ -1,29 +1,27 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-
-[ "$PV" == "9999" ] && inherit git-r3
+EAPI=7
DESCRIPTION="Stringent short-read aligner supporting filters and various
output formats"
HOMEPAGE="https://github.com/magnusmanske/snpomatic"
-# http://snpomatic.sourceforge.net/snpomatic_manual.pdf
if [ "$PV" == "9999" ]; then
+ inherit git-r3
EGIT_REPO_URI="https://github.com/magnusmanske/snpomatic.git"
KEYWORDS=""
else
- SRC_URI=""
- KEYWORDS=""
+
SRC_URI="https://github.com/magnusmanske/snpomatic/archive/v${PV}.tar.gz ->
${P}.tar.gz"
+ KEYWORDS="~amd64"
fi
LICENSE="GPL-3"
SLOT="0"
-IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
src_prepare(){
+ default
sed -e 's/^CXX=/#CXX=/;s/^CXXFLAGS=/#CXXFLAGS=/' -i Makefile || die
}