summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-12-04 11:50:58 +0000
committerJustin Lecher <jlec@gentoo.org>2012-12-04 11:50:58 +0000
commit3f471c9366171589609f5c4a78a943b200ffca84 (patch)
tree56628048967e8a70aa70d5557b094da6274bbfa1 /sci-libs/neartree
parentsci-libs/cqrlib: Drop old (diff)
downloadgentoo-2-3f471c9366171589609f5c4a78a943b200ffca84.tar.gz
gentoo-2-3f471c9366171589609f5c4a78a943b200ffca84.tar.bz2
gentoo-2-3f471c9366171589609f5c4a78a943b200ffca84.zip
sci-libs/neartree: Drop old
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'sci-libs/neartree')
-rw-r--r--sci-libs/neartree/ChangeLog6
-rw-r--r--sci-libs/neartree/neartree-2.3.2.ebuild57
-rw-r--r--sci-libs/neartree/neartree-3.1.1.ebuild55
3 files changed, 5 insertions, 113 deletions
diff --git a/sci-libs/neartree/ChangeLog b/sci-libs/neartree/ChangeLog
index e7bed70437a1..c706e5f1e7f3 100644
--- a/sci-libs/neartree/ChangeLog
+++ b/sci-libs/neartree/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/neartree
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/neartree/ChangeLog,v 1.25 2012/12/04 11:19:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/neartree/ChangeLog,v 1.26 2012/12/04 11:50:58 jlec Exp $
+
+ 04 Dec 2012; Justin Lecher <jlec@gentoo.org> -neartree-2.3.2.ebuild,
+ -neartree-3.1.1.ebuild:
+ Drop old
04 Dec 2012; <ago@gentoo.org> neartree-3.1.1-r3.ebuild:
Stable for x86, wrt bug #440372
diff --git a/sci-libs/neartree/neartree-2.3.2.ebuild b/sci-libs/neartree/neartree-2.3.2.ebuild
deleted file mode 100644
index c2d1966f2d81..000000000000
--- a/sci-libs/neartree/neartree-2.3.2.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/neartree/neartree-2.3.2.ebuild,v 1.7 2012/03/01 20:04:27 ranger Exp $
-
-EAPI=4
-
-inherit base flag-o-matic multilib toolchain-funcs versionator
-
-MY_PN=NearTree
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Function library efficiently solving the Nearest Neighbor Problem(known as the post office problem)"
-HOMEPAGE="http://neartree.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${PN}/${MY_P}/${MY_P}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
-IUSE="static-libs"
-
-RDEPEND="dev-libs/cvector"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}"/${MY_P}
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/2.1.4-test.patch \
- "${FILESDIR}"/${PV}-gentoo.patch \
- "${FILESDIR}"/${PV}-notest.patch
-
- sed \
- -e "s:GENTOOLIBDIR:$(get_libdir):g" \
- -e "s:/usr:${EPREFIX}/usr:g" \
- -i Makefile || die
-}
-
-src_compile() {
- emake \
- CC=$(tc-getCC) \
- CXX=$(tc-getCXX) \
- all
-}
-
-src_install() {
- emake \
- CC=$(tc-getCC) \
- CXX=$(tc-getCXX) \
- DESTDIR="${D}" install
-
- if ! use static-libs; then
- rm "${ED}"/usr/$(get_libdir)/*.{a,la} || die
- fi
-
- dodoc README_NearTree.txt
- dohtml *.html
-}
diff --git a/sci-libs/neartree/neartree-3.1.1.ebuild b/sci-libs/neartree/neartree-3.1.1.ebuild
deleted file mode 100644
index 2110b27f395b..000000000000
--- a/sci-libs/neartree/neartree-3.1.1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/neartree/neartree-3.1.1.ebuild,v 1.2 2011/12/15 21:39:19 jlec Exp $
-
-EAPI=4
-
-inherit base flag-o-matic multilib toolchain-funcs versionator
-
-MY_PN=NearTree
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Function library efficiently solving the Nearest Neighbor Problem(known as the post office problem)"
-HOMEPAGE="http://neartree.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${PN}/${MY_P}/${MY_P}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
-IUSE="static-libs"
-
-RDEPEND="dev-libs/cvector"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}"/${MY_P}
-
-PATCHES=(
- "${FILESDIR}"/${PV}-test.patch
- "${FILESDIR}"/${PV}-gentoo.patch
- "${FILESDIR}"/${PV}-notest.patch
- )
-
-src_prepare() {
- base_src_prepare
- sed \
- -e "s:GENTOOLIBDIR:$(get_libdir):g" \
- -e "s:/usr:${EPREFIX}/usr:g" \
- -i Makefile || die
-
- tc-export CC CXX
-}
-
-src_compile() {
- emake all
-}
-
-src_install() {
- default
-
- if ! use static-libs; then
- rm "${ED}"/usr/$(get_libdir)/*.{a,la} || die
- fi
-
- dodoc README_NearTree.txt
- dohtml *.html
-}