commit: bcfa294b6ed8e086119b0738a477c1d5f3f73adf Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Thu Feb 22 09:13:34 2018 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Thu Feb 22 09:14:13 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcfa294b
dev-libs/mapm: remove 4.9.5-r0 Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-libs/mapm/mapm-4.9.5.ebuild | 45 ----------------------------------------- 1 file changed, 45 deletions(-) diff --git a/dev-libs/mapm/mapm-4.9.5.ebuild b/dev-libs/mapm/mapm-4.9.5.ebuild deleted file mode 100644 index a2c211d3ebc..00000000000 --- a/dev-libs/mapm/mapm-4.9.5.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="2" - -inherit eutils multilib toolchain-funcs - -DESCRIPTION="Mike's Arbitrary Precision Math Library" -HOMEPAGE="http://www.tc.umn.edu/~ringx004/mapm-main.html" -SRC_URI="http://www.tc.umn.edu/~ringx004/${P}.tar.gz" - -LICENSE="mapm-4.9.5" -SLOT="0" -KEYWORDS="amd64 ~ppc ~sparc x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -S="${WORKDIR}/${PN}_${PV}" - -src_prepare() { - epatch "${FILESDIR}/${PV}-missing_include.patch" -} - -src_compile() { - $(tc-getCC) -c -Wall ${CFLAGS} -fPIC map*.c || die "compiling sources failed" - $(tc-getCC) -shared ${LDFLAGS} -Wl,--soname=libmapm.so -o libmapm.so.0 map*.o || die "linking sources failed" -} - -src_install() { - dolib.so libmapm.so.0 -# dosym libmapm.so.0 /usr/$(get_libdir)/libmapm.so - - insinto /usr/include - doins m_apm.h - - insinto /usr/share/doc/${PF}/examples - doins calc.c validate.c primenum.c cpp_demo.cpp - - cd DOCS - dodoc README article.pdf algorithms.used commentary.txt \ - cpp_function.ref function.ref history.txt struct.ref - -}
