Gentoo Archives: gentoo-commits

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