From c7710e95b3c238ca8509cfb845fc774392b54761 Mon Sep 17 00:00:00 2001 From: Göktürk Yüksek Date: Sun, 3 Jul 2016 19:41:49 -0400 Subject: 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(-) (limited to 'app-text/sigil') diff --git a/app-text/sigil/sigil-0.8.7-r1.ebuild b/app-text/sigil/sigil-0.8.7-r1.ebuild index 6b75376d534e..134769ceec47 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 9a890d2a142f..f07c6136ba25 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}" -- cgit v1.2.3-65-gdbad