mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
sci-libs/geos: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
This commit is contained in:
@@ -10,7 +10,7 @@ PHP_EXT_NAME="geos"
|
||||
PHP_EXT_OPTIONAL_USE="php"
|
||||
PHP_EXT_SKIP_PHPIZE="yes"
|
||||
|
||||
inherit php-ext-source-r2 autotools eutils python-single-r1 python-utils-r1
|
||||
inherit php-ext-source-r2 autotools eutils python-single-r1
|
||||
|
||||
DESCRIPTION="Geometry engine library for Geographic Information Systems"
|
||||
HOMEPAGE="http://trac.osgeo.org/geos/"
|
||||
@@ -20,8 +20,10 @@ LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
|
||||
IUSE="doc php python ruby static-libs"
|
||||
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
|
||||
|
||||
RDEPEND="
|
||||
python? ( ${PYTHON_DEPS} )
|
||||
ruby? ( dev-lang/ruby:* )
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
@@ -30,7 +32,7 @@ DEPEND="${RDEPEND}
|
||||
dev-lang/swig
|
||||
app-admin/chrpath
|
||||
)
|
||||
python? ( dev-lang/swig ${PYTHON_DEPS} )
|
||||
python? ( dev-lang/swig )
|
||||
ruby? ( dev-lang/swig )
|
||||
"
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
EAPI="5"
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
inherit autotools eutils python-single-r1 python-utils-r1
|
||||
inherit autotools eutils python-single-r1
|
||||
|
||||
DESCRIPTION="Geometry engine library for Geographic Information Systems"
|
||||
HOMEPAGE="http://trac.osgeo.org/geos/"
|
||||
@@ -14,15 +14,17 @@ LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
|
||||
IUSE="doc php python ruby static-libs"
|
||||
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
|
||||
|
||||
RDEPEND="
|
||||
php? ( >=dev-lang/php-5.3:* )
|
||||
python? ( ${PYTHON_DEPS} )
|
||||
ruby? ( dev-lang/ruby:* )
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
doc? ( app-doc/doxygen )
|
||||
php? ( dev-lang/swig )
|
||||
python? ( dev-lang/swig ${PYTHON_DEPS} )
|
||||
python? ( dev-lang/swig )
|
||||
ruby? ( dev-lang/swig )
|
||||
"
|
||||
|
||||
|
||||
@@ -15,6 +15,7 @@ LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
|
||||
IUSE="doc python ruby static-libs"
|
||||
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
|
||||
|
||||
RDEPEND="
|
||||
python? ( ${PYTHON_DEPS} )
|
||||
|
||||
Reference in New Issue
Block a user