Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libodfgen/
Date: Mon, 02 Jan 2017 19:01:27
Message-Id: 1483383664.699a5036e6a4669b80a6cae6372ba7f40636c27a.dilfridge@gentoo
1 commit: 699a5036e6a4669b80a6cae6372ba7f40636c27a
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 2 18:32:47 2017 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 2 19:01:04 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=699a5036
7
8 app-text/libodfgen: Remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 app-text/libodfgen/Manifest | 1 -
13 app-text/libodfgen/libodfgen-0.1.4.ebuild | 41 -------------------------------
14 2 files changed, 42 deletions(-)
15
16 diff --git a/app-text/libodfgen/Manifest b/app-text/libodfgen/Manifest
17 index a833fa0..5dfd754 100644
18 --- a/app-text/libodfgen/Manifest
19 +++ b/app-text/libodfgen/Manifest
20 @@ -1,2 +1 @@
21 -DIST libodfgen-0.1.4.tar.xz 356480 SHA256 249b5ed8e1acc0fee32b4381b31b4ad9453b674d4f13886bda5e9dd2b4a5f1e1 SHA512 b9229a6aea7dab1de2315a3632a3494bb785fafa8035e8f323176e76553f05cef8fc7b3e0b5fe6c154b4d8bd7ef69526703c580629dcac63adfd552539fcad69 WHIRLPOOL de779e605c2f15b95108df405a860a9285d756c374681df416c26dcd77f5b893c07a3e89ae6d2a62275b518c921f8a4930ff29886607aada8d6bcf0d055c9462
22 DIST libodfgen-0.1.6.tar.xz 359988 SHA256 03b210ab44f05e38091508cdca6ba0ff73de3ea8a168f849b8f1c5059c20b9e9 SHA512 bc5e6908ee14c576adececdf8a94ae01f2ed487e6f2490e41aab787e1e8f72a3fb2a786f51ceeefa327710af215741ce13bcf4bb3d99d2aaf403f568c5db75a5 WHIRLPOOL 2c71505c0189a59bb893c7edfd8e4050c7a60f6193e2a77ed63090d8f80618332b0f0c2020d1fc1f319b5635386381b6fea6d3d5117678d9c425d7661a70ddf1
23
24 diff --git a/app-text/libodfgen/libodfgen-0.1.4.ebuild b/app-text/libodfgen/libodfgen-0.1.4.ebuild
25 deleted file mode 100644
26 index 63251dc..00000000
27 --- a/app-text/libodfgen/libodfgen-0.1.4.ebuild
28 +++ /dev/null
29 @@ -1,41 +0,0 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=5
35 -
36 -inherit eutils
37 -
38 -DESCRIPTION="Library to generate ODF documents from libwpd and libwpg"
39 -HOMEPAGE="http://libwpd.sf.net"
40 -SRC_URI="mirror://sourceforge/libwpd/${P}.tar.xz"
41 -
42 -# git://git.code.sf.net/p/libwpd/libodfgen
43 -
44 -LICENSE="|| ( LGPL-2.1 MPL-2.0 )"
45 -SLOT="0"
46 -KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
47 -IUSE="doc"
48 -
49 -RDEPEND="
50 - dev-libs/librevenge
51 -"
52 -DEPEND="${RDEPEND}
53 - >=dev-libs/boost-1.46
54 - virtual/pkgconfig
55 - doc? ( app-doc/doxygen )
56 -"
57 -
58 -src_configure() {
59 - econf \
60 - --disable-static \
61 - --disable-werror \
62 - --with-sharedptr=boost \
63 - --docdir="${EPREFIX}"/usr/share/doc/${PF} \
64 - $(use_with doc docs)
65 -}
66 -
67 -src_install() {
68 - default
69 - prune_libtool_files --all
70 -}