Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/sent/
Date: Sun, 10 Sep 2017 21:18:13
Message-Id: 1505078282.c16705161aa5d667e4ec505efb1176be45973312.jer@gentoo
1 commit: c16705161aa5d667e4ec505efb1176be45973312
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 10 21:06:43 2017 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 10 21:18:02 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1670516
7
8 x11-misc/sent: Update live ebuild.
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 x11-misc/sent/sent-9999.ebuild | 10 +++++-----
13 1 file changed, 5 insertions(+), 5 deletions(-)
14
15 diff --git a/x11-misc/sent/sent-9999.ebuild b/x11-misc/sent/sent-9999.ebuild
16 index 605badd350e..ea092dafc78 100644
17 --- a/x11-misc/sent/sent-9999.ebuild
18 +++ b/x11-misc/sent/sent-9999.ebuild
19 @@ -1,12 +1,12 @@
20 # Copyright 1999-2017 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=5
24 +EAPI=6
25 inherit git-r3 savedconfig toolchain-funcs
26
27 DESCRIPTION="Simple plaintext presentation tool"
28 HOMEPAGE="https://tools.suckless.org/sent/"
29 -EGIT_REPO_URI="git://git.suckless.org/sent/"
30 +EGIT_REPO_URI="https://git.suckless.org/sent/"
31
32 LICENSE="MIT"
33 SLOT="0"
34 @@ -17,14 +17,14 @@ DEPEND="
35 x11-libs/libX11
36 x11-libs/libXft
37 "
38 -
39 RDEPEND="
40 ${DEPEND}
41 - !savedconfig? ( media-gfx/farbfeld )
42 -
43 + media-gfx/farbfeld
44 "
45
46 src_prepare() {
47 + default
48 +
49 sed -i \
50 -e 's|^ @| |g' \
51 -e 's|@${CC}|$(CC)|g' \