commit:     fc655dec83fd4c36603579c6f2ab8de87b960bfd
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 26 19:38:02 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Sep 26 19:40:26 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc655dec

app-text/wscr: drop old EAPI=5

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 app-text/wscr/wscr-1.2-r1.ebuild | 29 -----------------------------
 1 file changed, 29 deletions(-)

diff --git a/app-text/wscr/wscr-1.2-r1.ebuild b/app-text/wscr/wscr-1.2-r1.ebuild
deleted file mode 100644
index 7b47ea90035..00000000000
--- a/app-text/wscr/wscr-1.2-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit toolchain-funcs
-
-DESCRIPTION="A Lightweight and Fast Anagram Solver"
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage";
-SRC_URI="https://dev.gentoo.org/~jer/${P}.tar.gz";
-LICENSE="public-domain"
-SLOT="0"
-
-KEYWORDS="amd64 ~mips ppc x86"
-IUSE=""
-RDEPEND="sys-apps/miscfiles"
-
-src_prepare() {
-       sed -i 's#"/usr/dict/words";#"/usr/share/dict/words";#' wscr.h || die
-}
-
-src_compile() {
-       emake CC="$(tc-getCC)" FLAGS="${CFLAGS} ${LDFLAGS}"
-}
-
-src_install() {
-       dobin wscr
-       doman wscr.6
-       dodoc README
-}

Reply via email to