diff options
author | Sam James <sam@gentoo.org> | 2021-03-15 21:27:02 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-15 21:34:11 +0000 |
commit | a5cc9b0d498d2bd32574193f273786a40feca398 (patch) | |
tree | 1b6629c15b276934210ee9cf1b3db25ff9e3af08 /x11-misc/efax-gtk | |
parent | x11-misc/cairo-clock: drop 0.3.4-r1 (diff) | |
download | gentoo-a5cc9b0d498d2bd32574193f273786a40feca398.tar.gz gentoo-a5cc9b0d498d2bd32574193f273786a40feca398.tar.bz2 gentoo-a5cc9b0d498d2bd32574193f273786a40feca398.zip |
x11-misc/efax-gtk: drop 3.2.14
Bug: https://bugs.gentoo.org/776445
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-misc/efax-gtk')
-rw-r--r-- | x11-misc/efax-gtk/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/efax-gtk/efax-gtk-3.2.14.ebuild | 57 | ||||
-rw-r--r-- | x11-misc/efax-gtk/files/efax-gtk-3.2.13-fno-common.patch | 35 |
3 files changed, 0 insertions, 93 deletions
diff --git a/x11-misc/efax-gtk/Manifest b/x11-misc/efax-gtk/Manifest index 5e4ca4405d47..710870329cfb 100644 --- a/x11-misc/efax-gtk/Manifest +++ b/x11-misc/efax-gtk/Manifest @@ -1,2 +1 @@ -DIST efax-gtk-3.2.14.src.tgz 1241132 BLAKE2B 8907907681076d9238219a42c7a490f15b988019be2dd291131fd48122421f8f9476ae59f4832395ff56c44b0981490f3c38c49df643dbc1125f33e735392bbf SHA512 28e0814c209c4c398a27b4f421b0902942fb2088e94d992c344093d755a74176cedce2912ad6f5c0a21fde1fc57acd8c5bb97bd98c42b76bdf2ab1b5919a595e DIST efax-gtk-3.2.15.src.tgz 1253414 BLAKE2B 1cd5eadced1e1ad03cb3d05b2068ce232c5632cebdba3320b721b773685f9ba4f1c69f4f0f0f0e261fce127ccaeb2f8eb5b95a4f6cbcc7adcc36c4a22729acb8 SHA512 83ba678162c2ec5c62eeba941a712f507aaeef3a42dfffe8a7dedca72af5ee46626e9c709d7617fc3bf62191ce0f6b10bac2498e1996cc45270db638fdfb7e63 diff --git a/x11-misc/efax-gtk/efax-gtk-3.2.14.ebuild b/x11-misc/efax-gtk/efax-gtk-3.2.14.ebuild deleted file mode 100644 index 776229b9a314..000000000000 --- a/x11-misc/efax-gtk/efax-gtk-3.2.14.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="A graphical frontend for the 'efax' application" -HOMEPAGE="http://efax-gtk.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.src.tgz" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 x86" - -RDEPEND=" - >=dev-libs/glib-2.10 - media-libs/tiff:0= - x11-libs/libX11 - x11-libs/c++-gtk-utils:0[gtk] - x11-libs/gtk+:3 -" -DEPEND=" - ${RDEPEND} - virtual/pkgconfig - sys-devel/gettext -" - -DOCS="AUTHORS BUGS ChangeLog README" -PATCHES=( - "${FILESDIR}"/${PN}-3.2.13-fno-common.patch -) - -src_prepare() { - default - # Prevent sandbox violation with chown/chgrp and existing spooldir - sed -i -e '/ch.*lp.*spooldir/d' efax-gtk-faxfilter/Makefile.in || die - - sed -i \ - -e '/^Categories/s:Office;::' \ - ${PN}.desktop || die -} - -src_configure() { - econf \ - --with-gtk-version=gtk3 -} - -src_install() { - default - # File collision with net-misc/efax wrt #401221 - mv "${ED}"/usr/share/man/man1/efax{,-0.9a}.1 || die - mv "${ED}"/usr/share/man/man1/efix{,-0.9a}.1 || die -} - -pkg_postinst() { - local spooldir="${EROOT}"/var/spool/fax - [[ -d ${spooldir} ]] && chown lp:lp "${spooldir}" -} diff --git a/x11-misc/efax-gtk/files/efax-gtk-3.2.13-fno-common.patch b/x11-misc/efax-gtk/files/efax-gtk-3.2.13-fno-common.patch deleted file mode 100644 index 4cfd79afd164..000000000000 --- a/x11-misc/efax-gtk/files/efax-gtk-3.2.13-fno-common.patch +++ /dev/null @@ -1,35 +0,0 @@ ---- a/efax/efaxos.h -+++ b/efax/efaxos.h -@@ -11,10 +11,6 @@ - #define UNIXSIGS SIGHUP, SIGQUIT, SIGIOT, SIGALRM - #define CATCHSIGS ANSISIGS, UNIXSIGS - --/* Bit order reversal table. */ -- --extern unsigned char normalbits [ ] ; -- - typedef enum ttymodes /* serial port modes: */ - { - COMMAND, /* 19200 8N1, no f/c, DTR high */ ---- a/efax/efaxlib.h -+++ b/efax/efaxlib.h -@@ -208,7 +208,7 @@ - /* Bit reversal lookup tables (note that the `normalbits' array - is the one actually used for the bit reversal. */ - --uchar reversebits [ 256 ], normalbits [ 256 ] ; -+extern uchar reversebits [ 256 ], normalbits [ 256 ] ; - - void initbittab(void) ; - ---- a/efax/efaxlib.c -+++ b/efax/efaxlib.c -@@ -48,6 +48,8 @@ - return n < 0 ; - } - -+uchar reversebits [ 256 ], normalbits [ 256 ] ; -+ - /* Provide dummy gettext() function if there is no internationalisation support */ - - #ifndef ENABLE_NLS |