From 3529f1bf2739399905cd55b27c7609459bfc069f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 27 Oct 2023 14:48:06 +0100 Subject: gentoo auto-resync : 27:10:2023 - 14:48:06 --- net-dns/libidn2/Manifest | 1 - net-dns/libidn2/libidn2-2.3.4.ebuild | 64 ------------------------------------ 2 files changed, 65 deletions(-) delete mode 100644 net-dns/libidn2/libidn2-2.3.4.ebuild (limited to 'net-dns/libidn2') diff --git a/net-dns/libidn2/Manifest b/net-dns/libidn2/Manifest index c749099d0faf..f97f616818a2 100644 --- a/net-dns/libidn2/Manifest +++ b/net-dns/libidn2/Manifest @@ -1,5 +1,4 @@ DIST libidn2-2.3.4.tar.gz 2083823 BLAKE2B 26ef58894ad51ca9775cf07edb1353a8aeb7af0df36ce8698425be216a067903797cdbc50c7644292c7e05b23c7bba35c9fe5e38c70e6f55784d8bcdd9c2fdb2 SHA512 a6e90ccef56cfd0b37e3333ab3594bb3cec7ca42a138ca8c4f4ce142da208fa792f6c78ca00c01001c2bc02831abcbaf1cf9bcc346a5290fd7b30708f5a462f3 DIST libidn2-2.3.4.tar.gz.sig 228 BLAKE2B 0aa25bbd58b76724dc7f6d7a40dd578bf28f4b786c32933fae330c4330da8fabd549c45b579bfc0ef0178b10122e59c6b33bd78a8425c744dff2ace7e75018dd SHA512 d2a575723326ae256a60e3edf7766af65434f716e11f963bb7ac29b6b2ff2872b41684a1bd1c6f3a3921e8a083512eff1faf2b0fc02513095c2bcf3563312fe0 EBUILD libidn2-2.3.4-r1.ebuild 1625 BLAKE2B c6260336f7f47f9eda42856412bc22028f8c3912b8a05b7b20fa5f921a7410e7519d0a4acb6c7857990b221ca80d1d0b1deddf9dd86369dd28b26e63bcebb285 SHA512 2d8a842422c63f14254400d179cb478471fcfe3b21fe01567178311c3f251cb7f146753a2360f02856ef788889cc93eea7e0dc3f6c0673ff436f9e9a22186d67 -EBUILD libidn2-2.3.4.ebuild 1645 BLAKE2B d1669def4d66857d42bdef9182142d3f99509199159b7c6e7856cab1cda082df01701ad7c8aaf4f979eb4a2bce5a8d1686a40a64b20882acd6e86c7873da093e SHA512 a4082cad8038f2b7b796e76983fdbc99a9aee51479085a5ccad4629934a4722bdfed4cccced0e0407b0ee6c6895888e323886bf267f1bed1c2e0c37ad19d26e0 MISC metadata.xml 616 BLAKE2B 8f655a4bf8a19dc46ad2c171a185418193042a5d94e7819cf7366c543f2bab24150715c9966f653cf6efbe1bfcaf4c7f0f2d2bc2cc4c876456e07ef823005953 SHA512 2f23e3e9efc8cabc33337a6c19b0b5d627327538ba3b4e669cac7aa7b424362eae6630249ae162df4d03c833c094affb223f80ee7f914ea87655a45576a11f70 diff --git a/net-dns/libidn2/libidn2-2.3.4.ebuild b/net-dns/libidn2/libidn2-2.3.4.ebuild deleted file mode 100644 index c4635da58f1d..000000000000 --- a/net-dns/libidn2/libidn2-2.3.4.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit flag-o-matic multilib-minimal toolchain-funcs verify-sig - -DESCRIPTION="An implementation of the IDNA2008 specifications (RFCs 5890, 5891, 5892, 5893)" -HOMEPAGE=" - https://www.gnu.org/software/libidn/#libidn2 - https://gitlab.com/libidn/libidn2/ -" -SRC_URI=" - mirror://gnu/libidn/${P}.tar.gz - verify-sig? ( mirror://gnu/libidn/${P}.tar.gz.sig ) -" -S="${WORKDIR}"/${P/a/} - -LICENSE="|| ( GPL-2+ LGPL-3+ ) GPL-3+ unicode" -SLOT="0/2" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" -IUSE="nls static-libs" - -RDEPEND=" - dev-libs/libunistring:=[${MULTILIB_USEDEP}] -" -DEPEND=" - ${RDEPEND} -" -BDEPEND=" - dev-lang/perl - sys-apps/help2man - nls? ( sys-devel/gettext ) - verify-sig? ( sec-keys/openpgp-keys-libidn ) -" - -VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/libidn.asc - -multilib_src_configure() { - # ideally we want !tc-ld-is-bfd for best future-proofing, but it needs - # https://github.com/gentoo/gentoo/pull/28355 - # mold needs this too but right now tc-ld-is-mold is also not available - if tc-ld-is-lld; then - append-ldflags -Wl,--undefined-version - fi - - local myconf=( - CC_FOR_BUILD="$(tc-getBUILD_CC)" - $(use_enable static-libs static) - $(multilib_native_use_enable nls) - --disable-doc - --disable-gcc-warnings - --disable-gtk-doc - --disable-valgrind-tests - ) - - local ECONF_SOURCE=${S} - econf "${myconf[@]}" -} - -multilib_src_install() { - default - find "${ED}" -name '*.la' -delete || die -} -- cgit v1.2.3