Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libetonyek/
Date: Sun, 30 Dec 2018 20:08:54
Message-Id: 1546200445.f778766c0afe2e4ef26d33cb033ebe1410cde605.asturm@gentoo
1 commit: f778766c0afe2e4ef26d33cb033ebe1410cde605
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 30 19:33:51 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 30 20:07:25 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f778766c
7
8 app-text/libetonyek: 0.1.9 version bump
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-text/libetonyek/Manifest | 1 +
14 .../{libetonyek-9999.ebuild => libetonyek-0.1.9.ebuild} | 15 ++++++++-------
15 app-text/libetonyek/libetonyek-9999.ebuild | 15 ++++++++-------
16 3 files changed, 17 insertions(+), 14 deletions(-)
17
18 diff --git a/app-text/libetonyek/Manifest b/app-text/libetonyek/Manifest
19 index 974952711fa..7a9f758407e 100644
20 --- a/app-text/libetonyek/Manifest
21 +++ b/app-text/libetonyek/Manifest
22 @@ -1 +1,2 @@
23 DIST libetonyek-0.1.8.tar.xz 1324868 BLAKE2B 2088349df75011f54f5822ffd69336a7942a148ff829111c02efbfb99c705a9e00105147942f3e9e81278be3b1f2be4d63aba8cbf6a54127f04fc547df6b7b1d SHA512 c8c08100b0c75e0420bbcd796f7cb9285e77ce1be34757df5b237d114a428a4a6094f12e442f81769a2fac5be45ea4376ff9e1d90448e18b3443bfe7c645a865
24 +DIST libetonyek-0.1.9.tar.xz 1477064 BLAKE2B 088d27c83d4aff41cb208cf840def78e323f378a1b7d456448db3abf51d1e850c8159ace75c8836958b533c2b84e583d5a622e638081230d2f862f6d1d175e98 SHA512 3f439b369d450bb1a4bdb3fe92023bda234b323cf676570f1738318c56867a97910f536280b9b164c3fdaa423a3ee669c935df75a5c700bc1530ea5b9a00391e
25
26 diff --git a/app-text/libetonyek/libetonyek-9999.ebuild b/app-text/libetonyek/libetonyek-0.1.9.ebuild
27 similarity index 76%
28 copy from app-text/libetonyek/libetonyek-9999.ebuild
29 copy to app-text/libetonyek/libetonyek-0.1.9.ebuild
30 index 434fddd7f1a..a59ca6e0096 100644
31 --- a/app-text/libetonyek/libetonyek-9999.ebuild
32 +++ b/app-text/libetonyek/libetonyek-0.1.9.ebuild
33 @@ -3,28 +3,29 @@
34
35 EAPI=7
36
37 -EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libetonyek.git"
38 -[[ ${PV} == 9999 ]] && inherit autotools git-r3
39 -
40 +if [[ ${PV} = 9999 ]]; then
41 + EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libetonyek.git"
42 + inherit autotools git-r3
43 +else
44 + SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz"
45 + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
46 +fi
47 DESCRIPTION="Library parsing Apple Keynote presentations"
48 HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek"
49 -[[ ${PV} == 9999 ]] || SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz"
50
51 LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )"
52 SLOT="0"
53 -[[ ${PV} == 9999 ]] || \
54 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
55 IUSE="doc static-libs test"
56
57 RDEPEND="
58 app-text/liblangtag
59 dev-libs/librevenge
60 dev-libs/libxml2
61 + >=dev-util/mdds-1.3.1:1=
62 sys-libs/zlib
63 "
64 DEPEND="${RDEPEND}
65 dev-libs/boost
66 - >=dev-util/mdds-1.4.2:1=
67 media-libs/glm
68 sys-devel/libtool
69 virtual/pkgconfig
70
71 diff --git a/app-text/libetonyek/libetonyek-9999.ebuild b/app-text/libetonyek/libetonyek-9999.ebuild
72 index 434fddd7f1a..a59ca6e0096 100644
73 --- a/app-text/libetonyek/libetonyek-9999.ebuild
74 +++ b/app-text/libetonyek/libetonyek-9999.ebuild
75 @@ -3,28 +3,29 @@
76
77 EAPI=7
78
79 -EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libetonyek.git"
80 -[[ ${PV} == 9999 ]] && inherit autotools git-r3
81 -
82 +if [[ ${PV} = 9999 ]]; then
83 + EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libetonyek.git"
84 + inherit autotools git-r3
85 +else
86 + SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz"
87 + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
88 +fi
89 DESCRIPTION="Library parsing Apple Keynote presentations"
90 HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek"
91 -[[ ${PV} == 9999 ]] || SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz"
92
93 LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )"
94 SLOT="0"
95 -[[ ${PV} == 9999 ]] || \
96 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
97 IUSE="doc static-libs test"
98
99 RDEPEND="
100 app-text/liblangtag
101 dev-libs/librevenge
102 dev-libs/libxml2
103 + >=dev-util/mdds-1.3.1:1=
104 sys-libs/zlib
105 "
106 DEPEND="${RDEPEND}
107 dev-libs/boost
108 - >=dev-util/mdds-1.4.2:1=
109 media-libs/glm
110 sys-devel/libtool
111 virtual/pkgconfig