summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2024-01-24 10:37:11 +0100
committerHans de Graaff <graaff@gentoo.org>2024-01-24 10:37:40 +0100
commita5625ed8bea14fedee61fb5ab07c9cc3f6d15bdc (patch)
tree7cfce4c658da84fb8a21f1d14d386202db25060f /media-gfx
parentmedia-libs/lilv: bump to 0.24.24 (diff)
downloadgentoo-a5625ed8bea14fedee61fb5ab07c9cc3f6d15bdc.tar.gz
gentoo-a5625ed8bea14fedee61fb5ab07c9cc3f6d15bdc.tar.bz2
gentoo-a5625ed8bea14fedee61fb5ab07c9cc3f6d15bdc.zip
media-gfx/xfig: drop 3.2.8b-r1
Bug: https://bugs.gentoo.org/917279 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/xfig/Manifest1
-rw-r--r--media-gfx/xfig/xfig-3.2.8b-r1.ebuild54
2 files changed, 0 insertions, 55 deletions
diff --git a/media-gfx/xfig/Manifest b/media-gfx/xfig/Manifest
index eedea84da010..67b7ac2e8503 100644
--- a/media-gfx/xfig/Manifest
+++ b/media-gfx/xfig/Manifest
@@ -1,2 +1 @@
-DIST xfig-3.2.8b.tar.xz 5382524 BLAKE2B 94963d165664c6451776fcbc3e332a7933c00d4b43e3d4196f15883a9873171f7a0791e6fa41cbb6e8d07958f9ddcceb9578a62a9893cf2f436c07dcbe3e7f37 SHA512 5cc5e61977f97956baca77bf4bce09d0f47ea6fafb10055d0523f7cccd72d7af80e706daa62ae16df3fc54338b4f6cd4a6b71dc460311e65be749ec84fa662b3
DIST xfig-3.2.9.tar.xz 5368544 BLAKE2B 6fd04d7238453d304a5e9624524f1e3674fe21ea3485d0925fa430a6312b61019a54397301cd7773565035cd3aee7fa130ed2459187241a778c0d44759c57d45 SHA512 c5e797b394740761a24e6e5e83d025dd78a11ad7d12662728c708218d7131d9077d9ed0c09023134ed9d709c58f52f5c9182e5b50e540b1876be4c359d79a60e
diff --git a/media-gfx/xfig/xfig-3.2.8b-r1.ebuild b/media-gfx/xfig/xfig-3.2.8b-r1.ebuild
deleted file mode 100644
index b6a96ed108d9..000000000000
--- a/media-gfx/xfig/xfig-3.2.8b-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit optfeature xdg
-
-DESCRIPTION="A menu-driven tool to draw and manipulate objects interactively in an X window"
-HOMEPAGE="http://mcj.sourceforge.net/"
-SRC_URI="https://downloads.sourceforge.net/project/mcj/${P}.tar.xz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-
-COMMON_DEPEND="
- app-text/ghostscript-gpl:=
- >=media-gfx/transfig-3.2.5-r1
- media-libs/libjpeg-turbo:=
- media-libs/libpng:=
- media-libs/tiff:=
- x11-libs/libX11
- x11-libs/libXaw3d[unicode(+)]
- x11-libs/libXpm
- x11-libs/libXt
-"
-DEPEND="${COMMON_DEPEND}
- x11-base/xorg-proto
-"
-RDEPEND="${COMMON_DEPEND}
- media-fonts/font-misc-misc
- media-fonts/urw-fonts
-"
-
-PATCHES=(
- "${FILESDIR}/${PN}-3.2.6a-urwfonts.patch"
- "${FILESDIR}/${PN}-3.2.6a-solaris.patch"
- "${FILESDIR}/${PN}-3.2.8b-app-defaults.patch"
- "${FILESDIR}/${PN}-3.2.8b-Fix-build-with-flto.patch"
-)
-
-src_configure() {
- local myeconfargs=(
- --enable-i18n
- --htmldir="${EPREFIX}/usr/share/doc/${PF}" # it expects docdir...
- )
- econf "${myeconfargs[@]}"
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
-
- optfeature "GIF support" media-libs/netpbm virtual/imagemagick-tools
-}