dilfridge 14/09/13 09:37:02 Modified: ChangeLog libmspub-9999.ebuild Added: libmspub-0.1.1.ebuild Log: Version bump. Thanks to Andreas Sturmlechner. (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
Revision Changes Path 1.13 app-text/libmspub/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libmspub/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libmspub/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libmspub/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/libmspub/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 9 Jul 2013 06:15:44 -0000 1.12 +++ ChangeLog 13 Sep 2014 09:37:02 -0000 1.13 @@ -1,6 +1,12 @@ # ChangeLog for app-text/libmspub -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/libmspub/ChangeLog,v 1.12 2013/07/09 06:15:44 scarabeus Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/libmspub/ChangeLog,v 1.13 2014/09/13 09:37:02 dilfridge Exp $ + +*libmspub-0.1.1 (13 Sep 2014) + + 13 Sep 2014; Andreas K. Huettel <[email protected]> + +libmspub-0.1.1.ebuild, libmspub-9999.ebuild: + Version bump. Thanks to Andreas Sturmlechner. 09 Jul 2013; Tomáš Chvátal <[email protected]> libmspub-9999.ebuild: Fix wrong inherit order wrt bug#476204. 1.7 app-text/libmspub/libmspub-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libmspub/libmspub-9999.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libmspub/libmspub-9999.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libmspub/libmspub-9999.ebuild?r1=1.6&r2=1.7 Index: libmspub-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/libmspub/libmspub-9999.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- libmspub-9999.ebuild 9 Jul 2013 06:15:44 -0000 1.6 +++ libmspub-9999.ebuild 13 Sep 2014 09:37:02 -0000 1.7 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/libmspub/libmspub-9999.ebuild,v 1.6 2013/07/09 06:15:44 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/libmspub/libmspub-9999.ebuild,v 1.7 2014/09/13 09:37:02 dilfridge Exp $ EAPI=5 @@ -8,23 +8,22 @@ inherit base eutils [[ ${PV} == 9999 ]] && inherit autotools git-2 -DESCRIPTION="Library parsing the Microsoft Publisher documents" -HOMEPAGE="http://www.freedesktop.org/wiki/Software/libmspub" -[[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${P}.tar.xz" +DESCRIPTION="Library parsing Microsoft Publisher documents" +HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libmspub" +[[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz" LICENSE="LGPL-2.1" SLOT="0" # Don't move KEYWORDS on the previous line or ekeyword won't work # 399061 [[ ${PV} == 9999 ]] || \ -KEYWORDS="~amd64 ~arm ~ppc ~x86" +KEYWORDS="~amd64 ~x86" IUSE="doc static-libs" RDEPEND=" - app-text/libwpd:0.9 - app-text/libwpg:0.2 dev-libs/icu:= + dev-libs/librevenge sys-libs/zlib " DEPEND="${RDEPEND} 1.1 app-text/libmspub/libmspub-0.1.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libmspub/libmspub-0.1.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libmspub/libmspub-0.1.1.ebuild?rev=1.1&content-type=text/plain Index: libmspub-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/libmspub/libmspub-0.1.1.ebuild,v 1.1 2014/09/13 09:37:02 dilfridge Exp $ EAPI=5 EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/${PN}/" inherit base eutils [[ ${PV} == 9999 ]] && inherit autotools git-2 DESCRIPTION="Library parsing Microsoft Publisher documents" HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libmspub" [[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz" LICENSE="LGPL-2.1" SLOT="0" # Don't move KEYWORDS on the previous line or ekeyword won't work # 399061 [[ ${PV} == 9999 ]] || \ KEYWORDS="~amd64 ~x86" IUSE="doc static-libs" RDEPEND=" dev-libs/icu:= dev-libs/librevenge sys-libs/zlib " DEPEND="${RDEPEND} virtual/pkgconfig dev-libs/boost sys-devel/libtool doc? ( app-doc/doxygen ) " src_prepare() { base_src_prepare [[ -d m4 ]] || mkdir "m4" [[ ${PV} == 9999 ]] && eautoreconf } src_configure() { econf \ --docdir="${EPREFIX}/usr/share/doc/${PF}" \ $(use_enable static-libs static) \ --disable-werror \ $(use_with doc docs) } src_install() { default prune_libtool_files --all }
