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

scarabeus    13/12/27 08:53:04

  Modified:             libetonyek-9999.ebuild ChangeLog
  Added:                libetonyek-0.0.3.ebuild
  Removed:              libetonyek-0.0.0.ebuild
  Log:
  Version bump to 0.0.3. Fixes bug#491360 and bug#490762.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)

Revision  Changes    Path
1.2                  app-text/libetonyek/libetonyek-9999.ebuild

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

Index: libetonyek-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libetonyek/libetonyek-9999.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libetonyek-9999.ebuild	1 Nov 2013 10:03:46 -0000	1.1
+++ libetonyek-9999.ebuild	27 Dec 2013 08:53:04 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libetonyek/libetonyek-9999.ebuild,v 1.1 2013/11/01 10:03:46 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libetonyek/libetonyek-9999.ebuild,v 1.2 2013/12/27 08:53:04 scarabeus Exp $
 
 EAPI=5
 
@@ -16,12 +16,11 @@
 SLOT="0"
 [[ ${PV} == 9999 ]] || \
 KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE="doc static-libs"
+IUSE="doc static-libs test"
 
 RDEPEND="
 	app-text/libwpd:0.9
-	app-text/libwpg:0.2
-	dev-libs/icu:=
+	dev-libs/boost:=
 	dev-libs/libxml2
 	sys-libs/zlib
 "
@@ -31,6 +30,7 @@
 	sys-devel/libtool
 	virtual/pkgconfig
 	doc? ( app-doc/doxygen )
+	test? ( dev-util/cppunit )
 "
 
 src_prepare() {



1.2                  app-text/libetonyek/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libetonyek/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	1 Nov 2013 10:03:46 -0000	1.1
+++ ChangeLog	27 Dec 2013 08:53:04 -0000	1.2
@@ -1,6 +1,12 @@
 # ChangeLog for app-text/libetonyek
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libetonyek/ChangeLog,v 1.1 2013/11/01 10:03:46 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libetonyek/ChangeLog,v 1.2 2013/12/27 08:53:04 scarabeus Exp $
+
+*libetonyek-0.0.3 (27 Dec 2013)
+
+  27 Dec 2013; Tomáš Chvátal <scarabeus@gentoo.org> +libetonyek-0.0.3.ebuild,
+  -libetonyek-0.0.0.ebuild, libetonyek-9999.ebuild:
+  Version bump to 0.0.3. Fixes bug#491360 and bug#490762.
 
 *libetonyek-0.0.0 (01 Nov 2013)
 *libetonyek-9999 (01 Nov 2013)



1.1                  app-text/libetonyek/libetonyek-0.0.3.ebuild

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

Index: libetonyek-0.0.3.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/libetonyek/libetonyek-0.0.3.ebuild,v 1.1 2013/12/27 08:53:04 scarabeus Exp $

EAPI=5

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

DESCRIPTION="Library parsing Apple Keynote presentations"
HOMEPAGE="http://www.freedesktop.org/wiki/Software/libetonyek"
[[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${P}.tar.xz"

LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )"
SLOT="0"
[[ ${PV} == 9999 ]] || \
KEYWORDS="~amd64 ~arm ~ppc ~x86"
IUSE="doc static-libs test"

RDEPEND="
	app-text/libwpd:0.9
	dev-libs/boost:=
	dev-libs/libxml2
	sys-libs/zlib
"
DEPEND="${RDEPEND}
	>=dev-libs/boost-1.46
	dev-util/gperf
	sys-devel/libtool
	virtual/pkgconfig
	doc? ( app-doc/doxygen )
	test? ( dev-util/cppunit )
"

src_prepare() {
	[[ -d m4 ]] || mkdir "m4"
	base_src_prepare
	[[ ${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
}





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

only message in thread, other threads:[~2013-12-27  8:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-27  8:53 [gentoo-commits] gentoo-x86 commit in app-text/libetonyek: libetonyek-0.0.3.ebuild libetonyek-9999.ebuild ChangeLog libetonyek-0.0.0.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