dilfridge    14/09/13 20:33:06

  Modified:             ChangeLog
  Added:                libodfgen-0.1.1.ebuild
  Log:
  Version bump. Thanks to Andreas Sturmlechner.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  Changes    Path
1.13                 app-text/libodfgen/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libodfgen/ChangeLog?rev=1.13&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libodfgen/ChangeLog?rev=1.13&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libodfgen/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libodfgen/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   13 Sep 2014 20:16:25 -0000      1.12
+++ ChangeLog   13 Sep 2014 20:33:06 -0000      1.13
@@ -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.12 
2014/09/13 20:16:25 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libodfgen/ChangeLog,v 1.13 
2014/09/13 20:33:06 dilfridge Exp $
+
+*libodfgen-0.1.1 (13 Sep 2014)
+
+  13 Sep 2014; Andreas K. Huettel <[email protected]>
+  +libodfgen-0.1.1.ebuild:
+  Version bump. Thanks to Andreas Sturmlechner.
 
   13 Sep 2014; Andreas K. Huettel <[email protected]>
   -libodfgen-0.0.2.ebuild:



1.1                  app-text/libodfgen/libodfgen-0.1.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libodfgen/libodfgen-0.1.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libodfgen/libodfgen-0.1.1.ebuild?rev=1.1&content-type=text/plain

Index: libodfgen-0.1.1.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.1.ebuild,v 
1.1 2014/09/13 20:33:06 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 ~x86 ~amd64-linux ~x86-linux"
IUSE=""

RDEPEND="
        dev-libs/librevenge
"
DEPEND="${RDEPEND}
        >=dev-libs/boost-1.46
        virtual/pkgconfig
"

src_configure() {
        econf \
                --disable-static \
                --disable-werror \
                --with-sharedptr=boost \
                --docdir="${EPREFIX}"/usr/share/doc/${PF}
}

src_install() {
        default
        prune_libtool_files --all
}




Reply via email to