summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-09-26 15:38:02 -0400
committerAaron Bauman <bman@gentoo.org>2020-09-26 15:40:26 -0400
commitfc655dec83fd4c36603579c6f2ab8de87b960bfd (patch)
treea9d1c00873309e806b1fea71ea2899c551633190 /app-text/wscr
parentapp-text/wscr: forward port keywords (diff)
downloadgentoo-fc655dec83fd4c36603579c6f2ab8de87b960bfd.tar.gz
gentoo-fc655dec83fd4c36603579c6f2ab8de87b960bfd.tar.bz2
gentoo-fc655dec83fd4c36603579c6f2ab8de87b960bfd.zip
app-text/wscr: drop old EAPI=5
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-text/wscr')
-rw-r--r--app-text/wscr/wscr-1.2-r1.ebuild29
1 files changed, 0 insertions, 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 7b47ea900355..000000000000
--- 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
-}