app-emulation/ganeti: Always pull in sphinx in 2.13 and 2.14
authorPatrick McLean <chutzpah@gentoo.org>
Tue, 5 Apr 2016 18:42:10 +0000 (11:42 -0700)
committerPatrick McLean <chutzpah@gentoo.org>
Tue, 5 Apr 2016 18:42:20 +0000 (11:42 -0700)
Gentoo-Bug: 548972

Package-Manager: portage-2.2.28

app-emulation/ganeti/ganeti-2.13.0-r3.ebuild [moved from app-emulation/ganeti/ganeti-2.13.0-r2.ebuild with 96% similarity]
app-emulation/ganeti/ganeti-2.14.1-r2.ebuild [moved from app-emulation/ganeti/ganeti-2.14.1-r1.ebuild with 96% similarity]

similarity index 96%
rename from app-emulation/ganeti/ganeti-2.13.0-r2.ebuild
rename to app-emulation/ganeti/ganeti-2.13.0-r3.ebuild
index 42b24edac28e0821838efe614c6f36c7f8aea9a1..0eeaec98b5649787f921a4da20e8b0d3f64631d0 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -17,12 +17,6 @@ if [[ ${PV} == "9999" ]] ; then
        EGIT_REPO_URI="git://git.ganeti.org/ganeti.git"
        inherit git-2
        KEYWORDS=""
-       GIT_DEPEND="app-text/pandoc
-               dev-python/docutils
-               dev-python/sphinx[${PYTHON_USEDEP}]
-               media-libs/gd[fontconfig,jpeg,png,truetype]
-               media-gfx/graphviz
-               media-fonts/urw-fonts"
 else
        SRC_URI="http://downloads.ganeti.org/releases/${SERIES}/${MY_P}.tar.gz"
        KEYWORDS="~amd64 ~x86"
@@ -90,12 +84,15 @@ DEPEND="
        rbd? ( sys-cluster/ceph )
        ipv6? ( net-misc/ndisc6 )
        haskell-daemons? ( dev-haskell/text:0= )
-       ${PYTHON_DEPS}
-       ${GIT_DEPEND}"
+       ${PYTHON_DEPS}"
 RDEPEND="${DEPEND}
        !app-emulation/ganeti-htools"
-DEPEND+="sys-devel/m4
-       app-text/pandoc
+DEPEND+="
+       sys-devel/m4
+       <dev-python/sphinx-1.3[${PYTHON_USEDEP}]
+       media-fonts/urw-fonts
+       media-gfx/graphviz
+       =app-text/pandoc-1.12*
        test? (
                dev-python/mock
                dev-python/pyyaml
similarity index 96%
rename from app-emulation/ganeti/ganeti-2.14.1-r1.ebuild
rename to app-emulation/ganeti/ganeti-2.14.1-r2.ebuild
index 17bb19c37c17c1ff78ebff8305cb3a90830e9657..0e62c0adf9ccc75c6d8a58429f9d584c2ad942bd 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -17,11 +17,6 @@ if [[ ${PV} =~ [9]{4,} ]] ; then
        EGIT_REPO_URI="git://git.ganeti.org/ganeti.git"
        inherit git-2
        KEYWORDS=""
-       GIT_DEPEND="dev-python/docutils
-               =dev-python/sphinx-1.2*[${PYTHON_USEDEP}]
-               media-libs/gd[fontconfig,jpeg,png,truetype]
-               media-gfx/graphviz
-               media-fonts/urw-fonts"
 else
        SRC_URI="http://downloads.ganeti.org/releases/${SERIES}/${MY_P}.tar.gz"
        KEYWORDS="~amd64 ~x86"
@@ -118,11 +113,14 @@ DEPEND="
        drbd? ( <sys-cluster/drbd-8.5 )
        rbd? ( sys-cluster/ceph )
        ipv6? ( net-misc/ndisc6 )
-       ${PYTHON_DEPS}
-       ${GIT_DEPEND}"
+       ${PYTHON_DEPS}"
 RDEPEND="${DEPEND}
        !app-emulation/ganeti-htools"
-DEPEND+="sys-devel/m4
+DEPEND+="
+       sys-devel/m4
+       <dev-python/sphinx-1.3[${PYTHON_USEDEP}]
+       media-fonts/urw-fonts
+       media-gfx/graphviz
        =app-text/pandoc-1.12*
        >=dev-haskell/test-framework-0.6:0=
        <dev-haskell/test-framework-0.9:0=