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
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')
-rw-r--r--dev-util/filepp/Manifest2
-rw-r--r--dev-util/filepp/filepp-1.6.0.ebuild24
-rw-r--r--dev-util/filepp/filepp-1.8.0.ebuild26
-rw-r--r--dev-util/filepp/metadata.xml5
4 files changed, 0 insertions, 57 deletions
diff --git a/dev-util/filepp/Manifest b/dev-util/filepp/Manifest
deleted file mode 100644
index 03b5342a517a..000000000000
--- a/dev-util/filepp/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST filepp-1.6.0.tar.gz 117650 SHA256 2a272c2004e1f0a8453b9e5b00c6c0fe53cbbf8e6805fa1916aee950bf02a68c SHA512 197b3a36468c35a983683186929edb9f4ece83f36b2b7dd48edd1944d75e4b66664a8e22b3185c2c11aba70538125ba244e83f31e1072759d60a352ec907a6cb WHIRLPOOL 30d8fdda94123e07cc89738f802d3042ac65a7030103f99c07d73113e3f9f8b1c6ed6d51ff0940a27c070a44aa47c2d75a713d7897706da9130ae0c67080d01c
-DIST filepp-1.8.0.tar.gz 142875 SHA256 12bd2297184ac3a9a38df9e8d0c76083eef2d5d561661b4fd93c426e76dab956 SHA512 9d5c37391afbe4cd5e3f07db4806aaa49844eeef228321c5909e3b393e204a7f6cbc795f6b9495ff81a1416a913fc7da80ad58b3ba467860dae8daf5ddd2395a WHIRLPOOL 200780cbe548b9d9e4a5a7162d0ae229b7bbb6c623a5b14e67bb73ee0079b47a2e5cf4d0c49fa3b07eac81be673145846b38d2b2422e82ada1fac585cd94dd57
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
-}
diff --git a/dev-util/filepp/filepp-1.8.0.ebuild b/dev-util/filepp/filepp-1.8.0.ebuild
deleted file mode 100644
index b42605d77e20..000000000000
--- a/dev-util/filepp/filepp-1.8.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=3
-
-DESCRIPTION="a generic file preprocessor with a CPP-like syntax"
-HOMEPAGE="http://www.cabaret.demon.co.uk/filepp"
-SRC_URI="http://www.cabaret.demon.co.uk/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~mips ~ppc ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
-
-moduledir="${EPREFIX}/usr/share/${P}/modules"
-
-src_configure() {
- econf --with-moduledir=${moduledir}
-}
-
-src_install() {
- einstall moduledir="${D}"/${moduledir} || die "einstall failed."
- dodoc ChangeLog README
- dohtml *.html
-}
diff --git a/dev-util/filepp/metadata.xml b/dev-util/filepp/metadata.xml
deleted file mode 100644
index 6f49eba8f496..000000000000
--- a/dev-util/filepp/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>