diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-07-09 15:43:36 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-07-09 15:43:36 +0100 |
commit | 2719f73b6813d11d13a9650cdd2ab8ec6e69385d (patch) | |
tree | 8c816148bcbd22757d892089c989ae614eae4f5a /sci-biology/biosql | |
parent | 0f558761aa2dee1017b4751e4017205e015a9560 (diff) |
gentoo resync : 09.07.2022
Diffstat (limited to 'sci-biology/biosql')
-rw-r--r-- | sci-biology/biosql/Manifest | 2 | ||||
-rw-r--r-- | sci-biology/biosql/biosql-1.0.1-r2.ebuild (renamed from sci-biology/biosql/biosql-1.0.1-r1.ebuild) | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sci-biology/biosql/Manifest b/sci-biology/biosql/Manifest index ba740f75612d..126b5f822610 100644 --- a/sci-biology/biosql/Manifest +++ b/sci-biology/biosql/Manifest @@ -1,3 +1,3 @@ DIST biosql-1.0.1.tar.bz2 253516 BLAKE2B d2b0d6c3f03389fbcf9dfca823b02c611b63d4c1ee1356150f92bb8c14c534d988644253fd1a6ed6522b8d2d06cacf7b21d7a9e9fe7b9464704497e7f976b283 SHA512 2e1fef6ab9b4386f146910937700f9108f8ef266161b7adfbbc52c0011eebc84716637c897a01a399ff39b066ff0a5905ba3fa27e7b41f53a87baf58d5b32695 -EBUILD biosql-1.0.1-r1.ebuild 989 BLAKE2B a035872d282e58e54b472e70618bb340de900e2d49c7abf4893d82160ef8dc321caa640f1e0599b6b6d2f834159642dfa1c005bc5e1837dff769b418c04f33f3 SHA512 874448ac12a4e0331ec7b7b5ce8843928f92a6b42987975380715d39f7d0fc5c0cf688c4a596963ae5b008b55367fab3db317a8d17a19230d113e4d8e142c37f +EBUILD biosql-1.0.1-r2.ebuild 985 BLAKE2B 84dddadc810143f3a756d32f5ff881686cf6fdb3f3811b2a75257e6bdfeb95199cccad2e5bd328c7aacdd6c31476504a58d5f299fb1d6343a8fe05ff07c541f7 SHA512 5b7508456174d5893af2a6eb4a794542aa5ba02a3359aa7f93e73deb8ff9146a4a9264b66ff586ceea19d2fb5c31ef180c2ce2a022f83067eb5e070e995782d4 MISC metadata.xml 268 BLAKE2B a4d67334cdad8626d60e46b677ee1c83f569e5e20b3739a7664bb33be1829f8478af35e135bf734a6ff151b8543ea6c4ecafbf822cee8189f7e7096bd9698711 SHA512 59d3d8213b1a219396b74b6f4188c01e1cb4eb1c63e6792ce1e7fdb8000d1a4625919337ff77288ca7f7e07d9753f481d2381a06f554012633cd678194c980de diff --git a/sci-biology/biosql/biosql-1.0.1-r1.ebuild b/sci-biology/biosql/biosql-1.0.1-r2.ebuild index 6508d6a3a2e8..c32ff970f9af 100644 --- a/sci-biology/biosql/biosql-1.0.1-r1.ebuild +++ b/sci-biology/biosql/biosql-1.0.1-r2.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 DESCRIPTION="A generic bioinformatics relational database model" HOMEPAGE="http://www.biosql.org/" @@ -22,7 +22,7 @@ RDEPEND=" dev-lang/perl" src_install() { - insinto /usr/share/${PN} + insinto /usr/share/biosql doins -r sql scripts/. dodoc Changes README Release.txt doc/*.pdf @@ -38,6 +38,6 @@ src_install() { pkg_postinst() { elog elog "Please read the BioSQL schema installation instructions in" - elog "${EROOT%/}/usr/share/doc/${PF} to begin using the schema." + elog "${EROOT}/usr/share/doc/${PF} to begin using the schema." elog } |