From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/igal/
Date: Sat, 27 Oct 2018 15:57:13 +0000 (UTC) [thread overview]
Message-ID: <1540655675.8c23242998b068bbf1060e7b17a01899f8b24a6d.asturm@gentoo> (raw)
commit: 8c23242998b068bbf1060e7b17a01899f8b24a6d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 27 15:09:27 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Oct 27 15:54:35 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c232429
media-gfx/igal: EAPI7, drop superfluous || die
Closes: https://bugs.gentoo.org/666294
Closes: https://github.com/gentoo/gentoo/pull/9447
Thanks-to: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
media-gfx/igal/igal-2.0-r1.ebuild | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/media-gfx/igal/igal-2.0-r1.ebuild b/media-gfx/igal/igal-2.0-r1.ebuild
index dbb1bb4aa71..39981fbb670 100644
--- a/media-gfx/igal/igal-2.0-r1.ebuild
+++ b/media-gfx/igal/igal-2.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=2
+EAPI=7
MY_P=${PN}2-${PV}
@@ -14,14 +14,16 @@ SLOT="0"
KEYWORDS="alpha amd64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE=""
-RDEPEND="dev-lang/perl
+RDEPEND="
+ dev-lang/perl
virtual/imagemagick-tools
virtual/jpeg"
DEPEND=""
-S=${WORKDIR}/${MY_P}
+S="${WORKDIR}/${MY_P}"
src_prepare() {
+ default
sed -e "s:/usr/local/lib/igal2:/usr/share/igal2:g" \
-i igal2 -i igal2.1 || die
sed -i -e "s:/usr/local/bin/igal2:/usr/bin/igal2:" \
@@ -31,10 +33,10 @@ src_prepare() {
src_compile() { :; }
src_install() {
- dobin igal2 utilities/igal2.sh || die
- dosym igal2 /usr/bin/igal || die
+ dobin igal2 utilities/igal2.sh
+ dosym igal2 /usr/bin/igal
doman igal2.1
dodoc ChangeLog README
insinto /usr/share/igal2
- doins *.html tile.png igal2.css || die
+ doins *.html tile.png igal2.css
}
next reply other threads:[~2018-10-27 15:57 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-27 15:57 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-03-12 12:16 [gentoo-commits] repo/gentoo:master commit in: media-gfx/igal/ Jonas Stein
2022-12-18 12:11 Sam James
2022-12-18 12:11 Sam James
2022-12-18 12:45 Sam James
2022-12-18 12:45 Sam James
2022-12-18 20:32 Arthur Zamarin
2022-12-21 22:47 Sam James
2022-12-21 22:47 Sam James
2024-08-08 8:53 Jonas Stein
2024-11-23 12:10 Sam James
2024-11-23 12:24 Arthur Zamarin
2024-11-23 12:39 Sam James
2024-11-23 18:27 Michał Górny
2024-11-25 21:49 Sam James
2025-02-24 9:44 Petr Vaněk
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=1540655675.8c23242998b068bbf1060e7b17a01899f8b24a6d.asturm@gentoo \
--to=asturm@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