Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/unrtf/
Date: Sat, 26 Sep 2020 19:40:43
Message-Id: 1601149224.c9acd5038e5916bebfde443da9ed14ed0b0502cd.bman@gentoo
1 commit: c9acd5038e5916bebfde443da9ed14ed0b0502cd
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 26 19:35:32 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 26 19:40:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9acd503
7
8 app-text/unrtf: drop old EAPI=5
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 app-text/unrtf/Manifest | 1 -
13 app-text/unrtf/unrtf-0.21.9.ebuild | 25 -------------------------
14 2 files changed, 26 deletions(-)
15
16 diff --git a/app-text/unrtf/Manifest b/app-text/unrtf/Manifest
17 index ced6ba67157..defa72bf534 100644
18 --- a/app-text/unrtf/Manifest
19 +++ b/app-text/unrtf/Manifest
20 @@ -1,2 +1 @@
21 DIST unrtf-0.21.10.tar.gz 812696 BLAKE2B 3edc654feee461bb785877c3c3829462b9f55556e352bd12a19e426911336e161431badf5fdf5e00b0c488ca1804a0922ac7eb6980ebec58232112f6cf156f34 SHA512 31bedd1a23a052c1235e1328a12b346a0fe48b3f3cf78d72c068fe0d3edf18bc78f4c9dfe2f093ee8b4f3c79e923c6ceda49bc257d191dd5371f9273809343c9
22 -DIST unrtf-0.21.9.tar.gz 828590 BLAKE2B 832ab672265efa8f1ed5dfdcc73e310ef920199db57cc2be5303c7d0c502a15e7027cb9539ee5a27df66e2589d9dce88aac40d465f87d39770de9c4b5d886b8f SHA512 56d279ba8c8c20b8e39705dd4313c2b1607273d02ca2cdaeca5771bdbb3d99c338b816671dba1037961879be8ac6efddcd1af4cecb5c337f899575cae2989c03
23
24 diff --git a/app-text/unrtf/unrtf-0.21.9.ebuild b/app-text/unrtf/unrtf-0.21.9.ebuild
25 deleted file mode 100644
26 index 1bc242caf1b..00000000000
27 --- a/app-text/unrtf/unrtf-0.21.9.ebuild
28 +++ /dev/null
29 @@ -1,25 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -
35 -inherit autotools eutils
36 -
37 -DESCRIPTION="Converts RTF files to various formats"
38 -HOMEPAGE="https://www.gnu.org/software/unrtf/unrtf.html"
39 -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
40 -
41 -LICENSE="GPL-3"
42 -SLOT="0"
43 -KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
44 -IUSE=""
45 -
46 -src_prepare() {
47 - # eautoreconf fails when automake-1.14* is installed. Please check with
48 - # next version bump if we still need this workaround.
49 - rm aclocal.m4 || die
50 -
51 - epatch "${FILESDIR}"/unrtf-0.21.8-automake-fix.patch
52 - epatch "${FILESDIR}"/${PN}-0.21.8-iconv-detection.patch
53 - eautoreconf
54 -}