From 2719f73b6813d11d13a9650cdd2ab8ec6e69385d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 9 Jul 2022 15:43:36 +0100 Subject: gentoo resync : 09.07.2022 --- sci-biology/biosql/Manifest | 2 +- sci-biology/biosql/biosql-1.0.1-r1.ebuild | 43 ------------------------------- sci-biology/biosql/biosql-1.0.1-r2.ebuild | 43 +++++++++++++++++++++++++++++++ 3 files changed, 44 insertions(+), 44 deletions(-) delete mode 100644 sci-biology/biosql/biosql-1.0.1-r1.ebuild create mode 100644 sci-biology/biosql/biosql-1.0.1-r2.ebuild (limited to 'sci-biology/biosql') 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-r1.ebuild deleted file mode 100644 index 6508d6a3a2e8..000000000000 --- a/sci-biology/biosql/biosql-1.0.1-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="A generic bioinformatics relational database model" -HOMEPAGE="http://www.biosql.org/" -SRC_URI="http://biosql.org/DIST/${P}.tar.bz2" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="mysql postgres" - -# WARNING: bioperl-db is claimed to be incompatible with >=postgresql-8.3 (see INSTALL) - -DEPEND=" - mysql? ( dev-perl/DBD-mysql ) - postgres? ( dev-perl/DBD-Pg )" -RDEPEND=" - ${DEPEND} - dev-lang/perl" - -src_install() { - insinto /usr/share/${PN} - doins -r sql scripts/. - - dodoc Changes README Release.txt doc/*.pdf - - docinto biopython - dodoc doc/{README,schema-overview.txt,biopython/{cor6_6.gb,*.pdf}} - docompress -x /usr/share/doc/${PF}/biopython - - docinto html - dodoc doc/{biopython/,}*.htm* -} - -pkg_postinst() { - elog - elog "Please read the BioSQL schema installation instructions in" - elog "${EROOT%/}/usr/share/doc/${PF} to begin using the schema." - elog -} diff --git a/sci-biology/biosql/biosql-1.0.1-r2.ebuild b/sci-biology/biosql/biosql-1.0.1-r2.ebuild new file mode 100644 index 000000000000..c32ff970f9af --- /dev/null +++ b/sci-biology/biosql/biosql-1.0.1-r2.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="A generic bioinformatics relational database model" +HOMEPAGE="http://www.biosql.org/" +SRC_URI="http://biosql.org/DIST/${P}.tar.bz2" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="mysql postgres" + +# WARNING: bioperl-db is claimed to be incompatible with >=postgresql-8.3 (see INSTALL) + +DEPEND=" + mysql? ( dev-perl/DBD-mysql ) + postgres? ( dev-perl/DBD-Pg )" +RDEPEND=" + ${DEPEND} + dev-lang/perl" + +src_install() { + insinto /usr/share/biosql + doins -r sql scripts/. + + dodoc Changes README Release.txt doc/*.pdf + + docinto biopython + dodoc doc/{README,schema-overview.txt,biopython/{cor6_6.gb,*.pdf}} + docompress -x /usr/share/doc/${PF}/biopython + + docinto html + dodoc doc/{biopython/,}*.htm* +} + +pkg_postinst() { + elog + elog "Please read the BioSQL schema installation instructions in" + elog "${EROOT}/usr/share/doc/${PF} to begin using the schema." + elog +} -- cgit v1.2.3