app-text/sigil: fix license, remove unused inherit, add missing dep
authorGöktürk Yüksek <gokturk@gentoo.org>
Sun, 3 Jul 2016 23:41:49 +0000 (19:41 -0400)
committerGöktürk Yüksek <gokturk@gentoo.org>
Mon, 4 Jul 2016 00:03:45 +0000 (20:03 -0400)
- 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
app-text/sigil/sigil-0.9.5-r1.ebuild

index 6b75376d534e1a8a7877c81f3214574dad2a2991..134769ceec47a43c7ab49638c390e544b3d3fde5 100644 (file)
@@ -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=""
index 9a890d2a142f3dc976d9a004ad38e1baca218e90..f07c6136ba2575c151f09d90ab2a877e52dd3c65 100644 (file)
@@ -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}"