dilfridge 15/07/19 16:18:21 Modified: ChangeLog Added: libwpd-0.10.0-r2.ebuild Log: Revision bump for bug 541882 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Revision Changes Path 1.138 app-text/libwpd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?rev=1.138&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?rev=1.138&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?r1=1.137&r2=1.138 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v retrieving revision 1.137 retrieving revision 1.138 diff -u -r1.137 -r1.138 --- ChangeLog 9 Jun 2015 12:28:29 -0000 1.137 +++ ChangeLog 19 Jul 2015 16:18:21 -0000 1.138 @@ -1,6 +1,12 @@ # ChangeLog for app-text/libwpd # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.137 2015/06/09 12:28:29 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.138 2015/07/19 16:18:21 dilfridge Exp $ + +*libwpd-0.10.0-r2 (19 Jul 2015) + + 19 Jul 2015; Andreas K. Huettel <[email protected]> + +libwpd-0.10.0-r2.ebuild: + Revision bump for bug 541882 09 Jun 2015; Justin Lecher <[email protected]> metadata.xml: Updating remote-id in metadata.xml 1.1 app-text/libwpd/libwpd-0.10.0-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/libwpd-0.10.0-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/libwpd-0.10.0-r2.ebuild?rev=1.1&content-type=text/plain Index: libwpd-0.10.0-r2.ebuild =================================================================== # Copyright 1999-2015 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-r2.ebuild,v 1.1 2015/07/19 16:18:21 dilfridge 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="~alpha ~amd64 ~arm ~hppa ~mips ~x86 ~x86-fbsd" IUSE="doc +tools" COMMON_DEPEND="dev-libs/librevenge" DEPEND="${COMMON_DEPEND} virtual/pkgconfig doc? ( app-doc/doxygen ) " RDEPEND="${COMMON_DEPEND} !<app-text/libwpd-0.8.14-r1" src_configure() { econf \ --disable-static \ --disable-werror \ $(use_with doc docs) \ $(use_enable tools) \ --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-9][0-9]" alternatives_auto_makesym /usr/bin/wpd2raw "/usr/bin/wpd2raw-[0-9].[0-9][0-9]" alternatives_auto_makesym /usr/bin/wpd2text "/usr/bin/wpd2text-[0-9].[0-9][0-9]" fi } pkg_postrm() { if use tools; then alternatives_auto_makesym /usr/bin/wpd2html "/usr/bin/wpd2html-[0-9].[0-9][0-9]" alternatives_auto_makesym /usr/bin/wpd2raw "/usr/bin/wpd2raw-[0-9].[0-9][0-9]" alternatives_auto_makesym /usr/bin/wpd2text "/usr/bin/wpd2text-[0-9].[0-9][0-9]" fi }
