summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/rl/rl-0.2.7-r1.ebuild')
-rw-r--r--app-misc/rl/rl-0.2.7-r1.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/app-misc/rl/rl-0.2.7-r1.ebuild b/app-misc/rl/rl-0.2.7-r1.ebuild
deleted file mode 100644
index 1f1c47f2ee0f..000000000000
--- a/app-misc/rl/rl-0.2.7-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit multilib-minimal
-
-DESCRIPTION="Randomize lines from text files or stdin"
-HOMEPAGE="https://arthurdejong.org/rl"
-SRC_URI="https://arthurdejong.org/rl/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ia64 ~mips ppc ~s390 sparc x86"
-IUSE="debug"
-
-DOCS=( AUTHORS ChangeLog INSTALL NEWS README TODO )
-
-multilib_src_configure() {
- local myeconfargs=()
- use debug && myeconfargs+=(--enable-debug)
- ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
-}
-
-src_compile() {
- multilib-minimal_src_compile
-}
-
-src_install() {
- multilib-minimal_src_install
-}