commit:     c73a9e4040e9a7e353ed4eff19387f5bafb48bb7
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 28 12:04:02 2024 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sat Dec 28 12:08:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c73a9e40

media-gfx/xpaint: drop 3.1.4-r4

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 media-gfx/xpaint/xpaint-3.1.4-r4.ebuild | 87 ---------------------------------
 1 file changed, 87 deletions(-)

diff --git a/media-gfx/xpaint/xpaint-3.1.4-r4.ebuild 
b/media-gfx/xpaint/xpaint-3.1.4-r4.ebuild
deleted file mode 100644
index 0a239d8a1b67..000000000000
--- a/media-gfx/xpaint/xpaint-3.1.4-r4.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools desktop toolchain-funcs xdg
-
-DESCRIPTION="Image editor with tiff, jpeg and png support"
-HOMEPAGE="https://sf-xpaint.sourceforge.net/";
-SRC_URI="https://downloads.sourceforge.net/sf-xpaint/${P}.tar.bz2";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="pgf tiff"
-# jpeg2k disabled for blocking media-libs/openjpeg:0 security cleanup, bug 
735592
-
-RDEPEND="
-       media-libs/fontconfig
-       media-libs/libjpeg-turbo:=
-       media-libs/libpng:=
-       media-libs/netpbm
-       x11-libs/libX11
-       >=x11-libs/libXaw3dXft-1.6.2h[unicode(+)]
-       x11-libs/libXext
-       x11-libs/libXft
-       x11-libs/libXmu
-       x11-libs/libXpm
-       x11-libs/libXt
-       pgf? ( media-libs/libpgf )
-       tiff? ( media-libs/tiff:= )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-       app-alternatives/yacc
-       app-alternatives/lex
-       virtual/pkgconfig
-"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-3.1.3-libtool-clang.patch
-       "${FILESDIR}"/${PN}-3.1.3-gentoo-qa.patch
-       "${FILESDIR}"/${PN}-3.1.3-gentoo-prefix.patch
-       "${FILESDIR}"/${P}-gentoo-shared-lib.patch
-       "${FILESDIR}"/${P}-gentoo-lto.patch
-)
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-src_configure() {
-       econf \
-               $(use_enable tiff) \
-               --disable-libdvipgm \
-               --disable-libopenjpeg
-}
-
-src_compile() {
-       # clean up
-       emake clean
-       emake -C util clean
-
-       # parallel make still fails sometimes
-       emake substads
-       emake xpaint.1
-
-       default
-       emake \
-               WITH_PGF="$(usex pgf "yes" "no")" \
-               CC="$(tc-getCC)" \
-               CXX="$(tc-getCXX)" \
-               includedir="${EPREFIX}"/usr/include \
-               -C util
-}
-
-src_install() {
-       default
-       emake \
-               WITH_PGF="$(usex pgf "yes" "no")" \
-               DESTDIR="${ED}" \
-               -C util install
-       doicon icons/xpaint.svg
-       make_desktop_entry "${PN}"
-       find "${ED}" -name '*.la' -delete || die
-}

Reply via email to