commit:     46737e3359c74c8f6e9cd581713bea8cf49aa2a4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 19 21:12:56 2026 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan 20 17:19:28 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46737e33

media-gfx/apngasm: drop 3.1.10

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-gfx/apngasm/apngasm-3.1.10.ebuild | 40 ---------------------------------
 1 file changed, 40 deletions(-)

diff --git a/media-gfx/apngasm/apngasm-3.1.10.ebuild 
b/media-gfx/apngasm/apngasm-3.1.10.ebuild
deleted file mode 100644
index 747c18aebeea..000000000000
--- a/media-gfx/apngasm/apngasm-3.1.10.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="create an APNG from multiple PNG files"
-HOMEPAGE="https://github.com/apngasm/apngasm";
-SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-       dev-libs/boost:=
-       media-libs/libpng:0=
-       virtual/zlib:=
-"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
-       "${FILESDIR}/${PN}-3.1.10-static.patch"
-)
-
-src_prepare() {
-       sed -i -e 's|man/man1|share/man/man1|g' cli/CMakeLists.txt || die
-
-       cmake_src_prepare
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DLIB_INSTALL_DIR=$(get_libdir)
-               -DJAVA=OFF
-               -DRUBY=OFF
-       )
-       cmake_src_configure
-}

Reply via email to