diff --git a/media-gfx/chafa/Manifest b/media-gfx/chafa/Manifest index 81e4512be181..097834ada357 100644 --- a/media-gfx/chafa/Manifest +++ b/media-gfx/chafa/Manifest @@ -1,3 +1 @@ -DIST chafa-1.16.1.tar.xz 1035536 BLAKE2B a140d6cfb2ef9611d0af51dad825aa03ffa6f429f1d788e0ddc8856ce3b9112d85ea649ef20d66a57f274677edc88792f1b3546d2461b6677dfcd6154f41f625 SHA512 fae0c7720888f00a253cc8f0b68f28647d55ec8d96db305ba9c02a7defe49dd29ed543715112940b71d8ec88504a03f08468e869dfed31436132163ea9fd4ed2 -DIST chafa-1.16.2.tar.xz 1039788 BLAKE2B 5ea9ae36ddd637a9b6061e082f47be247fadc53e4b0fd4e2f5015e66588f464efeae608cdf1470d8a1796fc0b3842ab232a30eec67fcc071672afa0e9f1faebe SHA512 a4a398eb39a6e77306960b2f6629695f25617116ef95e440f87437de8806b7da7d8400002e32e629ede9c1ecee67920c061b5102181afa7af6673f55f9ed93a9 DIST chafa-1.18.0.tar.xz 1049888 BLAKE2B 6f98557dd39611d1705131b442e136716f4d0cb4e3bdb8c846eaf1d81a1bad74a6ff87e7a52eea2d2352ce937d0e6a46fd683364f96ed4e9e2b1604ec72fd311 SHA512 a2af39df185b59bb23b03823c1b4e95901b6e7f2e16bbe8fd6d81c6cb1041f8b0b13028b0c09758235169a54d35361ddfa4fd300877960737e68d1602f17867c diff --git a/media-gfx/chafa/chafa-1.16.1.ebuild b/media-gfx/chafa/chafa-1.16.1.ebuild deleted file mode 100644 index 09b91294c71e..000000000000 --- a/media-gfx/chafa/chafa-1.16.1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit flag-o-matic libtool - -DESCRIPTION="versatile and fast Unicode/ASCII/ANSI graphics renderer" -HOMEPAGE="https://hpjansson.org/chafa/ https://github.com/hpjansson/chafa" -SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz" - -LICENSE="LGPL-3+" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~loong ~mips ~ppc ppc64 ~riscv ~sparc x86" -IUSE="+tools webp" - -RDEPEND=" - dev-libs/glib:2 - tools? ( >=media-libs/freetype-2.0.0 ) - webp? ( media-libs/libwebp:= ) -" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -QA_CONFIG_IMPL_DECL_SKIP=( - # checking for intrinsics, will fail where not supported. bug #927102 - _mm_popcnt_u64 -) - -src_prepare() { - default - elibtoolize -} - -src_configure() { - # bug 909429 - use webp && append-ldflags -lwebp - - econf \ - --disable-man \ - $(use_with tools) \ - $(use_with webp) -} - -src_install() { - default - - use tools && doman docs/chafa.1 - - find "${ED}" -name '*.la' -delete || die -} diff --git a/media-gfx/chafa/chafa-1.16.2.ebuild b/media-gfx/chafa/chafa-1.16.2.ebuild deleted file mode 100644 index e5bb353e9502..000000000000 --- a/media-gfx/chafa/chafa-1.16.2.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit flag-o-matic libtool - -DESCRIPTION="versatile and fast Unicode/ASCII/ANSI graphics renderer" -HOMEPAGE="https://hpjansson.org/chafa/ https://github.com/hpjansson/chafa" -SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz" - -LICENSE="LGPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" -IUSE="+tools webp" - -RDEPEND=" - dev-libs/glib:2 - tools? ( >=media-libs/freetype-2.0.0 ) - webp? ( media-libs/libwebp:= ) -" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -QA_CONFIG_IMPL_DECL_SKIP=( - # checking for intrinsics, will fail where not supported. bug #927102 - _mm_popcnt_u64 -) - -src_prepare() { - default - elibtoolize -} - -src_configure() { - # bug 909429 - use webp && append-ldflags -lwebp - - econf \ - --disable-man \ - $(use_with tools) \ - $(use_with webp) -} - -src_install() { - default - - use tools && doman docs/chafa.1 - - find "${ED}" -name '*.la' -delete || die -}