Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/icoutils/
Date: Sun, 29 Oct 2017 17:42:32
Message-Id: 1509298934.11af7de2cc8e6ff58ed74e58709a91a630bb4dc1.whissi@gentoo
1 commit: 11af7de2cc8e6ff58ed74e58709a91a630bb4dc1
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 29 17:39:39 2017 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 29 17:42:14 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11af7de2
7
8 media-gfx/icoutils: Bump to v0.32.0
9
10 Thanks to Marty Plummer for the musl build fix (bug #631360).
11
12 Closes: https://github.com/gentoo/gentoo/pull/5393
13 Fixes: https://bugs.gentoo.org/631360
14 Bug: https://bugs.gentoo.org/605138
15 Closes: https://bugs.gentoo.org/635814
16
17 Package-Manager: Portage-2.3.13, Repoman-2.3.4
18
19 media-gfx/icoutils/Manifest | 1 +
20 media-gfx/icoutils/icoutils-0.32.0.ebuild | 49 +++++++++++++++++++++++++++++++
21 2 files changed, 50 insertions(+)
22
23 diff --git a/media-gfx/icoutils/Manifest b/media-gfx/icoutils/Manifest
24 index 7cee54aabe6..ffc07bb61af 100644
25 --- a/media-gfx/icoutils/Manifest
26 +++ b/media-gfx/icoutils/Manifest
27 @@ -1,3 +1,4 @@
28 DIST icoutils-0.31.0.tar.bz2 559836 SHA256 a895d9d74a418d65d39a667e58ae38be79c9e726711384551d36531696f3af71 SHA512 f6ee954784abd9f6cf1f6a2424b89e917de2e3950a5411c6790f1a7a34522e067308677ab00bd34781d179fde1192ec91dcd400207edb09bdb20d503507b5cca WHIRLPOOL 92a3905315973ed016bb2000881d5c39f7306c792feaed302bf183d62056217a9aa76e90dc25a44ffb43434053f3c5ced90e100bd59c284a26fa14b7ffbe0b4a
29 DIST icoutils-0.31.1.tar.bz2 573484 SHA256 26e29d3c78f25d4cdf402501ac0414c51a9a092daebf6c9dee3b837dee693093 SHA512 47fe41429cee73b6aff90e2b385b621314700dedfe09989318e439b19a484d806a9428652008be2db70598ba1337e860fba30b6d8104525f9e0bcbb4dc61dc56 WHIRLPOOL 893fbbf7f4dd1ebb06c14d22baf0ac1c126941688ac451b4976e1d0d505056714361f8ab99e2c8f080e20b0d1a8670e375cc2f663ab2bb8861e0af1152fb7504
30 DIST icoutils-0.31.3.tar.bz2 593403 SHA256 d4651de8e3f9e28d24b5343a2b7564f49754e5fe7d211c5d4dd60dcd65c8a152 SHA512 3c25dfff0d947ad4688e57871888b7d03ecc1d5aaf2dd957bbfd5d034cbde03238a03446a719b637d2f0c309af424359435d98bddfbdf1ea9d4c08bb23f154d8 WHIRLPOOL 4c0d34484d956f8817b25ed87e36d868ad35ec74d49ad02b4503c3029ab0253b8bbf38b5687f965fe609b4e6d42a1be1da8debe2f8ec5e168136fe7833e341ab
31 +DIST icoutils-0.32.0.tar.bz2 593699 SHA256 17234d6e922f5dcd2dc8351a4b3535a2f348bb9b92c17ca3e438132147019ca6 SHA512 35fb584611edefe4445784e61e9cc10bdc039fc4106b7dca7faf66ca1a252ad6dc6e3511b4a5aba744ba74b51315a757addce2f8d5b20a1d7e38886e3eecd878 WHIRLPOOL 2d19d75271c0cd4abae9d80671e8422f33a8e95c4252323292c8d89eaebd1a3442e2f37c680a2068b5a740b77003fb8479c00f6d21647b6116ae8f31577ff46e
32
33 diff --git a/media-gfx/icoutils/icoutils-0.32.0.ebuild b/media-gfx/icoutils/icoutils-0.32.0.ebuild
34 new file mode 100644
35 index 00000000000..916e4cc663d
36 --- /dev/null
37 +++ b/media-gfx/icoutils/icoutils-0.32.0.ebuild
38 @@ -0,0 +1,49 @@
39 +# Copyright 1999-2017 Gentoo Foundation
40 +# Distributed under the terms of the GNU General Public License v2
41 +
42 +EAPI="6"
43 +inherit autotools flag-o-matic
44 +
45 +DESCRIPTION="Tools to extract and convert images in icon and cursor files (.ico, .cur)"
46 +HOMEPAGE="http://www.nongnu.org/icoutils/"
47 +SRC_URI="mirror://nongnu/${PN}/${P}.tar.bz2"
48 +
49 +LICENSE="GPL-2"
50 +SLOT="0"
51 +KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
52 +IUSE="nls"
53 +
54 +RDEPEND="
55 + >=dev-lang/perl-5.6
56 + >=dev-perl/libwww-perl-5.64
57 + media-libs/libpng:0
58 + sys-libs/zlib
59 + nls? ( virtual/libintl )
60 +"
61 +DEPEND="
62 + ${RDEPEND}
63 + nls? ( sys-devel/gettext )
64 +"
65 +
66 +DOCS=( AUTHORS ChangeLog NEWS README TODO )
67 +
68 +PATCHES=(
69 + "${FILESDIR}"/${PN}-0.29.1-{locale,gettext}.patch
70 +)
71 +
72 +src_prepare() {
73 + default
74 + rm m4/po.m4* || die
75 + cp /usr/share/aclocal/po.m4 m4/
76 + AT_M4DIR=m4 eautoreconf
77 +}
78 +
79 +src_configure() {
80 + use !elibc_glibc && use !elibc_musl && use nls && append-libs -lintl
81 + econf $(use_enable nls)
82 +}
83 +
84 +src_install() {
85 + emake DESTDIR="${D}" mkinstalldirs="mkdir -p" install
86 + einstalldocs
87 +}