summaryrefslogtreecommitdiff
path: root/sci-biology/rnaview
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-07-09 15:43:36 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-07-09 15:43:36 +0100
commit2719f73b6813d11d13a9650cdd2ab8ec6e69385d (patch)
tree8c816148bcbd22757d892089c989ae614eae4f5a /sci-biology/rnaview
parent0f558761aa2dee1017b4751e4017205e015a9560 (diff)
gentoo resync : 09.07.2022
Diffstat (limited to 'sci-biology/rnaview')
-rw-r--r--sci-biology/rnaview/Manifest2
-rw-r--r--sci-biology/rnaview/rnaview-20040713-r5.ebuild (renamed from sci-biology/rnaview/rnaview-20040713-r4.ebuild)13
2 files changed, 6 insertions, 9 deletions
diff --git a/sci-biology/rnaview/Manifest b/sci-biology/rnaview/Manifest
index 20f865ebf762..67679a127284 100644
--- a/sci-biology/rnaview/Manifest
+++ b/sci-biology/rnaview/Manifest
@@ -1,5 +1,5 @@
AUX rnaview-20040713-implicit.patch 347 BLAKE2B fc12a2d06bfdb88889e3b2af1b207b1e46b2733074b6a6ea31a98759cedd63e55cea50ae5a9f31d91a251791a3a48ceb387c8def4531d7fefd2757d4b671b0dc SHA512 698369b7640a36c26970649a8e0fd240c3177b3a3f7d9b8059fb6c294c39ad61389ba8a6eb3d465c3a999981fff47e2aa175ea52b38068145e2941c5934c4a0b
AUX rnaview-20040713-makefile.patch 2131 BLAKE2B 502f4eaf2f0f4a82b6a85ad17804d2f2a675e3d28873cb13873aa9cb450e29c51f44685e9c20dda0525a7ea2aab4005f0e5dfce919c03c47ea3489fb981a88ac SHA512 9cde6186c0865405546bbee68ec64bd11cdfe91747b90739b237368b2724763ac4dd9206defec7f00a918449fc2a8451c3a5e447cfddfb7ca5c5fed00bb29de6
DIST rnaview-20040713.tar.bz2 433916 BLAKE2B e6f52fbb90a11290728c0a67b8ccde42c1c20967c8b9810c0c1103a300d1cf1a4ee1c9e501c203ae3f3dfda29fb5851603f095931c3efedd86143793115e633b SHA512 c63bb728bad0f358ab36f4ca18f4f9ef046811f21d3b8f3c6fdd3e6e6fcb367a9a52710476c5daea001f8f3262f72b64f0c0546f0c1423f463f2e0d288809e8e
-EBUILD rnaview-20040713-r4.ebuild 657 BLAKE2B d840990168b0e5583ca730daadbbf3ad77b9e3fba023388c508edd65f48d883c7c904840f75f070f9b004b7e08e80f4a17a7c02b261c8cc1febf43bca399b10c SHA512 20ed56130c1a2cdd18cfc0717cdaca75030bdc2315343b390d0f01aa7ee9fc760734c9ec692bbe13c0930007dd47bfefea13b0d0c205bf1ee6850221e8df96c8
+EBUILD rnaview-20040713-r5.ebuild 620 BLAKE2B 7b4df9c2f19a328fdb37a8a49d08333cfc0f3a00f266fd9cdccbeec42dc168da4d35a65fd8d67f5e7e9625ec9569f792c4356e14f650f67617a8b6ba6c5aa209 SHA512 86782af8724b11e1356cd141dd3c8cfc291939a1ec74f82b89e6d95434e058b43d3387f46495d9fbe85eaee1d4443ff714d66272c68e072f6b71943d6099557b
MISC metadata.xml 667 BLAKE2B f88e229df64f58024cfd40ef2a6f8acb976f7ff1335080d1de1934a984c709cdf8e32a1831a8c62b1729e83f6a95f97abefc2d2fdcf870e66d704accb9d4cedc SHA512 9984f82b1ee7322822a022724c7c9d8920915fc2d70440a89aa611910b92ac74d1c8a22cf31a9b67d7d51c708319b17bd7e060bc22ea603958223d45ed186a3c
diff --git a/sci-biology/rnaview/rnaview-20040713-r4.ebuild b/sci-biology/rnaview/rnaview-20040713-r5.ebuild
index 729095be063c..c0c4289ba24b 100644
--- a/sci-biology/rnaview/rnaview-20040713-r4.ebuild
+++ b/sci-biology/rnaview/rnaview-20040713-r5.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
inherit toolchain-funcs
@@ -12,23 +12,20 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
PATCHES=(
"${FILESDIR}"/${P}-makefile.patch
"${FILESDIR}"/${P}-implicit.patch
)
-src_prepare() {
- default
+src_configure() {
tc-export CC
}
src_install() {
default
- cat > 22rnaview <<- EOF || die
- RNAVIEW="${EPREFIX}/usr/share/${PN}"
+ newenvd - 22rnaview <<- EOF
+ RNAVIEW="${EPREFIX}/usr/share/rnaview"
EOF
- doenvd 22rnaview
}