dilfridge    15/05/22 22:53:42

  Modified:             ChangeLog
  Added:                libmwaw-0.3.5.ebuild
  Removed:              libmwaw-0.3.1.ebuild
  Log:
  Version bump; remove old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  Changes    Path
1.18                 app-text/libmwaw/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libmwaw/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   15 Feb 2015 14:58:43 -0000      1.17
+++ ChangeLog   22 May 2015 22:53:42 -0000      1.18
@@ -1,6 +1,12 @@
 # ChangeLog for app-text/libmwaw
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libmwaw/ChangeLog,v 1.17 
2015/02/15 14:58:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libmwaw/ChangeLog,v 1.18 
2015/05/22 22:53:42 dilfridge Exp $
+
+*libmwaw-0.3.5 (22 May 2015)
+
+  22 May 2015; Andreas K. Huettel <dilfri...@gentoo.org> -libmwaw-0.3.1.ebuild,
+  +libmwaw-0.3.5.ebuild:
+  Version bump; remove old
 
   15 Feb 2015; Agostino Sarubbo <a...@gentoo.org> libmwaw-0.3.4.ebuild:
   Stable for x86, wrt bug #534684



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

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

Index: libmwaw-0.3.5.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.5.ebuild,v 1.1 
2015/05/22 22:53:42 dilfridge 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