diff options
| author | John Helmert III <ajak@gentoo.org> | 2021-06-12 12:29:35 -0500 |
|---|---|---|
| committer | John Helmert III <ajak@gentoo.org> | 2021-06-12 12:29:56 -0500 |
| commit | 95af7c77e3687fb248aeec1c40682ae78d8e64b2 (patch) | |
| tree | fafc72621d935ba6ba27c19fec7a6a5882f3a726 /dev-cpp/libmcpp/libmcpp-2.7.2-r3.ebuild | |
| parent | d2db6e76954031c626fd6bac054bd6de232037a3 (diff) | |
| download | gentoo-95af7c77e3687fb248aeec1c40682ae78d8e64b2.tar.gz gentoo-95af7c77e3687fb248aeec1c40682ae78d8e64b2.tar.bz2 gentoo-95af7c77e3687fb248aeec1c40682ae78d8e64b2.zip | |
dev-cpp/libmcpp: drop 2.7.2-r3
Bug: https://bugs.gentoo.org/718808
Signed-off-by: John Helmert III <ajak@gentoo.org>
Diffstat (limited to 'dev-cpp/libmcpp/libmcpp-2.7.2-r3.ebuild')
| -rw-r--r-- | dev-cpp/libmcpp/libmcpp-2.7.2-r3.ebuild | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/dev-cpp/libmcpp/libmcpp-2.7.2-r3.ebuild b/dev-cpp/libmcpp/libmcpp-2.7.2-r3.ebuild deleted file mode 100644 index b2aa110f1885..000000000000 --- a/dev-cpp/libmcpp/libmcpp-2.7.2-r3.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -MY_P=${P/lib/} - -DESCRIPTION="A portable C++ preprocessor" -HOMEPAGE="http://mcpp.sourceforge.net" -SRC_URI="mirror://sourceforge/mcpp/${MY_P}.tar.gz" -S="${WORKDIR}"/${MY_P} - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 x86 ~x86-linux ~x64-macos" -IUSE="static-libs" - -PATCHES=( - "${FILESDIR}"/${PN}-2.7.2-fix-build-system.patch - "${FILESDIR}"/${PN}-2.7.2-zeroc.patch - "${FILESDIR}"/${PN}-2.7.2-gniibe.patch -) - -src_prepare() { - default - - # bug #778461 - sed -i 's/-lmcpp/libmcpp.la/' src/Makefile.am || die - - eautoreconf -} - -src_configure() { - econf \ - --enable-mcpplib \ - $(use_enable static-libs static) -} - -src_install() { - default - - if ! use static-libs; then - find "${D}" -name '*.la' -delete || die - fi -} |
