summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2016-12-18 18:51:36 +0100
committerPatrice Clement <monsieurp@gentoo.org>2016-12-18 18:52:10 +0100
commit67abbb2b2a8f78407114dca9d3eb5035271a3df5 (patch)
tree252b4e3de108cc4283cd4902898bb7b448cbe43a /app-misc
parentapp-misc/rl: Mark stable using the ALLARCHES policy. (diff)
downloadgentoo-67abbb2b2a8f78407114dca9d3eb5035271a3df5.tar.gz
gentoo-67abbb2b2a8f78407114dca9d3eb5035271a3df5.tar.bz2
gentoo-67abbb2b2a8f78407114dca9d3eb5035271a3df5.zip
app-misc/rl: clean up old.
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/rl/rl-0.2.7.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/app-misc/rl/rl-0.2.7.ebuild b/app-misc/rl/rl-0.2.7.ebuild
deleted file mode 100644
index eb7d68467b79..000000000000
--- a/app-misc/rl/rl-0.2.7.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-DESCRIPTION="Randomize lines from text files or stdin"
-HOMEPAGE="http://ch.tudelft.nl/~arthur/rl/"
-SRC_URI="http://ch.tudelft.nl/~arthur/rl/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ia64 ~mips ppc s390 sparc x86"
-IUSE="debug"
-
-src_compile() {
- local myconf=""
-
- use debug && myconf="${myconf} --enable-debug"
-
- econf ${myconf}
- emake || die "emake failed"
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "install failed"
- dodoc AUTHORS ChangeLog INSTALL NEWS README TODO || die
-}