scarabeus    14/09/07 12:32:37

  Modified:             ChangeLog
  Added:                libabw-0.1.0.ebuild
  Log:
  Version bump to 0.1 used by lo4.3.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
8EEE3BE8)

Revision  Changes    Path
1.5                  app-text/libabw/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libabw/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   29 Jun 2014 16:43:34 -0000      1.4
+++ ChangeLog   7 Sep 2014 12:32:37 -0000       1.5
@@ -1,6 +1,12 @@
 # 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.4 2014/06/29 
16:43:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libabw/ChangeLog,v 1.5 2014/09/07 
12:32:37 scarabeus Exp $
+
+*libabw-0.1.0 (07 Sep 2014)
+
+  07 Sep 2014; Tomáš Chvátal <scarab...@gentoo.org> +libabw-0.1.0.ebuild,
+  libabw-0.0.2.ebuild:
+  Version bump to 0.1 used by lo4.3.
 
   29 Jun 2014; Agostino Sarubbo <a...@gentoo.org> libabw-0.0.2.ebuild:
   Stable for x86, wrt bug #514886



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

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

Index: libabw-0.1.0.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.0.ebuild,v 1.1 
2014/09/07 12:32:37 scarabeus Exp $

EAPI=5

inherit base eutils

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

LICENSE="MPL-2.0"
SLOT="0"
KEYWORDS="~amd64 ~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() {
        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