Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/intltool/
Date: Wed, 07 Feb 2018 08:51:31
Message-Id: 1517993478.41406fe891e6864e8004f710a3c4998d26552ab4.kensington@gentoo
1 commit: 41406fe891e6864e8004f710a3c4998d26552ab4
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 7 08:49:45 2018 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 7 08:51:18 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41406fe8
7
8 dev-util/intltool: remove 0.51.0-r1
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-util/intltool/intltool-0.51.0-r1.ebuild | 30 -----------------------------
13 1 file changed, 30 deletions(-)
14
15 diff --git a/dev-util/intltool/intltool-0.51.0-r1.ebuild b/dev-util/intltool/intltool-0.51.0-r1.ebuild
16 deleted file mode 100644
17 index 126bbd071a4..00000000000
18 --- a/dev-util/intltool/intltool-0.51.0-r1.ebuild
19 +++ /dev/null
20 @@ -1,30 +0,0 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -inherit eutils
26 -
27 -DESCRIPTION="Internationalization Tool Collection"
28 -HOMEPAGE="https://launchpad.net/intltool/"
29 -SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
30 -
31 -LICENSE="GPL-2"
32 -SLOT="0"
33 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
34 -IUSE=""
35 -
36 -DEPEND="
37 - >=dev-lang/perl-5.8.1
38 - dev-perl/XML-Parser
39 -"
40 -RDEPEND="${DEPEND}
41 - sys-devel/gettext
42 -"
43 -DOCS=( AUTHORS ChangeLog NEWS README TODO doc/I18N-HOWTO )
44 -
45 -src_prepare() {
46 - # Fix handling absolute paths in single file key output, bug #470040
47 - # https://bugs.launchpad.net/intltool/+bug/1168941
48 - epatch "${FILESDIR}/${PN}-0.50.2-absolute-paths.patch"
49 - epatch "${FILESDIR}"/${PN}-0.51.0-perl-5.22.patch
50 -}