diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-02-17 10:35:54 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-02-17 10:35:54 +0000 |
commit | 463397cf1e064185110fe57c568d73f99a06f5d1 (patch) | |
tree | 9aa75eefc5154eaf0e3c33658b830fc54dc68052 /sci-physics/siscone | |
parent | c8d60dada2ec8eb48b2d2b290cd6683ccec40e39 (diff) |
gentoo resync : 17.02.2021
Diffstat (limited to 'sci-physics/siscone')
-rw-r--r-- | sci-physics/siscone/Manifest | 4 | ||||
-rw-r--r-- | sci-physics/siscone/siscone-3.0.5.ebuild (renamed from sci-physics/siscone/siscone-3.0.3.ebuild) | 17 |
2 files changed, 10 insertions, 11 deletions
diff --git a/sci-physics/siscone/Manifest b/sci-physics/siscone/Manifest index ac0e95acfd58..3970bd79c33a 100644 --- a/sci-physics/siscone/Manifest +++ b/sci-physics/siscone/Manifest @@ -1,3 +1,3 @@ -DIST siscone-3.0.3.tar.gz 540939 BLAKE2B dfb9c9fab91f4faf8d8aa8a44fca505a83cdd02d2a9b659bacf6487e505159ef61bf2ed8db08a304328effdd6aac8c4a593b630954898aceb985a3a270a5aeb6 SHA512 dccbb872c897b8c0c28dff593d7f015b396923a0bd885182930d74e5115b901875a89565244a33fad0329fdfb5a83d6cc570152d0085c45c24bc427de075e559 -EBUILD siscone-3.0.3.ebuild 676 BLAKE2B b715f9679770e557b75165a1b6afbf0d2bb84929ce7144212e1709128a978ee810a40a2b340d097d7186d38ae7902fcae4dd06654bc74bd868c66777236dbc20 SHA512 0fecdbeb640f389b60de9bfd5738c9bc252d811bbf72d4e1aa717858cb205df94604566cc0ff7bf5a95b88539c6a101a1de54a9f1ab7d04bc7a1f5fd06fcbc46 +DIST siscone-3.0.5.tar.gz 544738 BLAKE2B 7136acfc46d9414831d4e07cc428ad3858c1da02bdcd66817eb6406b9ae1d9d582800412dfcfae5477a720b7893ba070c9ef84816a517992be1762d356840bf8 SHA512 fb9f5e6b6677968e77eb9476abe8345711c69213209c153932adacd69b3c1219abe79655238fec1c0ca4e8ca91795c7693c68e2a48ec41a6afff1f046a781a61 +EBUILD siscone-3.0.5.ebuild 658 BLAKE2B 2530e30c27155c36e34d530cc2c13e5b5820c61715807d4efd14e96b4562a4897f6127b421434ede51ad7a7de125be78b1100cfdd93044778bb1847bf15b0f58 SHA512 4c3a87e81df0909fe88d4a9f09c53490bd148715497813bb82747ca187b0c93c95a7e339e21a72535dedfca09a3991a6a225250c9bd9b49388d885c365a7f337 MISC metadata.xml 486 BLAKE2B 78449852e87d6566e8b168cff4d5431a8576b8e5fb28c80d355648ebd20b7e4d4ddd74c4b5ce6fcba3a921a55339007cc316218f9a2920b797ed2f3d0a058278 SHA512 104eb63b263c5ae7aae4f31851427996b3ca84a2d72304184bcc66bbbeb245a662ea79d6b188f79ce8ff8ce87c9c3cbf1a0c1171a0266ac70f755868234c6b91 diff --git a/sci-physics/siscone/siscone-3.0.3.ebuild b/sci-physics/siscone/siscone-3.0.5.ebuild index 0d54e124cd9e..d66ff8180740 100644 --- a/sci-physics/siscone/siscone-3.0.3.ebuild +++ b/sci-physics/siscone/siscone-3.0.5.ebuild @@ -1,22 +1,19 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 DESCRIPTION="Hadron Seedless Infrared-Safe Cone jet algorithm" -HOMEPAGE="http://siscone.hepforge.org/" -SRC_URI="http://www.hepforge.org/archive/${PN}/${P}.tar.gz" +HOMEPAGE="https://siscone.hepforge.org/" +SRC_URI="https://siscone.hepforge.org/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="examples static-libs" - -RDEPEND="" -DEPEND="${RDEPEND}" +IUSE="examples" src_configure() { - econf $(use_enable static-libs static) + econf --disable-static } src_install() { @@ -28,4 +25,6 @@ src_install() { dodoc examples/events/*.dat docompress -x /usr/share/doc/${PF}/examples fi + + find "${ED}" -name '*.la' -delete || die } |