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/libodfgen: libodfgen-0.0.2.ebuild ChangeLog libodfgen-0.0.1.ebuild
Date: Thu, 23 May 2013 10:43:36
Message-Id: 20130523104320.E718B2171D@flycatcher.gentoo.org
1 scarabeus 13/05/23 10:43:20
2
3 Modified: ChangeLog
4 Added: libodfgen-0.0.2.ebuild
5 Removed: libodfgen-0.0.1.ebuild
6 Log:
7 Version bump to latest.
8
9 (Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
10
11 Revision Changes Path
12 1.4 app-text/libodfgen/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libodfgen/ChangeLog?rev=1.4&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libodfgen/ChangeLog?rev=1.4&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libodfgen/ChangeLog?r1=1.3&r2=1.4
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-text/libodfgen/ChangeLog,v
21 retrieving revision 1.3
22 retrieving revision 1.4
23 diff -u -r1.3 -r1.4
24 --- ChangeLog 7 May 2013 12:38:52 -0000 1.3
25 +++ ChangeLog 23 May 2013 10:43:20 -0000 1.4
26 @@ -1,6 +1,12 @@
27 # ChangeLog for app-text/libodfgen
28 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-text/libodfgen/ChangeLog,v 1.3 2013/05/07 12:38:52 scarabeus Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-text/libodfgen/ChangeLog,v 1.4 2013/05/23 10:43:20 scarabeus Exp $
31 +
32 +*libodfgen-0.0.2 (23 May 2013)
33 +
34 + 23 May 2013; Tomáš Chvátal <scarabeus@g.o> +libodfgen-0.0.2.ebuild,
35 + -libodfgen-0.0.1.ebuild:
36 + Version bump to latest.
37
38 *libodfgen-0.0.1 (07 May 2013)
39
40
41
42
43 1.1 app-text/libodfgen/libodfgen-0.0.2.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libodfgen/libodfgen-0.0.2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libodfgen/libodfgen-0.0.2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: libodfgen-0.0.2.ebuild
49 ===================================================================
50 # Copyright 1999-2013 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/app-text/libodfgen/libodfgen-0.0.2.ebuild,v 1.1 2013/05/23 10:43:20 scarabeus Exp $
53
54 EAPI=5
55
56 inherit eutils
57
58 DESCRIPTION="Library to generate ODF documents from libwpd and libwpg"
59 HOMEPAGE="http://libwpd.sf.net"
60 SRC_URI="mirror://sourceforge/libwpd/${P}.tar.xz"
61
62 LICENSE="|| ( LGPL-2.1 MPL-2.0 )"
63 SLOT="0"
64 KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
65 IUSE=""
66
67 RDEPEND="
68 app-text/libwpd
69 app-text/libwpg
70 "
71 DEPEND="${RDEPEND}
72 >=dev-libs/boost-1.46
73 virtual/pkgconfig
74 "
75
76 src_configure() {
77 econf \
78 --disable-static \
79 --disable-werror \
80 --with-sharedptr=boost \
81 --docdir="${EPREFIX}"/usr/share/doc/${PF}
82 }
83
84 src_install() {
85 default
86 prune_libtool_files --all
87 }