commit: d201fe4758d28dff79709b41af6b08a0d216ac80 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Feb 22 15:56:12 2026 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Feb 22 16:47:42 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d201fe47
media-gfx/icoutils: drop 0.32.3 Bug: https://bugs.gentoo.org/970462 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> media-gfx/icoutils/icoutils-0.32.3.ebuild | 51 ------------------------------- 1 file changed, 51 deletions(-) diff --git a/media-gfx/icoutils/icoutils-0.32.3.ebuild b/media-gfx/icoutils/icoutils-0.32.3.ebuild deleted file mode 100644 index ab7d4bb5c1d3..000000000000 --- a/media-gfx/icoutils/icoutils-0.32.3.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools flag-o-matic - -DESCRIPTION="Tools to extract and convert images in icon and cursor files (.ico, .cur)" -HOMEPAGE="http://www.nongnu.org/icoutils/" -SRC_URI="mirror://nongnu/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm ppc ~ppc64 x86" -IUSE="nls" - -BDEPEND=" - nls? ( sys-devel/gettext ) -" -RDEPEND=" - >=dev-lang/perl-5.6 - >=dev-perl/libwww-perl-5.64 - media-libs/libpng:0 - virtual/zlib:= - nls? ( virtual/libintl ) -" -DEPEND="${RDEPEND}" - -DOCS=( AUTHORS ChangeLog NEWS README TODO ) - -PATCHES=( - "${FILESDIR}"/${PN}-0.29.1-{locale,gettext}.patch - "${FILESDIR}"/${PN}-0.32.3-c23.patch -) - -src_prepare() { - default - rm m4/po.m4* || die - cp /usr/share/aclocal/po.m4 m4/ || die - AT_M4DIR=m4 eautoreconf -} - -src_configure() { - use !elibc_glibc && use !elibc_musl && use nls && append-libs -lintl - econf $(use_enable nls) -} - -src_install() { - emake DESTDIR="${D}" mkinstalldirs="mkdir -p" install - einstalldocs -}
