* [gentoo-commits] repo/gentoo:master commit in: app-misc/toilet/
@ 2019-11-17 13:08 Ulrich Müller
0 siblings, 0 replies; only message in thread
From: Ulrich Müller @ 2019-11-17 13:08 UTC (permalink / raw
To: gentoo-commits
commit: 8146f11d44bd7ea799e8808bd575da7823b486fd
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 17 12:59:46 2019 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Nov 17 13:07:43 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8146f11d
app-misc/toilet: Update ebuild for EAPI 7.
Non-maintainer commit.
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-misc/toilet/{toilet-0.3.ebuild => toilet-0.3-r1.ebuild} | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/app-misc/toilet/toilet-0.3.ebuild b/app-misc/toilet/toilet-0.3-r1.ebuild
similarity index 84%
rename from app-misc/toilet/toilet-0.3.ebuild
rename to app-misc/toilet/toilet-0.3-r1.ebuild
index b2bf618d9cb..c4d41b5a447 100644
--- a/app-misc/toilet/toilet-0.3.ebuild
+++ b/app-misc/toilet/toilet-0.3-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=4
+EAPI=7
DESCRIPTION="The Other Implementations letters. Figlet replacement"
HOMEPAGE="http://caca.zoy.org/wiki/toilet"
@@ -10,16 +10,16 @@ SRC_URI="http://caca.zoy.org/raw-attachment/wiki/${PN}/${P}.tar.gz"
LICENSE="WTFPL-2"
SLOT="0"
KEYWORDS="amd64 arm ~ppc ~ppc64 ~sparc x86"
-IUSE=""
RDEPEND=">=media-libs/libcaca-0.99_beta18"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
src_prepare() {
sed -i \
-e 's:-g -O2 -fno-strength-reduce -fomit-frame-pointer::' \
configure || die
+ eapply_user
}
src_install() {
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2019-11-17 13:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-17 13:08 [gentoo-commits] repo/gentoo:master commit in: app-misc/toilet/ Ulrich Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox