dev-util/mdds: --disable-docs, sync ebuilds
authorAndreas Sturmlechner <asturm@gentoo.org>
Thu, 9 Nov 2017 23:41:48 +0000 (00:41 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Fri, 10 Nov 2017 19:20:09 +0000 (20:20 +0100)
Thanks-to: Chris Mayo <aklhfex@gmail.com>
Closes: https://bugs.gentoo.org/602026
Package-Manager: Portage-2.3.13, Repoman-2.3.4

dev-util/mdds/mdds-1.2.2.ebuild
dev-util/mdds/mdds-1.2.3.ebuild
dev-util/mdds/mdds-1.3.0.ebuild

index 87734073a01b6ba3ab2dc6543ad203d1c6a085f4..a734248ea263b61ef58280682ca726adc3457027 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,22 +10,17 @@ inherit toolchain-funcs ${GITECLASS}
 
 DESCRIPTION="A collection of multi-dimensional data structure and indexing algorithm"
 HOMEPAGE="https://gitlab.com/mdds/mdds"
-[[ ${PV} == 9999 ]] || SRC_URI="http://kohei.us/files/${PN}/src/${P}.tar.bz2"
+[[ ${PV} == 9999 ]] || SRC_URI="https://kohei.us/files/${PN}/src/${P}.tar.bz2"
 
 LICENSE="MIT"
 SLOT="1/${PV%.*}"
-IUSE="doc valgrind"
+IUSE="valgrind"
 
 [[ ${PV} == 9999 ]] || \
 KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="dev-libs/boost:="
-DEPEND="${RDEPEND}
-       doc? (
-               app-doc/doxygen
-               dev-python/sphinx
-       )
-"
+DEPEND="${RDEPEND}"
 
 DOCS=() # buildsystem installs docs
 
@@ -35,8 +30,9 @@ src_prepare(){
 }
 
 src_configure() {
+       # docs require dev-python/breathe etc., bug #602026
        econf \
-               $(use_enable doc docs) \
+               --disable-docs \
                $(use_enable valgrind memory_tests)
 }
 
index 7106902e2181dbd373c3b5a234d7d5016d4f21cd..07ad63789d11ea4fbfbbf35affa07e12d480e56d 100644 (file)
@@ -10,22 +10,17 @@ 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="http://kohei.us/files/${PN}/src/${P}.tar.bz2"
+[[ ${PV} == 9999 ]] || SRC_URI="https://kohei.us/files/${PN}/src/${P}.tar.bz2"
 
 LICENSE="MIT"
 SLOT="1/${PV%.*}"
-IUSE="doc valgrind"
+IUSE="valgrind"
 
 [[ ${PV} == 9999 ]] || \
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="dev-libs/boost:="
-DEPEND="${RDEPEND}
-       doc? (
-               app-doc/doxygen
-               dev-python/sphinx
-       )
-"
+DEPEND="${RDEPEND}"
 
 PATCHES=( "${FILESDIR}/${P}-buildsystem.patch" )
 
@@ -35,8 +30,9 @@ src_prepare(){
 }
 
 src_configure() {
+       # docs require dev-python/breathe etc., bug #602026
        econf \
-               $(use_enable doc docs) \
+               --disable-docs \
                $(use_enable valgrind memory_tests)
 }
 
index f4087575fc9cba5da8a1cca8e7b1359e16ff5193..ac7784206be7f46a794171072cccdfaf48d4aacd 100644 (file)
@@ -14,18 +14,13 @@ HOMEPAGE="https://gitlab.com/mdds/mdds"
 
 LICENSE="MIT"
 SLOT="1/1.2"
-IUSE="doc valgrind"
+IUSE="valgrind"
 
 [[ ${PV} == 9999 ]] || \
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="dev-libs/boost:="
-DEPEND="${RDEPEND}
-       doc? (
-               app-doc/doxygen
-               dev-python/sphinx
-       )
-"
+DEPEND="${RDEPEND}"
 
 PATCHES=( "${FILESDIR}/${PN}-1.2.3-buildsystem.patch" )
 
@@ -35,8 +30,9 @@ src_prepare(){
 }
 
 src_configure() {
+       # docs require dev-python/breathe etc., bug #602026
        econf \
-               $(use_enable doc docs) \
+               --disable-docs \
                $(use_enable valgrind memory_tests)
 }