public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrick Lauer" <patrick@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/icoutils/
Date: Sat, 28 Jan 2017 20:42:24 +0000 (UTC)	[thread overview]
Message-ID: <1485636139.19ca1f6c0ba4b2970e7407a35d33a928c04355dc.patrick@gentoo> (raw)

commit:     19ca1f6c0ba4b2970e7407a35d33a928c04355dc
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 28 20:28:44 2017 +0000
Commit:     Patrick Lauer <patrick <AT> gentoo <DOT> 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
+}


             reply	other threads:[~2017-01-28 20:42 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-28 20:42 Patrick Lauer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-07-26  9:51 [gentoo-commits] repo/gentoo:master commit in: media-gfx/icoutils/ Lars Wendler
2017-10-29 17:02 Jonas Stein
2017-10-29 17:06 Jonas Stein
2017-10-29 17:42 Thomas Deutschmann
2017-10-29 21:08 Thomas Deutschmann
2017-11-02 10:32 Manuel RĂ¼ger
2017-11-12 10:40 Sergei Trofimovich
2017-11-18  7:19 Patrick Lauer
2018-01-25  0:33 Aaron Bauman
2018-02-12  9:29 Lars Wendler
2018-02-12 21:36 Thomas Deutschmann
2018-02-16 11:31 Agostino Sarubbo
2018-03-08  9:06 Lars Wendler
2018-03-08  9:06 Lars Wendler
2018-03-18  0:33 Matt Turner
2020-03-14 17:59 Andreas Sturmlechner
2020-03-14 17:59 Andreas Sturmlechner
2020-03-14 22:31 Agostino Sarubbo
2020-03-15 18:31 Agostino Sarubbo
2020-03-15 18:41 Agostino Sarubbo
2020-03-15 22:34 Andreas Sturmlechner
2020-07-23  8:29 Kent Fredric
2021-05-31 20:45 David Seifert
2022-10-18  2:28 Sam James
2023-12-02 10:56 Arthur Zamarin
2025-02-20 23:21 Sam James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1485636139.19ca1f6c0ba4b2970e7407a35d33a928c04355dc.patrick@gentoo \
    --to=patrick@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox