mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-util/mdds: Drop 1.4.2
Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
DIST mdds-1.3.1.tar.bz2 287612 BLAKE2B 476f15bea2ab75ba322139834badaf372026a5e0ce67d5487acc61b38321a21dd6b25efacc91dbb0ebdef274338c909b1c7ac0ff6aaedd8dd899458319d94c30 SHA512 c7ed422c8e0bfb00debd43a12638efc6706d25f9aee0b7cfc15dc711693c4d555e262ae47ff00797c9601c12c0a7eced0f753b263b5f61623470f842814970a8
|
||||
DIST mdds-1.4.2.tar.bz2 318164 BLAKE2B 322b53253cb8796f8def8d470bcbc61e787b25f687b6fbdca927de029f0f9813c863cdc57955e67e40124abccf4e77a16108669fd9a25473d952b7b7361fede9 SHA512 1d58d30c2c65167fda97c790739a2bf36802f72965007a141108320312316df9bf252c18ff84f867f3805eee4914fe748ae066d51b376791a723fd54ec21c3c3
|
||||
DIST mdds-1.4.3.tar.bz2 334515 BLAKE2B 3a42b7858346b2907040b8e42b1fae56626fc0881737ed04e20ffe4f9a23d2a2459c45e4244ac77745d2b1c7e3ff1642fe883b16def36e56c5c3d15077445793 SHA512 fd54a93fde89bff74a5ccf84ce5e2e002114297b165ded56a1bae92b28d70864775add140e165c7750f7dbe8ca1bfe83179cd9a835e53312c2e893c9e1f4434c
|
||||
|
||||
@@ -1,37 +0,0 @@
|
||||
We want to install (not all of) those files manually.
|
||||
|
||||
--- a/Makefile.am 2018-08-29 13:23:49.434860594 +0200
|
||||
+++ b/Makefile.am 2018-08-29 13:25:52.125789186 +0200
|
||||
@@ -4,8 +4,6 @@
|
||||
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/include
|
||||
|
||||
-dist_doc_DATA = AUTHORS README.md
|
||||
-nodist_doc_DATA = VERSION
|
||||
nodist_pkgconf_DATA = misc/mdds-@API_VERSION@.pc
|
||||
|
||||
DISTCLEANFILES = \
|
||||
@@ -15,8 +13,6 @@
|
||||
|
||||
EXTRA_DIST = \
|
||||
autogen.sh \
|
||||
- CHANGELOG \
|
||||
- LICENSE \
|
||||
doc/conf.py \
|
||||
doc/doxygen.conf \
|
||||
doc/flat_segment_tree.rst \
|
||||
@@ -164,14 +160,6 @@
|
||||
rtree_test_bulkload_mem.mem
|
||||
endif
|
||||
|
||||
-install-data-local:
|
||||
- $(MKDIR_P) $(DESTDIR)$(docdir)
|
||||
- $(INSTALL_DATA) $(top_srcdir)/LICENSE $(DESTDIR)$(docdir)/COPYING
|
||||
- $(INSTALL_DATA) $(top_srcdir)/CHANGELOG $(DESTDIR)$(docdir)/NEWS
|
||||
-
|
||||
-uninstall-local:
|
||||
- rm -f $(DESTDIR)$(docdir)/COPYING $(DESTDIR)$(docdir)/NEWS
|
||||
-
|
||||
if BUILD_DOCS
|
||||
html-local:
|
||||
(cd doc && $(DOXYGEN) doxygen.conf)
|
||||
@@ -1,50 +0,0 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
EGIT_REPO_URI="https://gitlab.com/mdds/mdds.git"
|
||||
[[ ${PV} == 9999 ]] && GITECLASS="git-r3"
|
||||
|
||||
inherit autotools toolchain-funcs ${GITECLASS}
|
||||
|
||||
DESCRIPTION="A collection of multi-dimensional data structure and indexing algorithm"
|
||||
HOMEPAGE="https://gitlab.com/mdds/mdds"
|
||||
[[ ${PV} == 9999 ]] || SRC_URI="https://kohei.us/files/${PN}/src/${P}.tar.bz2"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="1/${PV%.*}"
|
||||
IUSE="doc valgrind"
|
||||
|
||||
[[ ${PV} == 9999 ]] || \
|
||||
KEYWORDS=""
|
||||
#KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
|
||||
|
||||
RDEPEND="dev-libs/boost:="
|
||||
DEPEND="${RDEPEND}
|
||||
doc? (
|
||||
app-doc/doxygen
|
||||
dev-python/sphinx
|
||||
)
|
||||
valgrind? ( dev-util/valgrind )
|
||||
"
|
||||
|
||||
PATCHES=( "${FILESDIR}/${PN}-1.4.1-buildsystem.patch" )
|
||||
|
||||
src_prepare(){
|
||||
default
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
$(use_enable doc docs) \
|
||||
$(use_enable valgrind memory_tests)
|
||||
}
|
||||
|
||||
src_compile() { :; }
|
||||
|
||||
src_test() {
|
||||
tc-export CXX
|
||||
default
|
||||
}
|
||||
Reference in New Issue
Block a user