mgorny 15/02/04 09:08:02 Modified: ChangeLog Added: libebook-0.1.2.ebuild Log: Version bump. Bug #538746. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.9 app-text/libebook/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libebook/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libebook/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libebook/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/libebook/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 10 Oct 2014 20:16:15 -0000 1.8 +++ ChangeLog 4 Feb 2015 09:08:02 -0000 1.9 @@ -1,6 +1,11 @@ # ChangeLog for app-text/libebook -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/libebook/ChangeLog,v 1.8 2014/10/10 20:16:15 maekke Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/libebook/ChangeLog,v 1.9 2015/02/04 09:08:02 mgorny Exp $ + +*libebook-0.1.2 (04 Feb 2015) + + 04 Feb 2015; Michał Górny <[email protected]> +libebook-0.1.2.ebuild: + Version bump. Bug #538746. 10 Oct 2014; Markus Meier <[email protected]> libebook-0.1.1.ebuild: add ~arm, bug #520692 1.1 app-text/libebook/libebook-0.1.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libebook/libebook-0.1.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libebook/libebook-0.1.2.ebuild?rev=1.1&content-type=text/plain Index: libebook-0.1.2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-text/libebook/libebook-0.1.2.ebuild,v 1.1 2015/02/04 09:08:02 mgorny Exp $ EAPI=5 MY_PN="libe-book" MY_P="${MY_PN}-${PV}" inherit eutils DESCRIPTION="Library parsing various ebook formats" HOMEPAGE="http://www.sourceforge.net/projects/libebook/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" LICENSE="MPL-2.0" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" IUSE="doc test" RDEPEND=" dev-libs/icu:= dev-libs/librevenge dev-libs/libxml2 sys-libs/zlib " DEPEND="${RDEPEND} dev-libs/boost:= dev-util/gperf virtual/pkgconfig doc? ( app-doc/doxygen ) test? ( dev-util/cppunit ) " RDEPEND="${RDEPEND}" S="${WORKDIR}/${MY_P}" src_configure() { econf \ --disable-static \ --disable-werror \ $(use_with doc docs) \ $(use_enable test tests) \ --docdir="${EPREFIX}"/usr/share/doc/${PF} } src_install() { default prune_libtool_files --all }
