diff options
author | David Seifert <soap@gentoo.org> | 2017-04-23 08:59:02 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-23 13:20:26 +0200 |
commit | 6e3687117e1c7c30f0531789fc359319f0a8fec6 (patch) | |
tree | 3c9c0486c82f6a9d3d9e4ae0d8398da539e2840c /app-text/sigil | |
parent | app-text/referencer: [QA] Add missing python metadata variables (diff) | |
download | gentoo-6e3687117e1c7c30f0531789fc359319f0a8fec6.tar.gz gentoo-6e3687117e1c7c30f0531789fc359319f0a8fec6.tar.bz2 gentoo-6e3687117e1c7c30f0531789fc359319f0a8fec6.zip |
app-text/sigil: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-text/sigil')
-rw-r--r-- | app-text/sigil/sigil-0.9.5-r2.ebuild | 16 | ||||
-rw-r--r-- | app-text/sigil/sigil-0.9.6.ebuild | 16 |
2 files changed, 14 insertions, 18 deletions
diff --git a/app-text/sigil/sigil-0.9.5-r2.ebuild b/app-text/sigil/sigil-0.9.5-r2.ebuild index 95adcc9dfbef..4fa21a160310 100644 --- a/app-text/sigil/sigil-0.9.5-r2.ebuild +++ b/app-text/sigil/sigil-0.9.5-r2.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 @@ -17,8 +17,10 @@ LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" + ${PYTHON_DEPS} app-text/hunspell dev-libs/boost[threads] dev-libs/libpcre[pcre16] @@ -49,15 +51,11 @@ DEPEND="${RDEPEND} S="${WORKDIR}" -DOCS=( ChangeLog.txt README.md ) - -src_prepare() { +PATCHES=( # sigil tries to copy non-needed qt libs for deb package, safe to ignore this completely - eapply "${FILESDIR}/sigil-0.9.4-proper-gumbo-install.patch" - - eapply_user - cmake-utils_src_prepare -} + "${FILESDIR}"/${PN}-0.9.4-proper-gumbo-install.patch +) +DOCS=( ChangeLog.txt README.md ) src_configure() { local mycmakeargs=( diff --git a/app-text/sigil/sigil-0.9.6.ebuild b/app-text/sigil/sigil-0.9.6.ebuild index 95adcc9dfbef..4fa21a160310 100644 --- a/app-text/sigil/sigil-0.9.6.ebuild +++ b/app-text/sigil/sigil-0.9.6.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 @@ -17,8 +17,10 @@ LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" + ${PYTHON_DEPS} app-text/hunspell dev-libs/boost[threads] dev-libs/libpcre[pcre16] @@ -49,15 +51,11 @@ DEPEND="${RDEPEND} S="${WORKDIR}" -DOCS=( ChangeLog.txt README.md ) - -src_prepare() { +PATCHES=( # sigil tries to copy non-needed qt libs for deb package, safe to ignore this completely - eapply "${FILESDIR}/sigil-0.9.4-proper-gumbo-install.patch" - - eapply_user - cmake-utils_src_prepare -} + "${FILESDIR}"/${PN}-0.9.4-proper-gumbo-install.patch +) +DOCS=( ChangeLog.txt README.md ) src_configure() { local mycmakeargs=( |