public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/libwps: libwps-0.4.0.ebuild ChangeLog
@ 2015-05-22 22:45 Andreas Huettel (dilfridge)
  0 siblings, 0 replies; only message in thread
From: Andreas Huettel (dilfridge) @ 2015-05-22 22:45 UTC (permalink / raw
  To: gentoo-commits

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 <dilfridge@gentoo.org> +libwps-0.4.0.ebuild:
+  Version bump (no keywords, for live libreoffice)
 
   15 Feb 2015; Agostino Sarubbo <ago@gentoo.org> 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
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-05-22 22:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-22 22:45 [gentoo-commits] gentoo-x86 commit in app-text/libwps: libwps-0.4.0.ebuild ChangeLog Andreas Huettel (dilfridge)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox