diff options
author | 2022-12-21 21:23:03 +0000 | |
---|---|---|
committer | 2022-12-21 22:25:01 +0000 | |
commit | b2738c20d2308f5ac385e6a7fce462f714669568 (patch) | |
tree | 5755f5d616ec0053e5f88b17d8a8745583b11fee /media-gfx | |
parent | dev-libs/elfutils: drop 0.187, 0.187-r2 (diff) | |
download | gentoo-b2738c20d2308f5ac385e6a7fce462f714669568.tar.gz gentoo-b2738c20d2308f5ac385e6a7fce462f714669568.tar.bz2 gentoo-b2738c20d2308f5ac385e6a7fce462f714669568.zip |
media-gfx/xfig: drop 3.2.7b-r3
Bug: https://bugs.gentoo.org/886561
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/xfig/Manifest | 1 | ||||
-rw-r--r-- | media-gfx/xfig/xfig-3.2.7b-r3.ebuild | 50 |
2 files changed, 0 insertions, 51 deletions
diff --git a/media-gfx/xfig/Manifest b/media-gfx/xfig/Manifest index 80f26b1cdbf9..eaa8f0ea2b77 100644 --- a/media-gfx/xfig/Manifest +++ b/media-gfx/xfig/Manifest @@ -1,2 +1 @@ -DIST xfig-3.2.7b.tar.xz 5059984 BLAKE2B a22465e16019e9887e302ea308e250ad5d7ba0c49aec8f554a73d3b4489d803a05041cb7d267c543a7c0d3b78eac25077c628283f82767932afcc9d9750ce883 SHA512 f3396ebf8a5961909e58b05b60117fd7bbc8c24fabbd47f108eaea9586f4180af572faffe077b1a5dcbf669ebd69b1c2791f302c126dea62a44aa1592de66f73 DIST xfig-3.2.8b.tar.xz 5382524 BLAKE2B 94963d165664c6451776fcbc3e332a7933c00d4b43e3d4196f15883a9873171f7a0791e6fa41cbb6e8d07958f9ddcceb9578a62a9893cf2f436c07dcbe3e7f37 SHA512 5cc5e61977f97956baca77bf4bce09d0f47ea6fafb10055d0523f7cccd72d7af80e706daa62ae16df3fc54338b4f6cd4a6b71dc460311e65be749ec84fa662b3 diff --git a/media-gfx/xfig/xfig-3.2.7b-r3.ebuild b/media-gfx/xfig/xfig-3.2.7b-r3.ebuild deleted file mode 100644 index 4f24ee215a3e..000000000000 --- a/media-gfx/xfig/xfig-3.2.7b-r3.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit 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 ~x86-solaris" -IUSE="jpeg nls postscript" - -RDEPEND=" - x11-libs/libXaw - x11-libs/libXaw3d - x11-libs/libXi - x11-libs/libXt - media-libs/libpng:0= - media-fonts/font-misc-misc - media-fonts/urw-fonts - >=media-gfx/transfig-3.2.5-r1 - media-libs/netpbm - jpeg? ( media-libs/libjpeg-turbo:= ) - nls? ( x11-libs/libXaw3d[unicode(+)] ) - postscript? ( app-text/ghostscript-gpl ) -" -DEPEND="${RDEPEND} - x11-base/xorg-proto -" - -PATCHES=( - "${FILESDIR}/${PN}-3.2.6a-urwfonts.patch" - "${FILESDIR}/${PN}-3.2.6a-solaris.patch" - "${FILESDIR}/${PN}-3.2.6a-app-defaults.patch" - "${FILESDIR}/${PN}-3.2.7b-ghostscript.patch" -) - -src_configure() { - local myeconfargs=( - $(use_enable nls i18n) - $(use_enable jpeg) - $(use_with postscript gs) - --htmldir="${EPREFIX}/usr/share/doc/${PF}" # it expects docdir... - ) - econf "${myeconfargs[@]}" -} |