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/piler/Manifest | 2 +- sci-biology/piler/piler-1.0-r1.ebuild | 38 ----------------------------------- sci-biology/piler/piler-1.0-r2.ebuild | 35 ++++++++++++++++++++++++++++++++ 3 files changed, 36 insertions(+), 39 deletions(-) delete mode 100644 sci-biology/piler/piler-1.0-r1.ebuild create mode 100644 sci-biology/piler/piler-1.0-r2.ebuild (limited to 'sci-biology/piler') diff --git a/sci-biology/piler/Manifest b/sci-biology/piler/Manifest index c25e1ad20625..6fc587829cfc 100644 --- a/sci-biology/piler/Manifest +++ b/sci-biology/piler/Manifest @@ -1,5 +1,5 @@ AUX piler-1.0-fix-build-system.patch 685 BLAKE2B 8df7772012b8809599d0c80d52ec60884ee086f69b6b9f185cfd8b9026d4e047bd7cdd8e4eebea0e5fe991434ebc146cba92721fa9ab0238803c69e2d2ed06da SHA512 e8a618615ce62aa6b4d7e5d0a4ec3facd13b6baf2573323a2f9c03d81171f1c32686bd7b82c4576e0b38cc3b30b201750034ab160cdb9170215ff480eb72a3a2 AUX piler-1.0-glibc-2.10.patch 386 BLAKE2B 758ba0e13cf114998a78866ae4ba3b11cc27aad09f17db84ed7b295c14ccbc15e8446b49bfc425f0ed92c694e16dfbee33ffe9cc0618bbb92c142d4d0c1628eb SHA512 0773c9b6c2eb289c8dee3cc8db6ec0250cd8df3b9e5e729305b58b28db64f486571f2f54041c84d178bf984cedfb4d9941c5abd47f772ecdf29e9ec0bdb55fcc DIST piler-1.0.tar.gz 35220 BLAKE2B a3a5d9ab6885e0900c523db9d1248888cd3de50b18c2c4ae110a13d792a0faa60eefffbac4526df96b482b4fe6ed8bd19299eb96380332a57f2d60330ca40037 SHA512 35be1b445f1eaf26f96d0356a04d985fb528754677403df2061c0872107d31819c5fb355e7f616e953a997e67ce781846acaf3cc2a016097aca785b6a26de3d4 -EBUILD piler-1.0-r1.ebuild 660 BLAKE2B b05e0c65d483624d517ac6155087435cac128c088c14ed7df6091423c88353209acb96c258033bf43bf5983d51ab88aabec78dd9b955646a325a482ee7f28197 SHA512 7a8b1c64559477101989e3a97eb8d0aa3b6e520df66b0f43a97f2531a2de7fa77acb6b9e6066ab0ac46668cd23bfa9357cebbeb5c610e67f3d757e53e5ce97cf +EBUILD piler-1.0-r2.ebuild 640 BLAKE2B 30477b8cee6c18196e5f71db6a5ee4c786b1e84fdb8bc01768f03b3eacb765c3fb500bd8b1901f56a1046fda6f78c220d3b0658c02f82beeeff954e7fca72576 SHA512 88e1e8d19be93fa2325670e8c42c16b3bc19c193af20116e9bd60b8a00968c90088531e345ea1d9f6b9b54b72f021f10cd44387bf10dbdf17b4bba8ae7391fdd MISC metadata.xml 268 BLAKE2B a4d67334cdad8626d60e46b677ee1c83f569e5e20b3739a7664bb33be1829f8478af35e135bf734a6ff151b8543ea6c4ecafbf822cee8189f7e7096bd9698711 SHA512 59d3d8213b1a219396b74b6f4188c01e1cb4eb1c63e6792ce1e7fdb8000d1a4625919337ff77288ca7f7e07d9753f481d2381a06f554012633cd678194c980de diff --git a/sci-biology/piler/piler-1.0-r1.ebuild b/sci-biology/piler/piler-1.0-r1.ebuild deleted file mode 100644 index 276ee9bc873e..000000000000 --- a/sci-biology/piler/piler-1.0-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit toolchain-funcs - -DESCRIPTION="Analysis of repetitive DNA found in genome sequences" -HOMEPAGE="http://www.drive5.com/piler/" -SRC_URI="http://www.drive5.com/piler/piler_source.tar.gz -> ${P}.tar.gz" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="" -RDEPEND=" - || ( - sci-biology/muscle - sci-libs/libmuscle - ) - sci-biology/pals" - -S=${WORKDIR} - -PATCHES=( - "${FILESDIR}"/${PN}-1.0-fix-build-system.patch - "${FILESDIR}"/${PN}-1.0-glibc-2.10.patch -) - -src_configure() { - tc-export CXX -} - -src_install() { - dobin piler -} diff --git a/sci-biology/piler/piler-1.0-r2.ebuild b/sci-biology/piler/piler-1.0-r2.ebuild new file mode 100644 index 000000000000..845be78e1fe0 --- /dev/null +++ b/sci-biology/piler/piler-1.0-r2.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit toolchain-funcs + +DESCRIPTION="Analysis of repetitive DNA found in genome sequences" +HOMEPAGE="http://www.drive5.com/piler/" +SRC_URI="http://www.drive5.com/piler/piler_source.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="amd64 x86" + +RDEPEND=" + || ( + sci-biology/muscle + sci-libs/libmuscle + ) + sci-biology/pals" + +PATCHES=( + "${FILESDIR}"/${PN}-1.0-fix-build-system.patch + "${FILESDIR}"/${PN}-1.0-glibc-2.10.patch +) + +src_configure() { + tc-export CXX +} + +src_install() { + dobin piler +} -- cgit v1.2.3