* [gentoo-commits] gentoo-x86 commit in app-text/libetonyek: libetonyek-9999.ebuild libetonyek-0.1.1.ebuild ChangeLog
@ 2014-09-13 8:57 Andreas HAttel (dilfridge)
0 siblings, 0 replies; only message in thread
From: Andreas HAttel (dilfridge) @ 2014-09-13 8:57 UTC (permalink / raw
To: gentoo-commits
dilfridge 14/09/13 08:57:12
Modified: libetonyek-9999.ebuild ChangeLog
Added: libetonyek-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.4 app-text/libetonyek/libetonyek-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libetonyek/libetonyek-9999.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libetonyek/libetonyek-9999.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libetonyek/libetonyek-9999.ebuild?r1=1.3&r2=1.4
Index: libetonyek-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libetonyek/libetonyek-9999.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libetonyek-9999.ebuild 15 Jan 2014 08:00:39 -0000 1.3
+++ libetonyek-9999.ebuild 13 Sep 2014 08:57:12 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2014 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.3 2014/01/15 08:00:39 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libetonyek/libetonyek-9999.ebuild,v 1.4 2014/09/13 08:57:12 dilfridge Exp $
EAPI=5
@@ -9,18 +9,18 @@
[[ ${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"
+HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek"
+[[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz"
LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )"
SLOT="0"
[[ ${PV} == 9999 ]] || \
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="~amd64 ~x86"
IUSE="doc static-libs test"
RDEPEND="
- app-text/libwpd:0.9
dev-libs/boost:=
+ dev-libs/librevenge
dev-libs/libxml2
sys-libs/zlib
"
1.7 app-text/libetonyek/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libetonyek/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libetonyek/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libetonyek/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libetonyek/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 29 Jun 2014 16:43:31 -0000 1.6
+++ ChangeLog 13 Sep 2014 08:57:12 -0000 1.7
@@ -1,6 +1,12 @@
# ChangeLog for app-text/libetonyek
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libetonyek/ChangeLog,v 1.6 2014/06/29 16:43:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libetonyek/ChangeLog,v 1.7 2014/09/13 08:57:12 dilfridge Exp $
+
+*libetonyek-0.1.1 (13 Sep 2014)
+
+ 13 Sep 2014; Andreas K. Huettel <dilfridge@gentoo.org>
+ +libetonyek-0.1.1.ebuild, libetonyek-9999.ebuild:
+ Version bump. Thanks to Andreas Sturmlechner.
29 Jun 2014; Agostino Sarubbo <ago@gentoo.org> libetonyek-0.0.3.ebuild:
Stable for x86, wrt bug #514886
1.1 app-text/libetonyek/libetonyek-0.1.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libetonyek/libetonyek-0.1.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libetonyek/libetonyek-0.1.1.ebuild?rev=1.1&content-type=text/plain
Index: libetonyek-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/libetonyek/libetonyek-0.1.1.ebuild,v 1.1 2014/09/13 08:57:12 dilfridge 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="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek"
[[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz"
LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )"
SLOT="0"
[[ ${PV} == 9999 ]] || \
KEYWORDS="~amd64 ~x86"
IUSE="doc static-libs test"
RDEPEND="
dev-libs/boost:=
dev-libs/librevenge
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_enable test tests) \
$(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:[~2014-09-13 8:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-13 8:57 [gentoo-commits] gentoo-x86 commit in app-text/libetonyek: libetonyek-9999.ebuild libetonyek-0.1.1.ebuild ChangeLog Andreas HAttel (dilfridge)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox