dev-cpp/libmcpp: Remove old
authorDavid Seifert <soap@gentoo.org>
Mon, 23 Jan 2017 17:34:34 +0000 (18:34 +0100)
committerDavid Seifert <soap@gentoo.org>
Mon, 23 Jan 2017 17:38:20 +0000 (18:38 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-cpp/libmcpp/libmcpp-2.7.2-r1.ebuild [deleted file]

diff --git a/dev-cpp/libmcpp/libmcpp-2.7.2-r1.ebuild b/dev-cpp/libmcpp/libmcpp-2.7.2-r1.ebuild
deleted file mode 100644 (file)
index 2cc7000..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="3"
-
-MY_P=${P/lib/}
-
-DESCRIPTION="A portable C++ preprocessor"
-HOMEPAGE="http://mcpp.sourceforge.net"
-SRC_URI="mirror://sourceforge/mcpp/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 x86 ~x64-macos ~x86-linux"
-IUSE="static-libs"
-
-DEPEND=""
-RDEPEND=""
-
-S="${WORKDIR}/${MY_P}"
-
-src_configure() {
-       econf \
-               --enable-mcpplib \
-               $(use_enable static-libs static)
-}
-
-src_install() {
-       emake DESTDIR="${D}" install || die "emake install failed"
-
-       rm -rf "${ED}/usr/share/doc"
-       dodoc ChangeLog NEWS README doc/*.pdf
-       dohtml doc/*.html
-
-       use static-libs || rm -rf "${ED}"/usr/lib*/*.la
-}