diff options
author | Sam James <sam@gentoo.org> | 2022-02-27 23:16:22 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-27 23:16:22 +0000 |
commit | 11e6c664897b8a4304fd075280a54b61fc09b34e (patch) | |
tree | 21df601fc9038c1b576026b473ab4f6379407c0d /app-text/antiword | |
parent | dev-python/django-pglocks: treeclean (diff) | |
download | gentoo-11e6c664897b8a4304fd075280a54b61fc09b34e.tar.gz gentoo-11e6c664897b8a4304fd075280a54b61fc09b34e.tar.bz2 gentoo-11e6c664897b8a4304fd075280a54b61fc09b34e.zip |
app-text/antiword: drop 0.37-r1
Closes: https://bugs.gentoo.org/832261
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/antiword')
-rw-r--r-- | app-text/antiword/antiword-0.37-r1.ebuild | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/app-text/antiword/antiword-0.37-r1.ebuild b/app-text/antiword/antiword-0.37-r1.ebuild deleted file mode 100644 index b9ae5e10151d..000000000000 --- a/app-text/antiword/antiword-0.37-r1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit epatch toolchain-funcs - -IUSE="kde" -PATCHVER="r2" -DESCRIPTION="free MS Word reader" -HOMEPAGE="http://www.winfield.demon.nl" -SRC_URI="http://www.winfield.demon.nl/linux/${P}.tar.gz - https://dev.gentoo.org/~grobian/distfiles/${PN}-gentoo-patches-${PATCHVER}.tar.bz2" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ~arm ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" - -src_prepare() { - # Makefile is a symlink to Makefile.Linux, avoid that we patch it by - # accident using patch <2.7, see bug #435492 - rm Makefile || die - - EPATCH_SUFFIX="patch" epatch "${WORKDIR}/${PN}-gentoo-patches-${PATCHVER}" - - # Re-add convenience symlink, see above - ln -s Makefile.Linux Makefile - - epatch "${FILESDIR}"/${P}-CVE-2014-8123.patch -} - -src_configure() { :; } - -src_compile() { - emake PREFIX="${EPREFIX}" OPT="${CFLAGS}" CC="$(tc-getCC)" LD="$(tc-getCC)" \ - LDFLAGS="${LDFLAGS}" -} - -src_install() { - emake -j1 PREFIX="${EPREFIX}" DESTDIR="${D}" global_install - - use kde || rm -f "${ED}"/usr/bin/kantiword - - insinto /usr/share/${PN}/examples - doins Docs/testdoc.doc Docs/antiword.php - - cd Docs - doman antiword.1 - dodoc ChangeLog Exmh Emacs FAQ History Netscape QandA ReadMe Mozilla Mutt -} |