dilfridge    15/05/22 22:45:59

  Modified:             ChangeLog
  Added:                libwps-0.4.0.ebuild
  Log:
  Version bump (no keywords, for live libreoffice)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  Changes    Path
1.61                 app-text/libwps/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libwps/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog   15 Feb 2015 14:58:55 -0000      1.60
+++ ChangeLog   22 May 2015 22:45:59 -0000      1.61
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/libwps
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libwps/ChangeLog,v 1.60 2015/02/15 
14:58:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libwps/ChangeLog,v 1.61 2015/05/22 
22:45:59 dilfridge Exp $
+
+*libwps-0.4.0 (22 May 2015)
+
+  22 May 2015; Andreas K. Huettel <[email protected]> +libwps-0.4.0.ebuild:
+  Version bump (no keywords, for live libreoffice)
 
   15 Feb 2015; Agostino Sarubbo <[email protected]> libwps-0.3.1.ebuild:
   Stable for x86, wrt bug #534684



1.1                  app-text/libwps/libwps-0.4.0.ebuild

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

Index: libwps-0.4.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/libwps/libwps-0.4.0.ebuild,v 1.1 
2015/05/22 22:45:59 dilfridge Exp $

EAPI=5

inherit base eutils

DESCRIPTION="Microsoft Works file word processor format import filter library"
HOMEPAGE="http://libwps.sourceforge.net/";
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"

LICENSE="|| ( LGPL-2.1 MPL-2.0 )"
SLOT="0"
# KEYWORDS="~alpha ~amd64 ~arm ~x86"
IUSE="doc debug static-libs"

RDEPEND="
        app-text/libwpd:0.10
        dev-libs/boost:=
        dev-libs/librevenge
"
DEPEND="${RDEPEND}
        virtual/pkgconfig
        doc? ( app-doc/doxygen )
"

src_configure() {
        econf \
                --disable-werror \
                $(use_enable static-libs static) \
                --docdir=/usr/share/doc/${PF} \
                $(use_with doc docs) \
                $(use_enable debug)
}

src_install() {
        default
        prune_libtool_files --all
}




Reply via email to