diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-09-26 10:31:43 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-09-26 10:33:34 -0400 |
commit | 3dbe81817e23da6edbb1285dc354554a539e3c73 (patch) | |
tree | b6d6f39e90ae33d5c11182e14a8fd19f6eddca5a /app-editors/sandy | |
parent | app-editors/le: drop old EAPI=5 (diff) | |
download | gentoo-3dbe81817e23da6edbb1285dc354554a539e3c73.tar.gz gentoo-3dbe81817e23da6edbb1285dc354554a539e3c73.tar.bz2 gentoo-3dbe81817e23da6edbb1285dc354554a539e3c73.zip |
app-editors/sandy: drop old EAPI=5
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-editors/sandy')
-rw-r--r-- | app-editors/sandy/sandy-0.4.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/app-editors/sandy/sandy-0.4.ebuild b/app-editors/sandy/sandy-0.4.ebuild deleted file mode 100644 index d401639ce641..000000000000 --- a/app-editors/sandy/sandy-0.4.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils flag-o-matic toolchain-funcs - -DESCRIPTION="an ncurses text editor with an easy-to-read, hackable C source" -HOMEPAGE="https://tools.suckless.org/sandy" -SRC_URI="https://git.suckless.org/${PN}/snapshot/${P}.tar.bz2" - -LICENSE="MIT-with-advertising" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND="sys-libs/ncurses:0=" -RDEPEND="${DEPEND}" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-0.4-gentoo.patch -} - -src_compile() { - tc-export CC PKG_CONFIG - append-cflags -D_DEFAULT_SOURCE - emake PREFIX=/usr ${PN} -} - -src_install() { - emake PREFIX=/usr DESTDIR="${D}" install -} |