Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/libetonyek: libetonyek-0.0.0.ebuild metadata.xml libetonyek-9999.ebuild ChangeLog
Date: Fri, 01 Nov 2013 10:03:51
Message-Id: 20131101100347.1EFBD2004B@flycatcher.gentoo.org
1 scarabeus 13/11/01 10:03:47
2
3 Added: libetonyek-0.0.0.ebuild metadata.xml
4 libetonyek-9999.ebuild ChangeLog
5 Log:
6 Initial commit for lo4.2
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
9
10 Revision Changes Path
11 1.1 app-text/libetonyek/libetonyek-0.0.0.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libetonyek/libetonyek-0.0.0.ebuild?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libetonyek/libetonyek-0.0.0.ebuild?rev=1.1&content-type=text/plain
15
16 Index: libetonyek-0.0.0.ebuild
17 ===================================================================
18 # Copyright 1999-2013 Gentoo Foundation
19 # Distributed under the terms of the GNU General Public License v2
20 # $Header: /var/cvsroot/gentoo-x86/app-text/libetonyek/libetonyek-0.0.0.ebuild,v 1.1 2013/11/01 10:03:46 scarabeus Exp $
21
22 EAPI=5
23
24 EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/libetonyek"
25 inherit base eutils
26 [[ ${PV} == 9999 ]] && inherit autotools git-2
27
28 DESCRIPTION="Library parsing Apple Keynote presentations"
29 HOMEPAGE="http://www.freedesktop.org/wiki/Software/libetonyek"
30 [[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${P}.tar.xz"
31
32 LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )"
33 SLOT="0"
34 [[ ${PV} == 9999 ]] || \
35 KEYWORDS="~amd64 ~arm ~ppc ~x86"
36 IUSE="doc static-libs"
37
38 RDEPEND="
39 app-text/libwpd:0.9
40 app-text/libwpg:0.2
41 dev-libs/icu:=
42 dev-libs/libxml2
43 sys-libs/zlib
44 "
45 DEPEND="${RDEPEND}
46 >=dev-libs/boost-1.46
47 dev-util/gperf
48 sys-devel/libtool
49 virtual/pkgconfig
50 doc? ( app-doc/doxygen )
51 "
52
53 src_prepare() {
54 [[ -d m4 ]] || mkdir "m4"
55 base_src_prepare
56 [[ ${PV} == 9999 ]] && eautoreconf
57 }
58
59 src_configure() {
60 econf \
61 --docdir="${EPREFIX}/usr/share/doc/${PF}" \
62 $(use_enable static-libs static) \
63 --disable-werror \
64 $(use_with doc docs)
65 }
66
67 src_install() {
68 default
69 prune_libtool_files --all
70 }
71
72
73
74 1.1 app-text/libetonyek/metadata.xml
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libetonyek/metadata.xml?rev=1.1&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libetonyek/metadata.xml?rev=1.1&content-type=text/plain
78
79 Index: metadata.xml
80 ===================================================================
81 <?xml version="1.0" encoding="UTF-8"?>
82 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
83 <pkgmetadata>
84 <herd>openoffice</herd>
85 </pkgmetadata>
86
87
88
89 1.1 app-text/libetonyek/libetonyek-9999.ebuild
90
91 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libetonyek/libetonyek-9999.ebuild?rev=1.1&view=markup
92 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libetonyek/libetonyek-9999.ebuild?rev=1.1&content-type=text/plain
93
94 Index: libetonyek-9999.ebuild
95 ===================================================================
96 # Copyright 1999-2013 Gentoo Foundation
97 # Distributed under the terms of the GNU General Public License v2
98 # $Header: /var/cvsroot/gentoo-x86/app-text/libetonyek/libetonyek-9999.ebuild,v 1.1 2013/11/01 10:03:46 scarabeus Exp $
99
100 EAPI=5
101
102 EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/libetonyek"
103 inherit base eutils
104 [[ ${PV} == 9999 ]] && inherit autotools git-2
105
106 DESCRIPTION="Library parsing Apple Keynote presentations"
107 HOMEPAGE="http://www.freedesktop.org/wiki/Software/libetonyek"
108 [[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${P}.tar.xz"
109
110 LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )"
111 SLOT="0"
112 [[ ${PV} == 9999 ]] || \
113 KEYWORDS="~amd64 ~arm ~ppc ~x86"
114 IUSE="doc static-libs"
115
116 RDEPEND="
117 app-text/libwpd:0.9
118 app-text/libwpg:0.2
119 dev-libs/icu:=
120 dev-libs/libxml2
121 sys-libs/zlib
122 "
123 DEPEND="${RDEPEND}
124 >=dev-libs/boost-1.46
125 dev-util/gperf
126 sys-devel/libtool
127 virtual/pkgconfig
128 doc? ( app-doc/doxygen )
129 "
130
131 src_prepare() {
132 [[ -d m4 ]] || mkdir "m4"
133 base_src_prepare
134 [[ ${PV} == 9999 ]] && eautoreconf
135 }
136
137 src_configure() {
138 econf \
139 --docdir="${EPREFIX}/usr/share/doc/${PF}" \
140 $(use_enable static-libs static) \
141 --disable-werror \
142 $(use_with doc docs)
143 }
144
145 src_install() {
146 default
147 prune_libtool_files --all
148 }
149
150
151
152 1.1 app-text/libetonyek/ChangeLog
153
154 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libetonyek/ChangeLog?rev=1.1&view=markup
155 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libetonyek/ChangeLog?rev=1.1&content-type=text/plain
156
157 Index: ChangeLog
158 ===================================================================
159 # ChangeLog for app-text/libetonyek
160 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
161 # $Header: /var/cvsroot/gentoo-x86/app-text/libetonyek/ChangeLog,v 1.1 2013/11/01 10:03:46 scarabeus Exp $
162
163 *libetonyek-0.0.0 (01 Nov 2013)
164 *libetonyek-9999 (01 Nov 2013)
165
166 01 Nov 2013; Tomáš Chvátal <scarabeus@g.o> +libetonyek-0.0.0.ebuild,
167 +libetonyek-9999.ebuild, +metadata.xml:
168 Initial commit for lo4.2