summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-text/sigil/sigil-0.8.7-r1.ebuild6
-rw-r--r--app-text/sigil/sigil-0.9.5-r1.ebuild5
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 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}"