summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-07-24 15:20:38 +0200
committerMichał Górny <mgorny@gentoo.org>2016-07-24 15:22:59 +0200
commita4806bf888d4235c70777a6ab73939ad8d90f447 (patch)
treebf78a1a0ab4f8f3d35531dd53e0cca4d3bd148a5 /dev-util/filepp/filepp-1.6.0.ebuild
parentdev-util/as11: Remove last-rited pkg (diff)
downloadgentoo-a4806bf888d4235c70777a6ab73939ad8d90f447.tar.gz
gentoo-a4806bf888d4235c70777a6ab73939ad8d90f447.tar.bz2
gentoo-a4806bf888d4235c70777a6ab73939ad8d90f447.zip
dev-util/filepp: Remove last-rited pkg
Diffstat (limited to 'dev-util/filepp/filepp-1.6.0.ebuild')
-rw-r--r--dev-util/filepp/filepp-1.6.0.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-util/filepp/filepp-1.6.0.ebuild b/dev-util/filepp/filepp-1.6.0.ebuild
deleted file mode 100644
index f1c639110e7b..000000000000
--- a/dev-util/filepp/filepp-1.6.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-DESCRIPTION="Generic file-preprocessor with a CPP-like syntax"
-HOMEPAGE="http://www.cabaret.demon.co.uk/filepp/"
-SRC_URI="http://www.cabaret.demon.co.uk/filepp/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~mips ppc s390 sparc x86"
-IUSE=""
-
-moduledir="/usr/share/${P}/modules"
-
-src_compile() {
- econf --with-moduledir=${moduledir} || die "econf failed"
-}
-
-src_install() {
- einstall moduledir="${D}/${moduledir}"
- dodoc ChangeLog README
- dohtml filepp.html
-}