scarabeus 14/09/07 12:11:21 Modified: ChangeLog Added: libwpg-0.3.0.ebuild Log: Add libwpg that uses librevenge (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 8EEE3BE8)
Revision Changes Path 1.29 app-text/libwpg/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpg/ChangeLog?rev=1.29&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpg/ChangeLog?rev=1.29&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpg/ChangeLog?r1=1.28&r2=1.29 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/libwpg/ChangeLog,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- ChangeLog 21 Jun 2013 12:25:40 -0000 1.28 +++ ChangeLog 7 Sep 2014 12:11:21 -0000 1.29 @@ -1,6 +1,11 @@ # ChangeLog for app-text/libwpg -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/libwpg/ChangeLog,v 1.28 2013/06/21 12:25:40 scarabeus Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/libwpg/ChangeLog,v 1.29 2014/09/07 12:11:21 scarabeus Exp $ + +*libwpg-0.3.0 (07 Sep 2014) + + 07 Sep 2014; Tomáš Chvátal <[email protected]> +libwpg-0.3.0.ebuild: + Add libwpg that uses librevenge 21 Jun 2013; Tomáš Chvátal <[email protected]> -libwpg-0.2.1.ebuild: Drop older. 1.1 app-text/libwpg/libwpg-0.3.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpg/libwpg-0.3.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpg/libwpg-0.3.0.ebuild?rev=1.1&content-type=text/plain Index: libwpg-0.3.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/libwpg/libwpg-0.3.0.ebuild,v 1.1 2014/09/07 12:11:21 scarabeus Exp $ EAPI=5 inherit alternatives eutils DESCRIPTION="C++ library to read and parse graphics in WPG" HOMEPAGE="http://libwpg.sourceforge.net/libwpg.htm" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" LICENSE="|| ( LGPL-2.1 MPL-2.0 )" SLOT="0.3" KEYWORDS="~amd64 ~hppa ~mips ~x86" IUSE="doc static-libs" RDEPEND=" app-text/libwpd:0.10[tools] dev-libs/librevenge " DEPEND="${RDEPEND} virtual/pkgconfig doc? ( app-doc/doxygen )" src_configure() { econf \ --disable-werror \ --program-suffix=-${SLOT} \ --docdir="${EPREFIX%/}/usr/share/doc/${PF}" \ $(use_with doc docs) \ $(use_enable static-libs static) } src_install() { default prune_libtool_files --all } pkg_postinst() { alternatives_auto_makesym /usr/bin/wpg2svgbatch.pl "/usr/bin/wpg2svgbatch.pl-[0-9].[0-9]" alternatives_auto_makesym /usr/bin/wpg2svg "/usr/bin/wpg2svg-[0-9].[0-9]" alternatives_auto_makesym /usr/bin/wpg2raw "/usr/bin/wpg2raw-[0-9].[0-9]" fi } pkg_postrm() { alternatives_auto_makesym /usr/bin/wpg2svgbatch.pl "/usr/bin/wpg2svgbatch.pl-[0-9].[0-9]" alternatives_auto_makesym /usr/bin/wpg2svg "/usr/bin/wpg2svg-[0-9].[0-9]" alternatives_auto_makesym /usr/bin/wpg2raw "/usr/bin/wpg2raw-[0-9].[0-9]" }
