scarabeus    14/08/23 13:22:41

  Modified:             ChangeLog
  Added:                libwpd-0.10.0.ebuild
  Log:
  Add 0.10 series wpd using revenge for lo4.3. Drops keywords.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
8EEE3BE8)

Revision  Changes    Path
1.127                app-text/libwpd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -r1.126 -r1.127
--- ChangeLog   23 Apr 2014 20:57:34 -0000      1.126
+++ ChangeLog   23 Aug 2014 13:22:41 -0000      1.127
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/libwpd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.126 
2014/04/23 20:57:34 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.127 
2014/08/23 13:22:41 scarabeus Exp $
+
+*libwpd-0.10.0 (23 Aug 2014)
+
+  23 Aug 2014; Tomáš Chvátal <[email protected]> +libwpd-0.10.0.ebuild:
+  Add 0.10 series wpd using revenge for lo4.3. Drops keywords.
 
   23 Apr 2014; Pacho Ramos <[email protected]> -libwpd-0.9.7.ebuild,
   -libwpd-0.9.8.ebuild:



1.1                  app-text/libwpd/libwpd-0.10.0.ebuild

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

Index: libwpd-0.10.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/libwpd/libwpd-0.10.0.ebuild,v 1.1 
2014/08/23 13:22:41 scarabeus Exp $

EAPI=5

inherit alternatives eutils

DESCRIPTION="WordPerfect Document import/export library"
HOMEPAGE="http://libwpd.sf.net";
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"

LICENSE="|| ( LGPL-2.1 MPL-2.0 )"
SLOT="0.10"
KEYWORDS="~amd64 ~x86"
IUSE="doc test +tools"

RDEPEND="dev-libs/librevenge"
DEPEND="${RDEPEND}
        virtual/pkgconfig
        doc? ( app-doc/doxygen )
        test? ( dev-util/cppunit )
"
RDEPEND="${RDEPEND}
        !<app-text/libwpd-0.8.14-r1"

src_configure() {
        econf \
                --disable-static \
                --disable-werror \
                $(use_with doc docs) \
                $(use_with tools stream) \
                --docdir="${EPREFIX}"/usr/share/doc/${PF} \
                --program-suffix=-${SLOT}
}

src_install() {
        default
        prune_libtool_files --all
}

pkg_postinst() {
        if use tools; then
                alternatives_auto_makesym /usr/bin/wpd2html 
"/usr/bin/wpd2html-[0-9].[0-10]"
                alternatives_auto_makesym /usr/bin/wpd2raw 
"/usr/bin/wpd2raw-[0-9].[0-10]"
                alternatives_auto_makesym /usr/bin/wpd2text 
"/usr/bin/wpd2text-[0-9].[0-10]"
        fi
}

pkg_postrm() {
        if use tools; then
                alternatives_auto_makesym /usr/bin/wpd2html 
"/usr/bin/wpd2html-[0-9].[0-10]"
                alternatives_auto_makesym /usr/bin/wpd2raw 
"/usr/bin/wpd2raw-[0-9].[0-10]"
                alternatives_auto_makesym /usr/bin/wpd2text 
"/usr/bin/wpd2text-[0-9].[0-10]"
        fi
}




Reply via email to