Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libfreehand/
Date: Sun, 19 Nov 2017 23:49:41
Message-Id: 1511135357.3bdab38c3bd70a7edd5d57abf2fdba599940c334.asturm@gentoo
1 commit: 3bdab38c3bd70a7edd5d57abf2fdba599940c334
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 19 23:24:48 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 19 23:49:17 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bdab38c
7
8 media-libs/libfreehand: Drop old
9
10 Package-Manager: Portage-2.3.14, Repoman-2.3.6
11
12 media-libs/libfreehand/Manifest | 1 -
13 media-libs/libfreehand/libfreehand-0.1.1.ebuild | 48 -------------------------
14 2 files changed, 49 deletions(-)
15
16 diff --git a/media-libs/libfreehand/Manifest b/media-libs/libfreehand/Manifest
17 index 590b5402a92..50669ee73ce 100644
18 --- a/media-libs/libfreehand/Manifest
19 +++ b/media-libs/libfreehand/Manifest
20 @@ -1,2 +1 @@
21 -DIST libfreehand-0.1.1.tar.xz 492916 SHA256 ec6676d0c63f7feac7801a1fe18dd7abe9044b39c3882fc99b9afef39bdf1d30 SHA512 552b6b8c00aabe0d557fdacf4bfe8b0b4c2d34ec6f15820f3a54da76b4f24ca5842ba38ea756d05b947a0e8cf48d351429abef64b25508ea032a92965e9c91e2 WHIRLPOOL 2b82b4a3790df93fb52ec872ed38c1c991ce63b35fd25c87c60c2816f3275b6fa8f7d607fc6f9bd41c6bcbc0fca44efc11e5486b4d0bd47077543ce5e69d9fd8
22 DIST libfreehand-0.1.2.tar.xz 516132 SHA256 0e422d1564a6dbf22a9af598535425271e583514c0f7ba7d9091676420de34ac SHA512 4112a76ac99999801d97d1b282596d631d8496a5bf65778ab26aa06da86637b1e2b630648a67ea01bf3316ecec9f2715546baff27af090b900267c87a011b963 WHIRLPOOL 54ae55cc80304f15244d0eac671264afdf2d30c589ddc917eb9db4ce7409b95f7bbbfe17b9d97b3b0954f0ab1e1a3342f09df435d93c3945dedd4767e81d1038
23
24 diff --git a/media-libs/libfreehand/libfreehand-0.1.1.ebuild b/media-libs/libfreehand/libfreehand-0.1.1.ebuild
25 deleted file mode 100644
26 index 13c0f9bb04f..00000000000
27 --- a/media-libs/libfreehand/libfreehand-0.1.1.ebuild
28 +++ /dev/null
29 @@ -1,48 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libfreehand.git"
36 -[[ ${PV} == 9999 ]] && inherit autotools git-r3
37 -
38 -DESCRIPTION="Library for import of FreeHand drawings"
39 -HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libfreehand"
40 -[[ ${PV} == 9999 ]] || SRC_URI="https://dev-www.libreoffice.org/src/libfreehand/${P}.tar.xz"
41 -
42 -LICENSE="MPL-2.0"
43 -SLOT="0"
44 -[[ ${PV} == 9999 ]] || \
45 -KEYWORDS="amd64 ~arm ~arm64 x86"
46 -IUSE="doc static-libs"
47 -
48 -RDEPEND="
49 - dev-libs/librevenge
50 - sys-libs/zlib
51 -"
52 -DEPEND="${RDEPEND}
53 - dev-libs/icu:=
54 - dev-util/gperf
55 - media-libs/lcms
56 - sys-devel/libtool
57 - virtual/pkgconfig
58 - doc? ( app-doc/doxygen )
59 -"
60 -
61 -src_prepare() {
62 - default
63 - [[ -d m4 ]] || mkdir "m4"
64 - [[ ${PV} == 9999 ]] && eautoreconf
65 -}
66 -
67 -src_configure() {
68 - econf \
69 - --disable-werror \
70 - $(use_with doc docs) \
71 - $(use_enable static-libs static)
72 -}
73 -
74 -src_install() {
75 - default
76 - find "${D}" -name '*.la' -delete || die
77 -}