dilfridge    14/12/27 15:12:21

  Modified:             ChangeLog
  Added:                libabw-0.1.1.ebuild
  Log:
  Version bump by Andreas Sturmlechner, bug 533478
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  Changes    Path
1.7                  app-text/libabw/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libabw/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   10 Oct 2014 20:15:47 -0000      1.6
+++ ChangeLog   27 Dec 2014 15:12:21 -0000      1.7
@@ -1,6 +1,13 @@
 # ChangeLog for app-text/libabw
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libabw/ChangeLog,v 1.6 2014/10/10 
20:15:47 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libabw/ChangeLog,v 1.7 2014/12/27 
15:12:21 dilfridge Exp $
+
+*libabw-0.1.1 (27 Dec 2014)
+
+  27 Dec 2014; Andreas K. Huettel <dilfri...@gentoo.org> +libabw-0.1.1.ebuild,
+  +files/libabw-0.1.1-dereference-before-null-check.patch,
+  +files/libabw-0.1.1-do-not-let-AbiDocument_parse-throw.patch:
+  Version bump by Andreas Sturmlechner, bug 533478
 
   10 Oct 2014; Markus Meier <mae...@gentoo.org> libabw-0.1.0.ebuild:
   add ~arm, bug #520692



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

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

Index: libabw-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/libabw/libabw-0.1.1.ebuild,v 1.1 
2014/12/27 15:12:21 dilfridge Exp $

EAPI=5

inherit base eutils

DESCRIPTION="Library parsing abiword documents"
HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/${PN}";
SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz";

LICENSE="MPL-2.0"
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 )
"

PATCHES=(
        # from git master
        "${FILESDIR}/${PN}-0.1.1-dereference-before-null-check.patch"
        "${FILESDIR}/${PN}-0.1.1-do-not-let-AbiDocument_parse-throw.patch"
)

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

src_install() {
        default
        prune_libtool_files --all
}




Reply via email to