Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/sandy/
Date: Sat, 26 Sep 2020 14:33:48
Message-Id: 1601130814.3dbe81817e23da6edbb1285dc354554a539e3c73.bman@gentoo
1 commit: 3dbe81817e23da6edbb1285dc354554a539e3c73
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 26 14:31:43 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 26 14:33:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dbe8181
7
8 app-editors/sandy: drop old EAPI=5
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 app-editors/sandy/sandy-0.4.ebuild | 30 ------------------------------
13 1 file changed, 30 deletions(-)
14
15 diff --git a/app-editors/sandy/sandy-0.4.ebuild b/app-editors/sandy/sandy-0.4.ebuild
16 deleted file mode 100644
17 index d401639ce64..00000000000
18 --- a/app-editors/sandy/sandy-0.4.ebuild
19 +++ /dev/null
20 @@ -1,30 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -inherit eutils flag-o-matic toolchain-funcs
26 -
27 -DESCRIPTION="an ncurses text editor with an easy-to-read, hackable C source"
28 -HOMEPAGE="https://tools.suckless.org/sandy"
29 -SRC_URI="https://git.suckless.org/${PN}/snapshot/${P}.tar.bz2"
30 -
31 -LICENSE="MIT-with-advertising"
32 -SLOT="0"
33 -KEYWORDS="~amd64"
34 -
35 -DEPEND="sys-libs/ncurses:0="
36 -RDEPEND="${DEPEND}"
37 -
38 -src_prepare() {
39 - epatch "${FILESDIR}"/${PN}-0.4-gentoo.patch
40 -}
41 -
42 -src_compile() {
43 - tc-export CC PKG_CONFIG
44 - append-cflags -D_DEFAULT_SOURCE
45 - emake PREFIX=/usr ${PN}
46 -}
47 -
48 -src_install() {
49 - emake PREFIX=/usr DESTDIR="${D}" install
50 -}