dilfridge 15/07/12 19:05:15 Modified: ChangeLog Added: libetonyek-0.1.3.ebuild Log: Version bump (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Revision Changes Path 1.12 app-text/libetonyek/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libetonyek/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libetonyek/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libetonyek/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/libetonyek/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 22 May 2015 20:44:57 -0000 1.11 +++ ChangeLog 12 Jul 2015 19:05:15 -0000 1.12 @@ -1,6 +1,12 @@ # ChangeLog for app-text/libetonyek # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/libetonyek/ChangeLog,v 1.11 2015/05/22 20:44:57 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/libetonyek/ChangeLog,v 1.12 2015/07/12 19:05:15 dilfridge Exp $ + +*libetonyek-0.1.3 (12 Jul 2015) + + 12 Jul 2015; Andreas K. Huettel <[email protected]> + +libetonyek-0.1.3.ebuild: + Version bump *libetonyek-0.1.2 (22 May 2015) 1.1 app-text/libetonyek/libetonyek-0.1.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libetonyek/libetonyek-0.1.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libetonyek/libetonyek-0.1.3.ebuild?rev=1.1&content-type=text/plain Index: libetonyek-0.1.3.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-text/libetonyek/libetonyek-0.1.3.ebuild,v 1.1 2015/07/12 19:05:15 dilfridge Exp $ EAPI=5 EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/libetonyek" inherit base eutils [[ ${PV} == 9999 ]] && inherit autotools git-2 DESCRIPTION="Library parsing Apple Keynote presentations" HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek" [[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz" LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )" SLOT="0" [[ ${PV} == 9999 ]] || \ KEYWORDS="~amd64 ~arm ~x86" IUSE="doc static-libs test" RDEPEND=" dev-libs/boost:= dev-libs/librevenge dev-libs/libxml2 sys-libs/zlib " DEPEND="${RDEPEND} >=dev-libs/boost-1.46 >=dev-util/mdds-0.12.1 media-libs/glm sys-devel/libtool virtual/pkgconfig doc? ( app-doc/doxygen ) test? ( dev-util/cppunit ) " src_prepare() { [[ -d m4 ]] || mkdir "m4" base_src_prepare [[ ${PV} == 9999 ]] && eautoreconf } src_configure() { econf \ --docdir="${EPREFIX}/usr/share/doc/${PF}" \ $(use_enable static-libs static) \ --disable-werror \ $(use_enable test tests) \ $(use_with doc docs) } src_install() { default prune_libtool_files --all }
