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/, media-libs/libcdr/files/
Date: Wed, 02 Aug 2017 19:35:37
Message-Id: 1501702516.b401850905c0a3c1ec5da2b1b33caeb60eb78b0a.asturm@gentoo
1 commit: b401850905c0a3c1ec5da2b1b33caeb60eb78b0a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 2 12:55:44 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 2 19:35:16 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4018509
7
8 media-libs/libcdr: Drop old
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 media-libs/libcdr/Manifest | 1 -
13 .../libcdr/files/libcdr-0.1.1-boost-1.59.patch | 32 --------------
14 media-libs/libcdr/libcdr-0.1.1.ebuild | 51 ----------------------
15 3 files changed, 84 deletions(-)
16
17 diff --git a/media-libs/libcdr/Manifest b/media-libs/libcdr/Manifest
18 index ff8e2ca9356..1325555971d 100644
19 --- a/media-libs/libcdr/Manifest
20 +++ b/media-libs/libcdr/Manifest
21 @@ -1,2 +1 @@
22 -DIST libcdr-0.1.1.tar.xz 564668 SHA256 d0a6e0667e5a37fe059bcb81d5077fc2abffc7e7bac86fe302fbcf927d58df1f SHA512 a655b5390022fb5049d2f75fe836a693033943060d820942d59eb0a34548363ff183e0f32d22ec277d1f8b5c7ab89ab1fba933f17ef1239d14d053bd6a5cf624 WHIRLPOOL f7d5b6b1655f86ac3b843957e476ab17f2ef234bb5073678d182760cd6a370d24c98b14570474221d9f5ef9b24ffc76a5f4f82d596f466a7324dac95a04b9d77
23 DIST libcdr-0.1.3.tar.xz 596772 SHA256 66e28e502abef7f6f494ce03de037d532f5e7888cfdee62c01203c8325b33f22 SHA512 9811efb13f7dd72c69a98e81b44a261e913ffe87200486c8e07200d75790004d4fdf30e29f779b0ddd2ad09e3d1e8813ef501e9448c1789f89256f71bdb5fadd WHIRLPOOL 6772ac928a66f21c689f39a3abc762d043baf89d009d86ce79d68aa8b1354a4965a2f489bf8bd754c4a76bee3ac3695658ee4ec14ed7cf19986e48c22b0e4f97
24
25 diff --git a/media-libs/libcdr/files/libcdr-0.1.1-boost-1.59.patch b/media-libs/libcdr/files/libcdr-0.1.1-boost-1.59.patch
26 deleted file mode 100644
27 index e32f3fe8a66..00000000000
28 --- a/media-libs/libcdr/files/libcdr-0.1.1-boost-1.59.patch
29 +++ /dev/null
30 @@ -1,32 +0,0 @@
31 -From 882a4b3f83a4b5097da53670c720a26f4e2750eb Mon Sep 17 00:00:00 2001
32 -From: =?UTF-8?q?Fridrich=20=C5=A0trba?= <fridrich.strba@×××××××.ch>
33 -Date: Sun, 13 Dec 2015 20:37:16 +0100
34 -Subject: [PATCH] Some boost 1.59 fixes
35 -
36 -Change-Id: I0054c977a6d8ff5a9b93c147578e890476365999
37 ----
38 - src/lib/Makefile.am | 11 +++++++++--
39 - 1 file changed, 9 insertions(+), 2 deletions(-)
40 -
41 -diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am
42 -index 3f00cc5..e14fa8c 100644
43 ---- a/src/lib/Makefile.am
44 -+++ b/src/lib/Makefile.am
45 -@@ -13,8 +13,16 @@ libcdr_@CDR_MAJOR_VERSION@_@CDR_MINOR_VERSION@_include_HEADERS = \
46 - $(top_srcdir)/inc/libcdr/CDRDocument.h \
47 - $(top_srcdir)/inc/libcdr/CMXDocument.h
48 -
49 --AM_CXXFLAGS = -I$(top_srcdir)/inc $(REVENGE_CFLAGS) $(LCMS2_CFLAGS) $(ZLIB_CFLAGS) $(ICU_CFLAGS) $(DEBUG_CXXFLAGS) -DLIBCDR_BUILD=1
50 -+AM_CXXFLAGS = -I$(top_srcdir)/inc \
51 -+ $(REVENGE_CFLAGS) \
52 -+ $(LCMS2_CFLAGS) \
53 -+ $(ZLIB_CFLAGS) \
54 -+ $(ICU_CFLAGS) \
55 -+ $(DEBUG_CXXFLAGS) \
56 -+ -DLIBCDR_BUILD=1 \
57 -+ -DBOOST_ERROR_CODE_HEADER_ONLY \
58 -+ -DBOOST_SYSTEM_NO_DEPRECATED
59 -
60 - libcdr_@CDR_MAJOR_VERSION@_@CDR_MINOR_VERSION@_la_LIBADD = $(REVENGE_LIBS) $(LCMS2_LIBS) $(ZLIB_LIBS) $(ICU_LIBS) @LIBCDR_WIN32_RESOURCE@
61 - libcdr_@CDR_MAJOR_VERSION@_@CDR_MINOR_VERSION@_la_DEPENDENCIES = @LIBCDR_WIN32_RESOURCE@
62 - libcdr_@CDR_MAJOR_VERSION@_@CDR_MINOR_VERSION@_la_LDFLAGS = $(version_info) -export-dynamic -no-undefined
63
64 diff --git a/media-libs/libcdr/libcdr-0.1.1.ebuild b/media-libs/libcdr/libcdr-0.1.1.ebuild
65 deleted file mode 100644
66 index 987e9711596..00000000000
67 --- a/media-libs/libcdr/libcdr-0.1.1.ebuild
68 +++ /dev/null
69 @@ -1,51 +0,0 @@
70 -# Copyright 1999-2017 Gentoo Foundation
71 -# Distributed under the terms of the GNU General Public License v2
72 -
73 -EAPI=5
74 -
75 -EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/libcdr/"
76 -inherit autotools eutils
77 -[[ ${PV} == 9999 ]] && inherit git-r3
78 -
79 -DESCRIPTION="Library parsing the Corel cdr documents"
80 -HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libcdr"
81 -[[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz"
82 -
83 -LICENSE="MPL-2.0"
84 -SLOT="0"
85 -[[ ${PV} == 9999 ]] || \
86 -KEYWORDS="hppa"
87 -IUSE="doc static-libs"
88 -
89 -RDEPEND="
90 - dev-libs/icu:=
91 - dev-libs/librevenge
92 - media-libs/lcms:2
93 - sys-libs/zlib
94 -"
95 -DEPEND="${RDEPEND}
96 - dev-libs/boost
97 - sys-devel/libtool
98 - virtual/pkgconfig
99 - doc? ( app-doc/doxygen )
100 -"
101 -
102 -src_prepare() {
103 - epatch "${FILESDIR}/${PN}-0.1.1-boost-1.59.patch"
104 - epatch_user
105 - [[ -d m4 ]] || mkdir "m4"
106 - eautoreconf
107 -}
108 -
109 -src_configure() {
110 - econf \
111 - --docdir="${EPREFIX}/usr/share/doc/${PF}" \
112 - $(use_enable static-libs static) \
113 - --disable-werror \
114 - $(use_with doc docs)
115 -}
116 -
117 -src_install() {
118 - default
119 - prune_libtool_files --all
120 -}