diff options
author | David Seifert <soap@gentoo.org> | 2017-04-23 11:48:51 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-23 13:25:25 +0200 |
commit | 6c68042beed2e294ae0ee482e0b36c2df8a233cf (patch) | |
tree | 71c30c7d94397b6ceb90071481eb5610fb6ed8d5 /media-gfx/cura | |
parent | media-gfx/cptutils: [QA] Add missing python metadata variables (diff) | |
download | gentoo-6c68042beed2e294ae0ee482e0b36c2df8a233cf.tar.gz gentoo-6c68042beed2e294ae0ee482e0b36c2df8a233cf.tar.bz2 gentoo-6c68042beed2e294ae0ee482e0b36c2df8a233cf.zip |
media-gfx/cura: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'media-gfx/cura')
-rw-r--r-- | media-gfx/cura/cura-0.15.04.4.ebuild | 11 | ||||
-rw-r--r-- | media-gfx/cura/cura-0.15.04.5_rc5.ebuild | 10 | ||||
-rw-r--r-- | media-gfx/cura/cura-2.1.0_beta.ebuild | 6 | ||||
-rw-r--r-- | media-gfx/cura/cura-2.3.1.ebuild | 6 |
4 files changed, 19 insertions, 14 deletions
diff --git a/media-gfx/cura/cura-0.15.04.4.ebuild b/media-gfx/cura/cura-0.15.04.4.ebuild index d5185973d48a..59f9fbf4f8b3 100644 --- a/media-gfx/cura/cura-0.15.04.4.ebuild +++ b/media-gfx/cura/cura-0.15.04.4.ebuild @@ -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}" diff --git a/media-gfx/cura/cura-0.15.04.5_rc5.ebuild b/media-gfx/cura/cura-0.15.04.5_rc5.ebuild index c3ab663b6a70..ac952093c028 100644 --- a/media-gfx/cura/cura-0.15.04.5_rc5.ebuild +++ b/media-gfx/cura/cura-0.15.04.5_rc5.ebuild @@ -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}" diff --git a/media-gfx/cura/cura-2.1.0_beta.ebuild b/media-gfx/cura/cura-2.1.0_beta.ebuild index 8a91149a247b..9a28b902e3e9 100644 --- a/media-gfx/cura/cura-2.1.0_beta.ebuild +++ b/media-gfx/cura/cura-2.1.0_beta.ebuild @@ -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=( diff --git a/media-gfx/cura/cura-2.3.1.ebuild b/media-gfx/cura/cura-2.3.1.ebuild index da071fbfa127..39b5a6d05144 100644 --- a/media-gfx/cura/cura-2.3.1.ebuild +++ b/media-gfx/cura/cura-2.3.1.ebuild @@ -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=( |