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: dev-cpp/libcmis/
Date: Tue, 29 Nov 2016 20:27:23
Message-Id: 1480451231.c27628da7c95b4e2a8ea632ea467e75bcf0c8a05.dilfridge@gentoo
1 commit: c27628da7c95b4e2a8ea632ea467e75bcf0c8a05
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 29 20:01:19 2016 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 29 20:27:11 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c27628da
7
8 dev-cpp/libcmis: Remove old
9
10 Package-Manager: portage-2.3.2
11
12 dev-cpp/libcmis/Manifest | 3 --
13 dev-cpp/libcmis/libcmis-0.5.0-r1.ebuild | 77 --------------------------------
14 dev-cpp/libcmis/libcmis-0.5.1.ebuild | 78 ---------------------------------
15 3 files changed, 158 deletions(-)
16
17 diff --git a/dev-cpp/libcmis/Manifest b/dev-cpp/libcmis/Manifest
18 index 9bd934e..aa04659 100644
19 --- a/dev-cpp/libcmis/Manifest
20 +++ b/dev-cpp/libcmis/Manifest
21 @@ -1,4 +1 @@
22 -DIST libcmis-0.5.0-gcc5.patch.gz 12452 SHA256 523763acda1de64bb40761fae1ce1b089756fba1bb0390587d6491b75ffafbea SHA512 75423caf195d9b6f2c0752f08fd9950ff1dac67884f7445da2389fb24ad13c2c29fbf73f29f6f60b1b440ad261c32697edf3a2ee9aba779630d40afdbf5d5495 WHIRLPOOL 5cbc92051da8dc99b6d575f13c6d3c853668dd1ce169e0f215f2d20cbaf1d77408d9af0844be5e04c1308e840110a0e5dd49ee86f0207bbead7361962c830cdb
23 -DIST libcmis-0.5.0.tar.gz 738119 SHA256 a87e02913dee3ee659db5abf6d7dafcfcd85dd4b24bf4389d8d4afe8c8dcf9b6 SHA512 abfdf5654ef8763c9744587ba831acea93cc0ba7deaa8d807eed2e9077be848db0334430f7c2d6eecefeb90f520abbe81364a86790c0aa4363724816aec4793b WHIRLPOOL 03041a0eb4af8fb515082731c4737f7c153756073464785994c431f54b27130b8407459efb5bcb4a26689a0baa1f5014e48cfa334948fb7d90fe646d5f8f0a02
24 -DIST libcmis-0.5.1.tar.gz 281863 SHA256 b88851b5e7dfa65b840d403231b38868ba77dae1e7abf2628d7a0dc3cd5a1409 SHA512 fb934c416b8a41714a5424375de507698992a0b014aa52a82a07dde07cba2ffe68a45ed97cfd0aa72b4a28f3697252ea1570a80ef9fa1b2a34af0a9ed865a752 WHIRLPOOL 4e154a417e98bd7e36fa5a4ad65b969e7c6661b6fbd33dc642a5430bda02e218e985b0b50d67f8fd811896c1a40fd4d3b78ae793d6620d8d5f4e92dd013d70d2
25 DIST libcmis-0.5.2_pre20160820.tar.gz 285100 SHA256 49c0d46be0019703b8dbbc0a37fcdd97ed2f5a9576315df2a516b997b07e5b03 SHA512 4b6d0fc4d80444fea2c5eb16621b92a10b41c58128cc8a355caca50f12648ed5113bd977cc5dbe8971e3dbc11f9d7ae8d45c9d2aa19f37c83659141af135bd1a WHIRLPOOL 524391339976b32a698faa75e4597732d487fcee77c5cdf2acb0380dd81686bc357a5ad5df02693f4d0b7a66890c02701dfa04286270c17ab28a86b01d7dfe55
26
27 diff --git a/dev-cpp/libcmis/libcmis-0.5.0-r1.ebuild b/dev-cpp/libcmis/libcmis-0.5.0-r1.ebuild
28 deleted file mode 100644
29 index 38a6a64..00000000
30 --- a/dev-cpp/libcmis/libcmis-0.5.0-r1.ebuild
31 +++ /dev/null
32 @@ -1,77 +0,0 @@
33 -# Copyright 1999-2016 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI=5
38 -
39 -EGIT_REPO_URI="git://git.code.sf.net/p/libcmis/code"
40 -[[ ${PV} == 9999 ]] && SCM_ECLASS="git-r3"
41 -inherit eutils alternatives autotools ${SCM_ECLASS}
42 -unset SCM_ECLASS
43 -
44 -DESCRIPTION="C++ client library for the CMIS interface"
45 -HOMEPAGE="https://sourceforge.net/projects/libcmis/"
46 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz https://dev.gentoo.org/~dilfridge/distfiles/${P}-gcc5.patch.gz"
47 -
48 -LICENSE="|| ( GPL-2 LGPL-2 MPL-1.1 )"
49 -SLOT="0.5"
50 -
51 -# Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
52 -[[ ${PV} == 9999 ]] || \
53 -KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
54 -
55 -IUSE="static-libs man test"
56 -
57 -COMMON_DEPEND="
58 - dev-libs/boost:=
59 - dev-libs/libxml2
60 - net-misc/curl
61 -"
62 -DEPEND="${COMMON_DEPEND}
63 - virtual/pkgconfig
64 - man? (
65 - app-text/docbook2X
66 - dev-libs/libxslt
67 - )
68 - test? (
69 - dev-util/cppcheck
70 - dev-util/cppunit
71 - )
72 -"
73 -RDEPEND="${COMMON_DEPEND}
74 - !dev-cpp/libcmis:0
75 - !dev-cpp/libcmis:0.2
76 - !dev-cpp/libcmis:0.3
77 - !dev-cpp/libcmis:0.4
78 -"
79 -
80 -src_prepare() {
81 - epatch "${WORKDIR}/${P}-gcc5.patch"
82 - epatch "${FILESDIR}/${P}-boost-linking.patch" \
83 - "${FILESDIR}/${P}-cppcheck.patch"
84 - eautoreconf
85 -}
86 -
87 -src_configure() {
88 - econf \
89 - --docdir="${EPREFIX}"/usr/share/doc/${PF} \
90 - --program-suffix=-${SLOT} \
91 - --disable-werror \
92 - $(use_with man) \
93 - $(use_enable static-libs static) \
94 - $(use_enable test tests) \
95 - --enable-client
96 -}
97 -
98 -src_install() {
99 - default
100 - prune_libtool_files --all
101 -}
102 -
103 -pkg_postinst() {
104 - alternatives_auto_makesym /usr/bin/cmis-client "/usr/bin/cmis-client-[0-9].[0-9]"
105 -}
106 -
107 -pkg_postrm() {
108 - alternatives_auto_makesym /usr/bin/cmis-client "/usr/bin/cmis-client-[0-9].[0-9]"
109 -}
110
111 diff --git a/dev-cpp/libcmis/libcmis-0.5.1.ebuild b/dev-cpp/libcmis/libcmis-0.5.1.ebuild
112 deleted file mode 100644
113 index 982389e..00000000
114 --- a/dev-cpp/libcmis/libcmis-0.5.1.ebuild
115 +++ /dev/null
116 @@ -1,78 +0,0 @@
117 -# Copyright 1999-2016 Gentoo Foundation
118 -# Distributed under the terms of the GNU General Public License v2
119 -# $Id$
120 -
121 -EAPI=6
122 -
123 -EGIT_REPO_URI="https://github.com/tdf/libcmis.git"
124 -[[ ${PV} == 9999 ]] && SCM_ECLASS="git-r3"
125 -inherit eutils alternatives autotools ${SCM_ECLASS}
126 -unset SCM_ECLASS
127 -
128 -DESCRIPTION="C++ client library for the CMIS interface"
129 -HOMEPAGE="https://github.com/tdf/libcmis"
130 -[[ ${PV} == 9999 ]] || SRC_URI="https://github.com/tdf/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
131 -
132 -LICENSE="|| ( GPL-2 LGPL-2 MPL-1.1 )"
133 -SLOT="0.5"
134 -
135 -# Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
136 -[[ ${PV} == 9999 ]] || \
137 -KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
138 -
139 -IUSE="static-libs man test"
140 -
141 -COMMON_DEPEND="
142 - dev-libs/boost:=
143 - dev-libs/libxml2
144 - net-misc/curl
145 -"
146 -DEPEND="${COMMON_DEPEND}
147 - virtual/pkgconfig
148 - >=sys-devel/boost-m4-0.4_p20160328
149 - man? (
150 - app-text/docbook2X
151 - dev-libs/libxslt
152 - )
153 - test? (
154 - dev-util/cppcheck
155 - dev-util/cppunit
156 - )
157 -"
158 -RDEPEND="${COMMON_DEPEND}
159 - !dev-cpp/libcmis:0
160 - !dev-cpp/libcmis:0.2
161 - !dev-cpp/libcmis:0.3
162 - !dev-cpp/libcmis:0.4
163 -"
164 -
165 -src_prepare() {
166 - default
167 - # fixes bug 569614, which is due to an outdated bundled boost.m4
168 - rm m4/boost.m4 || die
169 -
170 - eautoreconf
171 -}
172 -
173 -src_configure() {
174 - econf \
175 - --program-suffix=-${SLOT} \
176 - --disable-werror \
177 - $(use_with man) \
178 - $(use_enable static-libs static) \
179 - $(use_enable test tests) \
180 - --enable-client
181 -}
182 -
183 -src_install() {
184 - default
185 - prune_libtool_files --all
186 -}
187 -
188 -pkg_postinst() {
189 - alternatives_auto_makesym /usr/bin/cmis-client "/usr/bin/cmis-client-[0-9].[0-9]"
190 -}
191 -
192 -pkg_postrm() {
193 - alternatives_auto_makesym /usr/bin/cmis-client "/usr/bin/cmis-client-[0-9].[0-9]"
194 -}