diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-02-14 18:16:14 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-02-14 18:54:21 +0100 |
commit | 97fc786723741ff1b936306e940c08fd77b0d2dc (patch) | |
tree | 597e43a5f13a762133c9f530b45705f86356fc13 /dev-cpp | |
parent | sci-libs/libint: Drop old (diff) | |
download | gentoo-97fc786723741ff1b936306e940c08fd77b0d2dc.tar.gz gentoo-97fc786723741ff1b936306e940c08fd77b0d2dc.tar.bz2 gentoo-97fc786723741ff1b936306e940c08fd77b0d2dc.zip |
dev-cpp/muParser: Drop old
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/muParser/Manifest | 1 | ||||
-rw-r--r-- | dev-cpp/muParser/files/muParser-1.32-build.patch | 13 | ||||
-rw-r--r-- | dev-cpp/muParser/muParser-2.2.2.ebuild | 53 |
3 files changed, 0 insertions, 67 deletions
diff --git a/dev-cpp/muParser/Manifest b/dev-cpp/muParser/Manifest index f94ac2b7549a..cb7dc48f97b9 100644 --- a/dev-cpp/muParser/Manifest +++ b/dev-cpp/muParser/Manifest @@ -1,2 +1 @@ -DIST muparser_v2_2_2.zip 1508675 SHA256 a9c3d50c1092279d2be0d4ba275ff222979da83eb960cbef6b8af1f5bfdccc5e SHA512 e4abe1ba108e928340054834e8efd101b6d0feef672df6ec04cdf27862bc4fea7c3443f0e02dc6dd8cb813e66157879ca1ce1755cecae7d81ac89eccaec29b1d WHIRLPOOL 50d33276f7db353fc0595d095a62b696a1c8d93f813034e2f6ba9ea1a9fa26d836b6637581b3164277d5e10dbc00be87015bb5e4ce8cf52237ccd37cf21dddaf DIST muparser_v2_2_3.zip 1481359 SHA256 dfe831b69392ab0b1eb59d3601b7b1575554a85057cf2f234f64f930c4148902 SHA512 86d140c07161757e2f0de516a4c2922ce5b135d06b01466bc15ad90833bd3e9f99b9b9c528617262597a7a5a6b09bff5ae8ced5d51c413ea611059e0bdb22e6d WHIRLPOOL 3a53d04382feec889c4a54fe2edf762d9cf8629f4ec0543cfde12b6848e3594391a778c54747d6b4cf7608fcc0ac557f71132741935716704b160601057ff312 diff --git a/dev-cpp/muParser/files/muParser-1.32-build.patch b/dev-cpp/muParser/files/muParser-1.32-build.patch deleted file mode 100644 index 84875e0a1a51..000000000000 --- a/dev-cpp/muParser/files/muParser-1.32-build.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- configure 2008-06-09 22:51:39.000000000 +0100 -+++ configure 2009-03-09 16:12:02.335504093 +0000 -@@ -1927,10 +1927,6 @@ - NONENONEs,x,x, && - program_prefix=${target_alias}- - --CFLAGS= --CXXFLAGS= --CPPFLAGS= -- - for ac_prog in gawk mawk nawk awk - do - # Extract the first word of "$ac_prog", so it can be a program name with args. diff --git a/dev-cpp/muParser/muParser-2.2.2.ebuild b/dev-cpp/muParser/muParser-2.2.2.ebuild deleted file mode 100644 index 271a98134228..000000000000 --- a/dev-cpp/muParser/muParser-2.2.2.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit eutils - -MY_PN=${PN/P/p} -MY_P=${MY_PN}_v${PV/./} - -DESCRIPTION="Library for parsing mathematical expressions" -HOMEPAGE="http://muparser.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN/P/p}/${PN/P/p}/Version%20${PV}/${PN/P/p}_v${PV//./_}.zip" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="doc test" - -RDEPEND="" -DEPEND="app-arch/unzip" - -S="${WORKDIR}"/${PN/P/p}_v${PV//./_} - -src_prepare() { - epatch \ - "${FILESDIR}"/${PN}-1.32-build.patch \ - "${FILESDIR}"/${PN}-1.32-parallel-build.patch - sed -i \ - -e 's:-O2::g' \ - configure || die -} - -src_configure() { - chmod +x configure || die - econf $(use_enable test samples) -} - -src_test() { - cat > test.sh <<- EOFTEST - LD_LIBRARY_PATH=${S}/lib samples/example1/example1 <<- EOF - quit - EOF - EOFTEST - sh ./test.sh || die "test failed" -} - -src_install() { - default - dodoc Changes.txt - use doc && dohtml -r docs/html/* -} |