commit: c7710e95b3c238ca8509cfb845fc774392b54761 Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org> AuthorDate: Sun Jul 3 23:41:49 2016 +0000 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org> CommitDate: Mon Jul 4 00:03:45 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7710e95
app-text/sigil: fix license, remove unused inherit, add missing dep - The correct license is GPL-3+ according to [0] - Inherit on eutils isn't required - Missing dep on unzip [0] https://github.com/Sigil-Ebook/Sigil/blob/master/src/main.cpp#L10 Package-Manager: portage-2.2.28 app-text/sigil/sigil-0.8.7-r1.ebuild | 6 +++--- app-text/sigil/sigil-0.9.5-r1.ebuild | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/app-text/sigil/sigil-0.8.7-r1.ebuild b/app-text/sigil/sigil-0.8.7-r1.ebuild index 6b75376..134769c 100644 --- a/app-text/sigil/sigil-0.8.7-r1.ebuild +++ b/app-text/sigil/sigil-0.8.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,7 +7,7 @@ CMAKE_MIN_VERSION="3.0" # This ebuild could use some python checks, as sigil contains python plugin architecture. -inherit eutils cmake-utils +inherit cmake-utils MY_PN="Sigil" @@ -15,7 +15,7 @@ DESCRIPTION="Sigil is a multi-platform WYSIWYG ebook editor for ePub format" HOMEPAGE="http://sigil-ebook.com/" SRC_URI="https://github.com/Sigil-Ebook/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" diff --git a/app-text/sigil/sigil-0.9.5-r1.ebuild b/app-text/sigil/sigil-0.9.5-r1.ebuild index 9a890d2..f07c613 100644 --- a/app-text/sigil/sigil-0.9.5-r1.ebuild +++ b/app-text/sigil/sigil-0.9.5-r1.ebuild @@ -7,7 +7,7 @@ CMAKE_MIN_VERSION="3.0" PYTHON_COMPAT=( python3_4 python3_5 ) -inherit eutils cmake-utils python-single-r1 +inherit cmake-utils python-single-r1 my_pn="Sigil" @@ -15,7 +15,7 @@ DESCRIPTION="Sigil is a multi-platform WYSIWYG ebook editor for ePub format" HOMEPAGE="http://sigil-ebook.com/" SRC_URI="https://github.com/Sigil-Ebook/${my_pn}/releases/download/${PV}/${my_pn}-${PV}-Code.zip" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" @@ -45,6 +45,7 @@ DEPEND="${RDEPEND} >=sys-devel/gcc-4.8 virtual/pkgconfig >=dev-qt/linguist-tools-5.4:5 + app-arch/unzip " S="${WORKDIR}"
