From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8A9761389E2 for ; Sat, 27 Dec 2014 15:54:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9EE31E0AA1; Sat, 27 Dec 2014 15:54:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3104DE0AA1 for ; Sat, 27 Dec 2014 15:54:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2B0683405F4 for ; Sat, 27 Dec 2014 15:54:35 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2276) id CF4AED7DB; Sat, 27 Dec 2014 15:54:33 +0000 (UTC) From: "Andreas HAttel (dilfridge)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, dilfridge@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-text/libodfgen: ChangeLog libodfgen-0.1.2.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog libodfgen-0.1.2.ebuild X-VCS-Directories: app-text/libodfgen X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas HAttel Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20141227155433.CF4AED7DB@oystercatcher.gentoo.org> Date: Sat, 27 Dec 2014 15:54:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f745296b-072d-413d-bd3d-6a3b745799eb X-Archives-Hash: 1cfcd7f8132fcc78e3351f3f09884fee dilfridge 14/12/27 15:54:33 Modified: ChangeLog Added: libodfgen-0.1.2.ebuild Log: Version bump by Andreas Sturmlechner, bug 523570 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 84AD142F) Revision Changes Path 1.15 app-text/libodfgen/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libodfgen/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libodfgen/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libodfgen/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/libodfgen/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 10 Oct 2014 20:18:18 -0000 1.14 +++ ChangeLog 27 Dec 2014 15:54:33 -0000 1.15 @@ -1,6 +1,12 @@ # ChangeLog for app-text/libodfgen # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/libodfgen/ChangeLog,v 1.14 2014/10/10 20:18:18 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/libodfgen/ChangeLog,v 1.15 2014/12/27 15:54:33 dilfridge Exp $ + +*libodfgen-0.1.2 (27 Dec 2014) + + 27 Dec 2014; Andreas K. Huettel + +libodfgen-0.1.2.ebuild: + Version bump by Andreas Sturmlechner, bug 523570 10 Oct 2014; Markus Meier libodfgen-0.1.1.ebuild: add ~arm, bug #520692 1.1 app-text/libodfgen/libodfgen-0.1.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libodfgen/libodfgen-0.1.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libodfgen/libodfgen-0.1.2.ebuild?rev=1.1&content-type=text/plain Index: libodfgen-0.1.2.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-text/libodfgen/libodfgen-0.1.2.ebuild,v 1.1 2014/12/27 15:54:33 dilfridge Exp $ EAPI=5 inherit eutils DESCRIPTION="Library to generate ODF documents from libwpd and libwpg" HOMEPAGE="http://libwpd.sf.net" SRC_URI="mirror://sourceforge/libwpd/${P}.tar.xz" # git://git.code.sf.net/p/libwpd/libodfgen LICENSE="|| ( LGPL-2.1 MPL-2.0 )" SLOT="0" KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" IUSE="doc" RDEPEND=" dev-libs/librevenge " DEPEND="${RDEPEND} >=dev-libs/boost-1.46 virtual/pkgconfig doc? ( app-doc/doxygen ) " src_configure() { econf \ --disable-static \ --disable-werror \ --with-sharedptr=boost \ --docdir="${EPREFIX}"/usr/share/doc/${PF} \ $(use_with doc docs) } src_install() { default prune_libtool_files --all }