dev-lang/yasm: [QA] Add missing python metadata variables
authorDavid Seifert <soap@gentoo.org>
Sun, 23 Apr 2017 07:37:25 +0000 (09:37 +0200)
committerDavid Seifert <soap@gentoo.org>
Sun, 23 Apr 2017 11:21:19 +0000 (13:21 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

dev-lang/yasm/yasm-1.2.0-r1.ebuild
dev-lang/yasm/yasm-1.3.0.ebuild
dev-lang/yasm/yasm-9999.ebuild

index 54cdb995623da936cfbb5baa3882464d7c6180f0..008d10fb17b17a9883c000c665004f8937423528 100644 (file)
@@ -2,7 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
+
 PYTHON_COMPAT=( python2_7 )
+
 inherit autotools eutils python-r1
 
 DESCRIPTION="An assembler for x86 and x86_64 instruction sets"
@@ -14,17 +16,15 @@ LICENSE="BSD-2 BSD || ( Artistic GPL-2 LGPL-2 )"
 SLOT="0"
 KEYWORDS="-* amd64 ~arm64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="nls python"
-
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
-RDEPEND="nls? ( virtual/libintl )"
-DEPEND="nls? ( sys-devel/gettext )
-       python? (
-               ${PYTHON_DEPS}
-               >=dev-python/cython-0.14[${PYTHON_USEDEP}]
-               )"
-
-DOCS=( AUTHORS )
+RDEPEND="
+       nls? ( virtual/libintl )
+       python? ( ${PYTHON_DEPS} )"
+DEPEND="
+       ${RDEPEND}
+       nls? ( sys-devel/gettext )
+       python? ( >=dev-python/cython-0.14[${PYTHON_USEDEP}] )"
 
 src_prepare() {
        sed -i -e 's:xmlto:&dIsAbLe:' configure.ac || die #459940
index 0d069a2a46e4093f4c91fe7fd23b747ce002850f..04266e13156d2005fedb0c10451a249e1db6e17d 100644 (file)
@@ -2,7 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
+
 PYTHON_COMPAT=( python2_7 )
+
 inherit python-r1
 
 DESCRIPTION="An assembler for x86 and x86_64 instruction sets"
@@ -13,17 +15,15 @@ LICENSE="BSD-2 BSD || ( Artistic GPL-2 LGPL-2 )"
 SLOT="0"
 KEYWORDS="-* amd64 ~arm64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE="nls python"
-
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
-RDEPEND="nls? ( virtual/libintl )"
-DEPEND="nls? ( sys-devel/gettext )
-       python? (
-               ${PYTHON_DEPS}
-               >=dev-python/cython-0.14[${PYTHON_USEDEP}]
-       )"
-
-DOCS=( AUTHORS )
+RDEPEND="
+       nls? ( virtual/libintl )
+       python? ( ${PYTHON_DEPS} )"
+DEPEND="
+       ${RDEPEND}
+       nls? ( sys-devel/gettext )
+       python? ( >=dev-python/cython-0.14[${PYTHON_USEDEP}] )"
 
 src_configure() {
        use python && python_export_best
index 148877d58ffb022519c52400b394ddbafb7392b0..b02b40c7c7a415203edaed92cf76f4c2e177a772 100644 (file)
@@ -2,8 +2,11 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
+
 PYTHON_COMPAT=( python2_7 )
+
 inherit autotools eutils python-r1
+
 if [[ ${PV} == 9999* ]] ; then
        EGIT_REPO_URI="git://github.com/yasm/yasm.git"
        inherit git-2
@@ -18,21 +21,20 @@ HOMEPAGE="http://yasm.tortall.net/"
 LICENSE="BSD-2 BSD || ( Artistic GPL-2 LGPL-2 )"
 SLOT="0"
 IUSE="nls python"
-
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
-RDEPEND="nls? ( virtual/libintl )"
-DEPEND="nls? ( sys-devel/gettext )
-       python? (
-               ${PYTHON_DEPS}
-               >=dev-python/cython-0.14[${PYTHON_USEDEP}]
-               )"
+RDEPEND="
+       nls? ( virtual/libintl )
+       python? ( ${PYTHON_DEPS} )"
+DEPEND="
+       ${RDEPEND}
+       nls? ( sys-devel/gettext )
+       python? ( >=dev-python/cython-0.14[${PYTHON_USEDEP}] )"
+
 if [[ ${PV} == 9999* ]]; then
        DEPEND="${DEPEND} ${PYTHON_DEPS} app-text/xmlto app-text/docbook-xml-dtd:4.1.2"
 fi
 
-DOCS=( AUTHORS )
-
 src_prepare() {
        if ! [[ ${PV} == 9999* ]]; then
                sed -i -e 's:xmlto:&dIsAbLe:' configure.ac || die #459940