From: "Andreas Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libetonyek/
Date: Mon, 22 Feb 2016 17:07:14 +0000 (UTC) [thread overview]
Message-ID: <1456160691.84ece025f04c7811c7febdfeb193aacedfda80f5.dilfridge@gentoo> (raw)
commit: 84ece025f04c7811c7febdfeb193aacedfda80f5
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sat Feb 6 10:22:37 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Feb 22 17:04:51 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84ece025
app-text/libetonyek: 0.1.6 version bump
Package-Manager: portage-2.2.27
app-text/libetonyek/Manifest | 1 +
.../{libetonyek-9999.ebuild => libetonyek-0.1.6.ebuild} | 15 ++++++++-------
app-text/libetonyek/libetonyek-9999.ebuild | 15 ++++++++-------
3 files changed, 17 insertions(+), 14 deletions(-)
diff --git a/app-text/libetonyek/Manifest b/app-text/libetonyek/Manifest
index 82a3a03..63ee587 100644
--- a/app-text/libetonyek/Manifest
+++ b/app-text/libetonyek/Manifest
@@ -2,3 +2,4 @@ DIST libetonyek-0.0.3.tar.xz 341276 SHA256 b5b96cd0857fc9a740d6ec737d613d95e9524
DIST libetonyek-0.1.1.tar.xz 338396 SHA256 9c6a5a0f15ae6cc6e2dfb2272b664dedda7918ed46f3756f9f29a72589d8c83e SHA512 a75463b1bf41eca19b3d1e9391683a42d2343b23b6bd1d69aa41c10ae0cef4d5794896976ba46ff364e7ead52c556e349c525bb12cea40242542037d60c2a2c4 WHIRLPOOL 373ae59f8cf1f88b37ab7c21ae22e9a6f5d32d23c5dc3b517e101d56c745940ecfc7ba579cd83601390895189271fa9ecc846460c8d570616a5274a634f91dac
DIST libetonyek-0.1.2.tar.xz 346248 SHA256 58d078a76c3fd839c282244a1a7dabca81cef64be086a5c7d8470bb64208da39 SHA512 9d1ca586c313f93b31a19a47e9a050bbc5be8cac385d16f3060353b26de86ddb35a2d72694ec6d0ad043a108a7fe5d451dcd205db96822a0c0ce32a101b20e80 WHIRLPOOL aaba195fa0f7811a8ef05e64720cb37ca6a06534bcb7f6f0d75a9d35d3ca6fedc27783eb5e13607273e219c70bd4439561081702e80dc549c646a01dd58a595c
DIST libetonyek-0.1.3.tar.xz 372884 SHA256 fe12276a62bd5f5ca4f5bfbd4938a74d097084e1f9fe173e521f63203f56f055 SHA512 912cb94e6cd63a162a8831368f953c4e6fb14b582a13a7ce93c0bcbb63b688fcbe4733dbb883d6a9faee2011ca5e888d00adda075c2a58d00858770ed68d6844 WHIRLPOOL 5fe864e37f6611c8cda92243a13e08e38ce1fd6f9544ddee7d3392fa9bfe573cd9af6ddd0ff03c7a0cee19b63c46b96398d985eaeb7367cd06aac8796d3655b8
+DIST libetonyek-0.1.6.tar.xz 1243364 SHA256 df54271492070fbcc6aad9f81ca89658b25dd106cc4ab6b04b067b7a43dcc078 SHA512 10ae0403d98f33b27be4c3c905dec3df48cc01ce438f8760298edeadb76dd74da997edbd7dc03635fbc168b318bfe6e130f2306f495dfbf4135dd6dfcccabb4e WHIRLPOOL 932704f1d8bb1269e6be8e3fd7bd64af01ba0f098272befc747da9a4bd225bb201542bebf31d6e6338e613835fca4d7c6e2c1454df4ed764af30459393b6d73b
diff --git a/app-text/libetonyek/libetonyek-9999.ebuild b/app-text/libetonyek/libetonyek-0.1.6.ebuild
similarity index 87%
copy from app-text/libetonyek/libetonyek-9999.ebuild
copy to app-text/libetonyek/libetonyek-0.1.6.ebuild
index 2106900..71de234 100644
--- a/app-text/libetonyek/libetonyek-9999.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.6.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/libetonyek"
-inherit base eutils
-[[ ${PV} == 9999 ]] && inherit autotools git-2
+inherit eutils
+[[ ${PV} == 9999 ]] && inherit autotools git-r3
DESCRIPTION="Library parsing Apple Keynote presentations"
HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek"
@@ -19,13 +19,14 @@ KEYWORDS="~amd64 ~arm ~x86"
IUSE="doc static-libs test"
RDEPEND="
+ app-text/liblangtag
dev-libs/librevenge
dev-libs/libxml2
sys-libs/zlib
"
DEPEND="${RDEPEND}
- >=dev-libs/boost-1.46
- >=dev-util/mdds-0.12.1
+ dev-libs/boost
+ dev-util/mdds:1
media-libs/glm
sys-devel/libtool
virtual/pkgconfig
@@ -43,8 +44,8 @@ pkg_pretend() {
}
src_prepare() {
+ eapply_user
[[ -d m4 ]] || mkdir "m4"
- base_src_prepare
[[ ${PV} == 9999 ]] && eautoreconf
}
diff --git a/app-text/libetonyek/libetonyek-9999.ebuild b/app-text/libetonyek/libetonyek-9999.ebuild
index 2106900..71de234 100644
--- a/app-text/libetonyek/libetonyek-9999.ebuild
+++ b/app-text/libetonyek/libetonyek-9999.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/libetonyek"
-inherit base eutils
-[[ ${PV} == 9999 ]] && inherit autotools git-2
+inherit eutils
+[[ ${PV} == 9999 ]] && inherit autotools git-r3
DESCRIPTION="Library parsing Apple Keynote presentations"
HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek"
@@ -19,13 +19,14 @@ KEYWORDS="~amd64 ~arm ~x86"
IUSE="doc static-libs test"
RDEPEND="
+ app-text/liblangtag
dev-libs/librevenge
dev-libs/libxml2
sys-libs/zlib
"
DEPEND="${RDEPEND}
- >=dev-libs/boost-1.46
- >=dev-util/mdds-0.12.1
+ dev-libs/boost
+ dev-util/mdds:1
media-libs/glm
sys-devel/libtool
virtual/pkgconfig
@@ -43,8 +44,8 @@ pkg_pretend() {
}
src_prepare() {
+ eapply_user
[[ -d m4 ]] || mkdir "m4"
- base_src_prepare
[[ ${PV} == 9999 ]] && eautoreconf
}
next reply other threads:[~2016-02-22 17:07 UTC|newest]
Thread overview: 59+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-22 17:07 Andreas Hüttel [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-13 0:25 [gentoo-commits] repo/gentoo:master commit in: app-text/libetonyek/ Sam James
2025-01-13 0:25 Sam James
2025-01-13 0:25 Sam James
2025-01-13 0:25 Sam James
2024-11-28 22:51 Andreas Sturmlechner
2024-11-14 18:42 Andreas Sturmlechner
2024-02-20 20:49 Andreas Sturmlechner
2024-02-20 5:56 Sam James
2024-02-17 9:55 Arthur Zamarin
2024-02-12 10:31 Sam James
2024-01-27 0:48 Andreas Sturmlechner
2024-01-27 0:48 Andreas Sturmlechner
2023-02-25 10:27 Andreas Sturmlechner
2022-06-14 15:20 Andreas Sturmlechner
2022-04-27 21:57 Sam James
2022-04-10 10:46 Sam James
2022-02-12 12:13 Andreas K. Hüttel
2022-02-10 20:10 Andreas Sturmlechner
2021-12-29 13:46 Yixun Lan
2021-11-14 5:25 Sam James
2021-06-01 10:48 Sam James
2021-06-01 9:00 Sam James
2021-05-20 18:24 Andreas Sturmlechner
2020-05-31 21:09 Andreas Sturmlechner
2020-05-31 15:40 Mikle Kolyada
2020-05-20 13:35 Mikle Kolyada
2020-05-19 19:36 Mikle Kolyada
2020-03-16 22:04 Andreas Sturmlechner
2020-03-16 21:29 Andreas Sturmlechner
2020-03-16 21:29 Andreas Sturmlechner
2019-10-01 23:43 Andreas Sturmlechner
2019-09-12 20:27 Andreas Sturmlechner
2019-09-12 20:27 Andreas Sturmlechner
2019-08-01 15:13 Aaron Bauman
2019-02-17 17:58 Mikle Kolyada
2019-02-17 15:33 Mikle Kolyada
2018-12-30 20:08 Andreas Sturmlechner
2018-10-04 10:38 Andreas Sturmlechner
2018-10-04 10:31 Andreas Sturmlechner
2018-10-04 8:49 Andreas Sturmlechner
2018-09-19 18:35 Matt Turner
2018-08-29 10:49 Andreas Sturmlechner
2018-08-24 4:38 Mikle Kolyada
2018-08-24 1:40 Thomas Deutschmann
2018-04-27 21:43 Andreas Sturmlechner
2017-12-29 18:03 Mikle Kolyada
2017-12-26 0:59 Thomas Deutschmann
2017-11-08 8:55 Andreas Sturmlechner
2017-11-08 8:55 Andreas Sturmlechner
2017-08-17 17:06 Michał Górny
2016-12-17 15:57 Andreas Hüttel
2016-11-29 20:27 Andreas Hüttel
2016-11-29 18:41 Agostino Sarubbo
2016-11-29 18:40 Agostino Sarubbo
2016-10-01 22:08 Andreas Hüttel
2016-04-05 22:51 Robin H. Johnson
2016-02-29 13:40 Andreas Hüttel
2016-02-22 17:07 Andreas Hüttel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1456160691.84ece025f04c7811c7febdfeb193aacedfda80f5.dilfridge@gentoo \
--to=dilfridge@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox