maksbotan 15/04/05 17:00:52 Modified: ChangeLog Added: sigil-0.8.5.ebuild Log: Bump to 0.8.5, update deps reflecting switch to Qt5. (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Revision Changes Path 1.16 app-text/sigil/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/sigil/ChangeLog?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/sigil/ChangeLog?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/sigil/ChangeLog?r1=1.15&r2=1.16 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/sigil/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 10 Aug 2014 18:33:08 -0000 1.15 +++ ChangeLog 5 Apr 2015 17:00:52 -0000 1.16 @@ -1,6 +1,11 @@ # ChangeLog for app-text/sigil -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/sigil/ChangeLog,v 1.15 2014/08/10 18:33:08 slyfox Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/sigil/ChangeLog,v 1.16 2015/04/05 17:00:52 maksbotan Exp $ + +*sigil-0.8.5 (05 Apr 2015) + + 05 Apr 2015; Maxim Koltsov <[email protected]> +sigil-0.8.5.ebuild: + Bump to 0.8.5, update deps reflecting switch to Qt5. 10 Aug 2014; Sergei Trofimovich <[email protected]> sigil-0.6.2.ebuild: QA: drop trailing '.' from DESCRIPTION 1.1 app-text/sigil/sigil-0.8.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/sigil/sigil-0.8.5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/sigil/sigil-0.8.5.ebuild?rev=1.1&content-type=text/plain Index: sigil-0.8.5.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-text/sigil/sigil-0.8.5.ebuild,v 1.1 2015/04/05 17:00:52 maksbotan Exp $ EAPI=5 CMAKE_MIN_VERSION="3.0" CMAKE_BUILD_TYPE="Release" # This ebuild could use some python checks, as sigil contains python plugin architecture. inherit eutils cmake-utils MY_PN="Sigil" DESCRIPTION="Sigil is a multi-platform WYSIWYG ebook editor for ePub format" HOMEPAGE="http://sigil-ebook.com/" SRC_URI="https://github.com/user-none/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=" >=sys-libs/zlib-1.2.7[minizip] >=dev-libs/libpcre-8.31[pcre16] >=dev-libs/boost-1.49[threads] >=app-text/hunspell-1.3.2 >=dev-libs/xerces-c-3.1.1[icu] >=dev-qt/qtcore-5.4:5 >=dev-qt/qtwebkit-5.4:5 >=dev-qt/qtsvg-5.4:5 >=dev-qt/qtgui-5.4:5 >=dev-qt/qtwidgets-5.4:5 >=dev-qt/qtxml-5.4:5 >=dev-qt/qtxmlpatterns-5.4:5 >=dev-qt/qtconcurrent-5.4:5 >=dev-qt/qtprintsupport-5.4:5 >=dev-qt/qtnetwork-5.4:5 " DEPEND="${RDEPEND} virtual/pkgconfig >=dev-qt/linguist-tools-5.4:5 " S="${WORKDIR}/${MY_PN}-${PV}" DOCS=( README.md ) src_prepare() { # sigil tries to copy non-needed qt libs for deb package, safe to ignore this completely sed -e '/set( QT_LIBS/d' -i src/Sigil/CMakeLists.txt || die 'sed failed' cmake-utils_src_prepare }
