mgorny      15/02/04 08:39:39

  Modified:             ChangeLog
  Added:                libmwaw-0.3.4.ebuild
  Log:
  Version bump. Bug #538188.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.15                 app-text/libmwaw/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libmwaw/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   10 Oct 2014 20:17:48 -0000      1.14
+++ ChangeLog   4 Feb 2015 08:39:39 -0000       1.15
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/libmwaw
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libmwaw/ChangeLog,v 1.14 
2014/10/10 20:17:48 maekke Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/libmwaw/ChangeLog,v 1.15 
2015/02/04 08:39:39 mgorny Exp $
+
+*libmwaw-0.3.4 (04 Feb 2015)
+
+  04 Feb 2015; Michał Górny <[email protected]> +libmwaw-0.3.4.ebuild:
+  Version bump. Bug #538188.
 
   10 Oct 2014; Markus Meier <[email protected]> libmwaw-0.3.1.ebuild:
   add ~arm, bug #520692



1.1                  app-text/libmwaw/libmwaw-0.3.4.ebuild

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

Index: libmwaw-0.3.4.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/libmwaw/libmwaw-0.3.4.ebuild,v 1.1 
2015/02/04 08:39:39 mgorny Exp $

EAPI=5

inherit base eutils

DESCRIPTION="Library parsing many pre-OSX MAC text formats"
HOMEPAGE="http://sourceforge.net/p/libmwaw/wiki/Home/";
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="doc static-libs"

RDEPEND="
        dev-libs/librevenge
        dev-libs/libxml2
        sys-libs/zlib
"
DEPEND="${RDEPEND}
        >=dev-libs/boost-1.46:=
        sys-devel/libtool
        virtual/pkgconfig
        doc? ( app-doc/doxygen )
"

src_configure() {
        # zip is hard enabled as the zlib is dep on the rdeps anyway
        econf \
                --docdir="${EPREFIX}/usr/share/doc/${PF}" \
                --with-sharedptr=boost \
                --enable-zip \
                --disable-werror \
                $(use_enable static-libs static) \
                $(use_with doc docs)
}

src_install() {
        default
        prune_libtool_files --all
}




Reply via email to