public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/libmspub: libmspub-0.0.4.ebuild libmspub-9999.ebuild ChangeLog libmspub-0.0.3.ebuild
@ 2013-02-05 14:03 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; only message in thread
From: Tomas Chvatal (scarabeus) @ 2013-02-05 14:03 UTC (permalink / raw
  To: gentoo-commits

scarabeus    13/02/05 14:03:52

  Modified:             libmspub-9999.ebuild ChangeLog
  Added:                libmspub-0.0.4.ebuild
  Removed:              libmspub-0.0.3.ebuild
  Log:
  Version bump to latest, update deps.
  
  (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)

Revision  Changes    Path
1.3                  app-text/libmspub/libmspub-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libmspub/libmspub-9999.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libmspub/libmspub-9999.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libmspub/libmspub-9999.ebuild?r1=1.2&r2=1.3

Index: libmspub-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libmspub/libmspub-9999.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libmspub-9999.ebuild	12 Jan 2013 13:16:14 -0000	1.2
+++ libmspub-9999.ebuild	5 Feb 2013 14:03:52 -0000	1.3
@@ -1,8 +1,8 @@
 # Copyright 1999-2013 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.2 2013/01/12 13:16:14 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libmspub/libmspub-9999.ebuild,v 1.3 2013/02/05 14:03:52 scarabeus Exp $
 
-EAPI=4
+EAPI=5
 
 EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/${PN}/"
 [[ ${PV} == 9999 ]] && vcs="autotools git-2"
@@ -25,10 +25,12 @@
 RDEPEND="
 	app-text/libwpd:0.9
 	app-text/libwpg:0.2
+	dev-libs/icu:=
 	sys-libs/zlib
 "
 DEPEND="${RDEPEND}
 	virtual/pkgconfig
+	dev-libs/boost
 	sys-devel/libtool
 	doc? ( app-doc/doxygen )
 "



1.5                  app-text/libmspub/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libmspub/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	12 Jan 2013 13:16:14 -0000	1.4
+++ ChangeLog	5 Feb 2013 14:03:52 -0000	1.5
@@ -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.4 2013/01/12 13:16:14 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libmspub/ChangeLog,v 1.5 2013/02/05 14:03:52 scarabeus Exp $
+
+*libmspub-0.0.4 (05 Feb 2013)
+
+  05 Feb 2013; Tomáš Chvátal <scarabeus@gentoo.org> +libmspub-0.0.4.ebuild,
+  -libmspub-0.0.3.ebuild, libmspub-9999.ebuild:
+  Version bump to latest, update deps.
 
   12 Jan 2013; Sergey Popov <pinkbyte@gentoo.org> libmspub-0.0.3.ebuild,
   libmspub-9999.ebuild:



1.1                  app-text/libmspub/libmspub-0.0.4.ebuild

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

Index: libmspub-0.0.4.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/libmspub/libmspub-0.0.4.ebuild,v 1.1 2013/02/05 14:03:52 scarabeus Exp $

EAPI=5

EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/${PN}/"
[[ ${PV} == 9999 ]] && vcs="autotools git-2"
inherit base ${vcs}
unset vcs

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"

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"

IUSE="doc static-libs"

RDEPEND="
	app-text/libwpd:0.9
	app-text/libwpg:0.2
	dev-libs/icu:=
	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 \
		$(use_enable static-libs static) \
		--disable-werror \
		$(use_with doc docs)
}

src_install() {
	default
	find "${ED}" -name '*.la' -exec rm -f {} +
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-02-05 14:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-05 14:03 [gentoo-commits] gentoo-x86 commit in app-text/libmspub: libmspub-0.0.4.ebuild libmspub-9999.ebuild ChangeLog libmspub-0.0.3.ebuild Tomas Chvatal (scarabeus)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox