aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-06 15:34:33 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-06 15:34:33 +0100
commitb2e582b1347b87415bfb4467e8f6da566a9f1305 (patch)
tree36d6bca153bfb17820448e5100dceec2e420c898
parentsci-biology/singalp: EAPI bump (diff)
downloadsci-b2e582b1347b87415bfb4467e8f6da566a9f1305.tar.gz
sci-b2e582b1347b87415bfb4467e8f6da566a9f1305.tar.bz2
sci-b2e582b1347b87415bfb4467e8f6da566a9f1305.zip
sci-biology/snpomatic: EAPI bump, add keywords
Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
-rw-r--r--sci-biology/snpomatic/Manifest1
-rw-r--r--sci-biology/snpomatic/snpomatic-1.0.ebuild (renamed from sci-biology/snpomatic/snpomatic-9999.ebuild)14
2 files changed, 7 insertions, 8 deletions
diff --git a/sci-biology/snpomatic/Manifest b/sci-biology/snpomatic/Manifest
new file mode 100644
index 000000000..28de8c730
--- /dev/null
+++ b/sci-biology/snpomatic/Manifest
@@ -0,0 +1 @@
+DIST snpomatic-1.0.tar.gz 66546 BLAKE2B 6638c0ff0fc976d7de230736994813e03a58b410012cdd4176680222b43c18eb3be9c51a8b4053059cf6985aa56f163f96ea007251b1f0fc87501fec32df3862 SHA512 18ea42a19c47b21dc7923ee2bb6dcf06c0107df77bd01702a5085a8a1ed61fed85407c78e45e7558d9f530180101c10d2a1a1572eb51ee279a9a8815c1bc70c0
diff --git a/sci-biology/snpomatic/snpomatic-9999.ebuild b/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
}