dilfridge    15/05/22 20:44:57

  Modified:             libetonyek-9999.ebuild ChangeLog
  Added:                libetonyek-0.1.2.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

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

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

Index: libetonyek-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libetonyek/libetonyek-9999.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libetonyek-9999.ebuild      13 Sep 2014 08:57:12 -0000      1.4
+++ libetonyek-9999.ebuild      22 May 2015 20:44:57 -0000      1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 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.4 
2014/09/13 08:57:12 dilfridge Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-text/libetonyek/libetonyek-9999.ebuild,v 1.5 
2015/05/22 20:44:57 dilfridge Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )"
 SLOT="0"
 [[ ${PV} == 9999 ]] || \
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE="doc static-libs test"
 
 RDEPEND="
@@ -27,6 +27,7 @@
 DEPEND="${RDEPEND}
        >=dev-libs/boost-1.46
        dev-util/gperf
+       media-libs/glm
        sys-devel/libtool
        virtual/pkgconfig
        doc? ( app-doc/doxygen )



1.11                 app-text/libetonyek/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libetonyek/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   15 Feb 2015 14:58:37 -0000      1.10
+++ ChangeLog   22 May 2015 20:44:57 -0000      1.11
@@ -1,6 +1,12 @@
 # ChangeLog for app-text/libetonyek
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libetonyek/ChangeLog,v 1.10 
2015/02/15 14:58:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libetonyek/ChangeLog,v 1.11 
2015/05/22 20:44:57 dilfridge Exp $
+
+*libetonyek-0.1.2 (22 May 2015)
+
+  22 May 2015; Andreas K. Huettel <[email protected]>
+  +libetonyek-0.1.2.ebuild, libetonyek-9999.ebuild:
+  Version bump
 
   15 Feb 2015; Agostino Sarubbo <[email protected]> libetonyek-0.1.1.ebuild:
   Stable for x86, wrt bug #534684



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

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

Index: libetonyek-0.1.2.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-text/libetonyek/libetonyek-0.1.2.ebuild,v 1.1 
2015/05/22 20:44:57 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 ~arm ~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
        media-libs/glm
        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
}




Reply via email to