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/libcdr/
Date: Sun, 19 Nov 2017 23:49:37
Message-Id: 1511135357.17cc116b0da5aa5962eaa3854752e0425701d8f0.asturm@gentoo
1 commit: 17cc116b0da5aa5962eaa3854752e0425701d8f0
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 19 23:24:04 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=17cc116b
7
8 media-libs/libcdr: Drop old
9
10 Package-Manager: Portage-2.3.14, Repoman-2.3.6
11
12 media-libs/libcdr/Manifest | 1 -
13 media-libs/libcdr/libcdr-0.1.3.ebuild | 50 -----------------------------------
14 2 files changed, 51 deletions(-)
15
16 diff --git a/media-libs/libcdr/Manifest b/media-libs/libcdr/Manifest
17 index 07f956e3f1b..e0e9120d5ae 100644
18 --- a/media-libs/libcdr/Manifest
19 +++ b/media-libs/libcdr/Manifest
20 @@ -1,2 +1 @@
21 -DIST libcdr-0.1.3.tar.xz 596772 SHA256 66e28e502abef7f6f494ce03de037d532f5e7888cfdee62c01203c8325b33f22 SHA512 9811efb13f7dd72c69a98e81b44a261e913ffe87200486c8e07200d75790004d4fdf30e29f779b0ddd2ad09e3d1e8813ef501e9448c1789f89256f71bdb5fadd WHIRLPOOL 6772ac928a66f21c689f39a3abc762d043baf89d009d86ce79d68aa8b1354a4965a2f489bf8bd754c4a76bee3ac3695658ee4ec14ed7cf19986e48c22b0e4f97
22 DIST libcdr-0.1.4.tar.xz 609592 SHA256 e7a7e8b00a3df5798110024d7061fe9d1c3330277d2e4fa9213294f966a4a66d SHA512 769b0319b5a904ce9f727b7076f82cd915ecd8c9e5e2456416e3e6739c6403bbd4108787ab124d36efb1b47d5c9e37c48b0e12d096eb440ae8f9979ec06048a6 WHIRLPOOL 30dd5538e2b1d5e4749c838902e04b5f59cd5a5376468209307850ab5bb2807822d8b6aeab44e3559227bdc5011b7ecba5a150c255f57c63e3cacfe577a04f7f
23
24 diff --git a/media-libs/libcdr/libcdr-0.1.3.ebuild b/media-libs/libcdr/libcdr-0.1.3.ebuild
25 deleted file mode 100644
26 index b114fa2e952..00000000000
27 --- a/media-libs/libcdr/libcdr-0.1.3.ebuild
28 +++ /dev/null
29 @@ -1,50 +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/libcdr.git"
36 -[[ ${PV} == 9999 ]] && inherit autotools git-r3
37 -
38 -DESCRIPTION="Library parsing the Corel cdr documents"
39 -HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libcdr"
40 -[[ ${PV} == 9999 ]] || SRC_URI="https://dev-www.libreoffice.org/src/libcdr/${P}.tar.xz"
41 -
42 -LICENSE="MPL-2.0"
43 -SLOT="0"
44 -[[ ${PV} == 9999 ]] || \
45 -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 x86"
46 -IUSE="doc static-libs test"
47 -
48 -RDEPEND="
49 - dev-libs/icu:=
50 - dev-libs/librevenge
51 - media-libs/lcms:2
52 - sys-libs/zlib
53 -"
54 -DEPEND="${RDEPEND}
55 - dev-libs/boost
56 - sys-devel/libtool
57 - virtual/pkgconfig
58 - doc? ( app-doc/doxygen )
59 - test? ( dev-util/cppunit )
60 -"
61 -
62 -src_prepare() {
63 - default
64 - [[ -d m4 ]] || mkdir "m4"
65 - [[ ${PV} == 9999 ]] && eautoreconf
66 -}
67 -
68 -src_configure() {
69 - econf \
70 - --disable-werror \
71 - $(use_with doc docs) \
72 - $(use_enable static-libs static) \
73 - $(use_enable test tests)
74 -}
75 -
76 -src_install() {
77 - default
78 - find "${D}" -name '*.la' -delete || die
79 -}