From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C1DF0139085 for ; Sat, 28 Jan 2017 20:42:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B56452540BB; Sat, 28 Jan 2017 20:42:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8115A2540BB for ; Sat, 28 Jan 2017 20:42:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7A33C34165E for ; Sat, 28 Jan 2017 20:42:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A80E13904 for ; Sat, 28 Jan 2017 20:42:24 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1485636139.19ca1f6c0ba4b2970e7407a35d33a928c04355dc.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/icoutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/icoutils/Manifest media-gfx/icoutils/icoutils-0.31.1.ebuild X-VCS-Directories: media-gfx/icoutils/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: 19ca1f6c0ba4b2970e7407a35d33a928c04355dc X-VCS-Branch: master Date: Sat, 28 Jan 2017 20:42:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9f944ebb-7e6f-4367-a18c-1d04188f9744 X-Archives-Hash: c852ffea8db7d5de4e73519ae99c9acb commit: 19ca1f6c0ba4b2970e7407a35d33a928c04355dc Author: Patrick Lauer gentoo org> AuthorDate: Sat Jan 28 20:28:44 2017 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Sat Jan 28 20:42:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19ca1f6c media-gfx/icoutils: Bump Package-Manager: Portage-2.3.3, Repoman-2.3.1 media-gfx/icoutils/Manifest | 1 + media-gfx/icoutils/icoutils-0.31.1.ebuild | 40 +++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) diff --git a/media-gfx/icoutils/Manifest b/media-gfx/icoutils/Manifest index b478e85..9a6a284 100644 --- a/media-gfx/icoutils/Manifest +++ b/media-gfx/icoutils/Manifest @@ -1 +1,2 @@ DIST icoutils-0.31.0.tar.bz2 559836 SHA256 a895d9d74a418d65d39a667e58ae38be79c9e726711384551d36531696f3af71 SHA512 f6ee954784abd9f6cf1f6a2424b89e917de2e3950a5411c6790f1a7a34522e067308677ab00bd34781d179fde1192ec91dcd400207edb09bdb20d503507b5cca WHIRLPOOL 92a3905315973ed016bb2000881d5c39f7306c792feaed302bf183d62056217a9aa76e90dc25a44ffb43434053f3c5ced90e100bd59c284a26fa14b7ffbe0b4a +DIST icoutils-0.31.1.tar.bz2 573484 SHA256 26e29d3c78f25d4cdf402501ac0414c51a9a092daebf6c9dee3b837dee693093 SHA512 47fe41429cee73b6aff90e2b385b621314700dedfe09989318e439b19a484d806a9428652008be2db70598ba1337e860fba30b6d8104525f9e0bcbb4dc61dc56 WHIRLPOOL 893fbbf7f4dd1ebb06c14d22baf0ac1c126941688ac451b4976e1d0d505056714361f8ab99e2c8f080e20b0d1a8670e375cc2f663ab2bb8861e0af1152fb7504 diff --git a/media-gfx/icoutils/icoutils-0.31.1.ebuild b/media-gfx/icoutils/icoutils-0.31.1.ebuild new file mode 100644 index 00000000..00efe0b --- /dev/null +++ b/media-gfx/icoutils/icoutils-0.31.1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 +inherit autotools eutils flag-o-matic + +DESCRIPTION="A set of programs for extracting and converting images in icon and cursor files (.ico, .cur)" +HOMEPAGE="http://www.nongnu.org/icoutils/" +SRC_URI="mirror://nongnu/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +IUSE="nls" + +RDEPEND=">=dev-lang/perl-5.6 + >=dev-perl/libwww-perl-5.64 + media-libs/libpng:0 + sys-libs/zlib + nls? ( virtual/libintl )" +DEPEND="${RDEPEND} + nls? ( sys-devel/gettext )" + +src_prepare() { + epatch "${FILESDIR}"/${PN}-0.29.1-{locale,gettext}.patch + rm m4/po.m4* || die + cp /usr/share/aclocal/po.m4 m4/ + AT_M4DIR=m4 eautoreconf +} + +src_configure() { + [[ ${CHOST} != *-linux-gnu* ]] && use nls && append-libs -lintl + econf $(use_enable nls) +} + +src_install() { + emake DESTDIR="${D}" mkinstalldirs="mkdir -p" install + dodoc AUTHORS ChangeLog NEWS README TODO +}