summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-04-08 18:47:49 +0200
committerPatrice Clement <monsieurp@gentoo.org>2018-04-09 00:41:48 +0200
commit0ab1fa4549c91226871dcacb3df4071953383a52 (patch)
treeabda209a6ba9f704d68916e0d5d95942ac1af77e /dev-lang/srf/srf-1.0-r1.ebuild
parentapp-crypt/ckpass: remove old. (diff)
downloadgentoo-0ab1fa4549c91226871dcacb3df4071953383a52.tar.gz
gentoo-0ab1fa4549c91226871dcacb3df4071953383a52.tar.bz2
gentoo-0ab1fa4549c91226871dcacb3df4071953383a52.zip
dev-lang/srf: remove old.
Diffstat (limited to 'dev-lang/srf/srf-1.0-r1.ebuild')
-rw-r--r--dev-lang/srf/srf-1.0-r1.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-lang/srf/srf-1.0-r1.ebuild b/dev-lang/srf/srf-1.0-r1.ebuild
deleted file mode 100644
index 62eaec12c790..000000000000
--- a/dev-lang/srf/srf-1.0-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="The Simple Recursive Functions programming language"
-HOMEPAGE="http://www.stratigery.com/srf.html"
-SRC_URI="http://www.stratigery.com/srf.html/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~x86-linux ~ppc-macos ~amd64"
-IUSE=""
-
-DEPEND="
- sys-devel/flex
- virtual/yacc"
-RDEPEND=""
-
-src_prepare() {
- # Remove CVS directory Bug#371821
- ecvs_clean
-}
-
-src_install() {
- dobin srf rfunc/rfunc
- doman srf.1
- dohtml srf.html
- dodoc README
- docinto examples
- dodoc examples/*
-}