From: "Sergey Popov" <pinkbyte@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/geekcode/
Date: Wed, 26 Apr 2017 14:47:54 +0000 (UTC) [thread overview]
Message-ID: <1493218068.aba4101bd3259d9047484d517ef426bec1aa7770.pinkbyte@gentoo> (raw)
commit: aba4101bd3259d9047484d517ef426bec1aa7770
Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 26 14:47:15 2017 +0000
Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Wed Apr 26 14:47:48 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aba4101b
app-misc/geekcode: bump EAPI to 6, add support for user patches
Package-Manager: Portage-2.3.5, Repoman-2.3.1
app-misc/geekcode/geekcode-1.7.3-r1.ebuild | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/app-misc/geekcode/geekcode-1.7.3-r1.ebuild b/app-misc/geekcode/geekcode-1.7.3-r1.ebuild
index 9110f2b566c..72026a803e1 100644
--- a/app-misc/geekcode/geekcode-1.7.3-r1.ebuild
+++ b/app-misc/geekcode/geekcode-1.7.3-r1.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI="2"
+EAPI=6
-inherit eutils toolchain-funcs
+inherit toolchain-funcs
DESCRIPTION="Geek code generator"
HOMEPAGE="https://sourceforge.net/projects/geekcode"
@@ -12,19 +12,19 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm ~mips ppc ppc64 x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE=""
src_prepare() {
- epatch "${FILESDIR}"/${P}-exit.patch
+ eapply -p0 "${FILESDIR}/${P}-exit.patch"
sed -i Makefile -e 's| -o | ${LDFLAGS}&|g' || die "sed Makefile"
+
+ eapply_user
}
src_compile() {
- emake CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \
- CC="$(tc-getCC)" || die "emake failed"
+ emake CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)"
}
src_install() {
- dobin geekcode || die
+ dobin geekcode
dodoc CHANGES README geekcode.txt
}
next reply other threads:[~2017-04-26 14:47 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-26 14:47 Sergey Popov [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-06-07 8:33 [gentoo-commits] repo/gentoo:master commit in: app-misc/geekcode/ Joonas Niilola
2021-01-06 19:21 Andreas K. Hüttel
2021-01-06 13:19 Fabian Groffen
2020-12-02 8:14 Sergey Popov
2017-01-29 14:59 Fabian Groffen
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=1493218068.aba4101bd3259d9047484d517ef426bec1aa7770.pinkbyte@gentoo \
--to=pinkbyte@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