From b9b7ce746403acaf96bd496bdc178bffd3aa29b0 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Thu, 20 Apr 2017 17:51:20 +0200 Subject: sci-mathematics/kodkod: [QA] Add missing python metadata variables Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- sci-mathematics/kodkod/kodkod-1.5.2-r1.ebuild | 4 +++- sci-mathematics/kodkod/kodkod-1.5.2.ebuild | 6 ++++-- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'sci-mathematics/kodkod') diff --git a/sci-mathematics/kodkod/kodkod-1.5.2-r1.ebuild b/sci-mathematics/kodkod/kodkod-1.5.2-r1.ebuild index 4c2b2603d79..33f6ca4a7bc 100644 --- a/sci-mathematics/kodkod/kodkod-1.5.2-r1.ebuild +++ b/sci-mathematics/kodkod/kodkod-1.5.2-r1.ebuild @@ -13,12 +13,14 @@ DESCRIPTION="a constraint solver for relational logic" HOMEPAGE="http://alloy.mit.edu/kodkod/index.html" SRC_URI="http://alloy.mit.edu/kodkod/${PV}/${P}.zip https://waf.googlecode.com/files/waf-1.7.16" + LICENSE="MIT" SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" -COMMON_DEP="" +COMMON_DEP="${PYTHON_DEPS}" RDEPEND="${COMMON_DEP} >=virtual/jre-1.6" DEPEND="${COMMON_DEP} diff --git a/sci-mathematics/kodkod/kodkod-1.5.2.ebuild b/sci-mathematics/kodkod/kodkod-1.5.2.ebuild index 32d46d278ee..230c75396a8 100644 --- a/sci-mathematics/kodkod/kodkod-1.5.2.ebuild +++ b/sci-mathematics/kodkod/kodkod-1.5.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -13,12 +13,14 @@ DESCRIPTION="a constraint solver for relational logic" HOMEPAGE="http://alloy.mit.edu/kodkod/index.html" SRC_URI="http://alloy.mit.edu/kodkod/${PV}/${P}.zip https://waf.googlecode.com/files/waf-1.7.16" + LICENSE="MIT" SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" -COMMON_DEP="" +COMMON_DEP="${PYTHON_DEPS}" RDEPEND="${COMMON_DEP} >=virtual/jre-1.6" DEPEND="${COMMON_DEP} -- cgit v1.2.1