From 2fe5661a32d6ec0ba1d6b37cc8ae67e3f81459ec Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 7 May 2023 17:37:01 +0100 Subject: gentoo auto-resync : 07:05:2023 - 17:37:01 --- dev-libs/Manifest.gz | Bin 97056 -> 97057 bytes dev-libs/libuninum/Manifest | 2 +- dev-libs/libuninum/libuninum-2.7-r1.ebuild | 36 --------------------------- dev-libs/libuninum/libuninum-2.7-r2.ebuild | 38 +++++++++++++++++++++++++++++ 4 files changed, 39 insertions(+), 37 deletions(-) delete mode 100644 dev-libs/libuninum/libuninum-2.7-r1.ebuild create mode 100644 dev-libs/libuninum/libuninum-2.7-r2.ebuild (limited to 'dev-libs') diff --git a/dev-libs/Manifest.gz b/dev-libs/Manifest.gz index f6947e9f9398..52ff48f9e53b 100644 Binary files a/dev-libs/Manifest.gz and b/dev-libs/Manifest.gz differ diff --git a/dev-libs/libuninum/Manifest b/dev-libs/libuninum/Manifest index 5660e77e7fef..373cf7e3e353 100644 --- a/dev-libs/libuninum/Manifest +++ b/dev-libs/libuninum/Manifest @@ -1,3 +1,3 @@ DIST libuninum-2.7.tar.bz2 276712 BLAKE2B 0894c632d7e9081f35d543895809bcc04fde6da674d4e6adc7cdc914f4bbb257a3e683b381e6496a08b65790731f73315d8263970265a351f40fe504f210c883 SHA512 4536a90b9f34fbabd3cc0560c1ff385063151bc381de51e6ca0253d2a42c2290b92329795b1a12ade305c3cb5757b02fe9d92817829977f50da2e34852936274 -EBUILD libuninum-2.7-r1.ebuild 670 BLAKE2B 0351233edafd29e02f530f084aba4dae3cae7821c1803029d473807da7d68b216fc6aa5a2bfb9e2fd4968f34cfcb551c0267f5f1a71b76516c47d2cecd0d37b1 SHA512 e5e21872d1a39cd7b5bc44838c4dc995962258b947f57575a1aba9a07633e3a464fd6290fa7fa15c11564c1cb048ac6ef9b476e2607e78b1419f4e177eb545d1 +EBUILD libuninum-2.7-r2.ebuild 694 BLAKE2B 8ecca2f7cf2cfb4c2e78ccbf27d0832b58480984f940cd63e753b6f73aa4e52e71b94fd0d4bacd81f273dc09e92992ef155901d4b481ef5af82550c0df54464b SHA512 52d3176ea6495ae9acff3318e64e57abd4d16cade82346a5c22c7a7a1065711c67301483845a07fc53d1afa94fcffc20199dee9757611b05512a9c5ecbbb2738 MISC metadata.xml 688 BLAKE2B 186bacb0b23253d1dbbfcdf05e0611bf6c5c26cd68852b492dc65cd2f0f86ecb34f51965d32517b1354afacd04dec68899babd64424e27dceb34186d117cb27d SHA512 378145a6c5b69cae0a072cb28d1bbfa5a6fa3f708e450ae92bdd99e81ed862b9b8b290a13299ef928a1bcf06e1e6e61bf9dea51d5054007bd609932f394da5b4 diff --git a/dev-libs/libuninum/libuninum-2.7-r1.ebuild b/dev-libs/libuninum/libuninum-2.7-r1.ebuild deleted file mode 100644 index 1a786ed1da32..000000000000 --- a/dev-libs/libuninum/libuninum-2.7-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit flag-o-matic - -DESCRIPTION="A library for converting unicode strings to numbers and vice versa" -HOMEPAGE="https://billposer.org/Software/libuninum.html" -SRC_URI="https://billposer.org/Software/Downloads/${P}.tar.bz2" - -KEYWORDS="amd64 x86" -LICENSE="GPL-2 GPL-2+ LGPL-2 LGPL-2.1" -SLOT="0" - -src_prepare() { - default - - # LTO does not work. - # See https://bugs.gentoo.org/855956 - filter-lto -} - -src_configure() { - local myeconfargs=( - --disable-static - ) - - econf "${myeconfargs[@]}" -} - -src_install() { - default - - find "${D}" -name '*.la' -delete || die -} diff --git a/dev-libs/libuninum/libuninum-2.7-r2.ebuild b/dev-libs/libuninum/libuninum-2.7-r2.ebuild new file mode 100644 index 000000000000..e908d0c3b217 --- /dev/null +++ b/dev-libs/libuninum/libuninum-2.7-r2.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools flag-o-matic + +DESCRIPTION="A library for converting unicode strings to numbers and vice versa" +HOMEPAGE="https://billposer.org/Software/libuninum.html" +SRC_URI="https://billposer.org/Software/Downloads/${P}.tar.bz2" + +KEYWORDS="amd64 x86" +LICENSE="GPL-2 GPL-2+ LGPL-2 LGPL-2.1" +SLOT="0" + +src_prepare() { + default + + # LTO does not work. + # See https://bugs.gentoo.org/855956 + filter-lto + + eautoreconf +} + +src_configure() { + local myeconfargs=( + --disable-static + ) + + econf "${myeconfargs[@]}" +} + +src_install() { + default + + find "${D}" -name '*.la' -delete || die +} -- cgit v1.2.3