- 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
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
# This ebuild could use some python checks, as sigil contains python plugin architecture.
-inherit eutils cmake-utils
+inherit cmake-utils
MY_PN="Sigil"
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=""
PYTHON_COMPAT=( python3_4 python3_5 )
-inherit eutils cmake-utils python-single-r1
+inherit cmake-utils python-single-r1
my_pn="Sigil"
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=""
>=sys-devel/gcc-4.8
virtual/pkgconfig
>=dev-qt/linguist-tools-5.4:5
+ app-arch/unzip
"
S="${WORKDIR}"