media-gfx/cura: [QA] Add missing python metadata variables
authorDavid Seifert <soap@gentoo.org>
Sun, 23 Apr 2017 09:48:51 +0000 (11:48 +0200)
committerDavid Seifert <soap@gentoo.org>
Sun, 23 Apr 2017 11:25:25 +0000 (13:25 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

media-gfx/cura/cura-0.15.04.4.ebuild
media-gfx/cura/cura-0.15.04.5_rc5.ebuild
media-gfx/cura/cura-2.1.0_beta.ebuild
media-gfx/cura/cura-2.3.1.ebuild

index d5185973d48a38adbc33bf506094aa7121a74746..59f9fbf4f8b32540aa7703f2438a5f7dc94166c3 100644 (file)
@@ -1,20 +1,24 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 PYTHON_COMPAT=( python2_7 )
+
 inherit eutils fdo-mime gnome2-utils python-single-r1
 
 MY_PV=${PV#0.}
 MY_PN=Cura
-SRC_URI="https://github.com/daid/${MY_PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
+
 DESCRIPTION="A mesh slicer written in python to produce gcode for 3D printers"
 HOMEPAGE="https://github.com/daid/Cura"
+SRC_URI="https://github.com/daid/${MY_PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
+
 LICENSE="AGPL-3"
 SLOT="0"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
        dev-python/wxpython:3.0[opengl,${PYTHON_USEDEP}]
@@ -26,7 +30,6 @@ RDEPEND="${PYTHON_DEPS}
 DEPEND="${RDEPEND}
        >=dev-python/setuptools-0.6.34[${PYTHON_USEDEP}]"
 
-REQUIRED_USE="${PYTHON_REQ_USE}"
 PATCHES=( "${FILESDIR}/${P}-nopower.patch" )
 S="${WORKDIR}/${MY_PN}-${MY_PV}"
 
index c3ab663b6a7023925860fabbf0a783a682faa7d7..ac952093c028522ed799a75db968732f6b173247 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
@@ -9,13 +9,16 @@ inherit eutils fdo-mime gnome2-utils python-single-r1
 MY_PV=${PV#0.}
 MY_PV=${MY_PV/_rc/-RC}
 MY_PN=Cura
-SRC_URI="https://github.com/daid/${MY_PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
+
 DESCRIPTION="A mesh slicer written in python to produce gcode for 3D printers"
 HOMEPAGE="https://github.com/daid/Cura"
+SRC_URI="https://github.com/daid/${MY_PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
+
 LICENSE="AGPL-3"
 SLOT="0"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
        dev-python/wxpython:3.0[opengl,${PYTHON_USEDEP}]
@@ -27,7 +30,6 @@ RDEPEND="${PYTHON_DEPS}
 DEPEND="${RDEPEND}
        >=dev-python/setuptools-0.6.34[${PYTHON_USEDEP}]"
 
-REQUIRED_USE="${PYTHON_REQ_USE}"
 PATCHES=( "${FILESDIR}/${PN}-0.15.04.4-nopower.patch" )
 S="${WORKDIR}/${MY_PN}-${MY_PV}"
 
index 8a91149a247b98aa0605c208a293f09945f46a41..9a28b902e3e9de04c2f36c58b003ee18a6acaac4 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"
@@ -12,11 +12,12 @@ MY_PV=${PV/_beta}
 DESCRIPTION="A 3D model slicing application for 3D printing"
 HOMEPAGE="https://github.com/Ultimaker/Cura"
 SRC_URI="https://github.com/Ultimaker/${MY_PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
 
 LICENSE="AGPL-3+"
 SLOT="0"
+KEYWORDS="~amd64 ~x86"
 IUSE="+usb"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
        dev-libs/libarcus:=[python,${PYTHON_USEDEP}]
@@ -29,7 +30,6 @@ DEPEND="${RDEPEND}
 S="${WORKDIR}/${MY_PN}-${MY_PV}"
 PATCHES=( "${FILESDIR}/${P}-fix-install-paths.patch" )
 DOCS=( README.md )
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 src_configure() {
        local mycmakeargs=(
index da071fbfa1276c83472336ae665e34dad3e06c87..39b5a6d05144558409eb5dc548d943dd1aa83423 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"
@@ -12,11 +12,12 @@ MY_PV=${PV/_beta}
 DESCRIPTION="A 3D model slicing application for 3D printing"
 HOMEPAGE="https://github.com/Ultimaker/Cura"
 SRC_URI="https://github.com/Ultimaker/${MY_PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
 
 LICENSE="AGPL-3+"
 SLOT="0"
+KEYWORDS="~amd64 ~x86"
 IUSE="+usb"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
        dev-libs/libarcus:=[python,${PYTHON_USEDEP}]
@@ -30,7 +31,6 @@ DEPEND="${RDEPEND}
 S="${WORKDIR}/${MY_PN}-${MY_PV}"
 PATCHES=( "${FILESDIR}/${P}-fix-install-paths.patch" )
 DOCS=( README.md )
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 src_configure() {
        local mycmakeargs=(