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-libs/liborcus/
Date: Tue, 29 Nov 2016 20:27:24
Message-Id: 1480451231.0ff7c7ba616188842916c2a03d42acbce1b0dc85.dilfridge@gentoo
1 commit: 0ff7c7ba616188842916c2a03d42acbce1b0dc85
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 29 20:25:59 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=0ff7c7ba
7
8 dev-libs/liborcus: Remove old
9
10 Package-Manager: portage-2.3.2
11
12 dev-libs/liborcus/Manifest | 2 --
13 dev-libs/liborcus/liborcus-0.7.1-r1.ebuild | 50 -----------------------------
14 dev-libs/liborcus/liborcus-0.7.1.ebuild | 47 ---------------------------
15 dev-libs/liborcus/liborcus-0.9.2-r1.ebuild | 51 ------------------------------
16 4 files changed, 150 deletions(-)
17
18 diff --git a/dev-libs/liborcus/Manifest b/dev-libs/liborcus/Manifest
19 index 63d0e88..9b14683 100644
20 --- a/dev-libs/liborcus/Manifest
21 +++ b/dev-libs/liborcus/Manifest
22 @@ -1,4 +1,2 @@
23 DIST liborcus-0.11.2.tar.xz 1627540 SHA256 6911dc65a4d8276e42d32764e9ebee920b325cf59cfa7070fc72744d43b259ad SHA512 2100ae273e5c963123a5212d51793fe11a7fae9268a21629007034b92c3bf283522313a033de78a6a732b367c42a6eb4f6d3288d33124827fa0788f75abdd741 WHIRLPOOL caf9d7d977501620ad7eade470e7988159d93521c48d3b930bf212349d9ee03db971d68943dc9b0690429f3677d8d87b9a7f35e697b8307c9e2338043e4bb0f4
24 DIST liborcus-0.12.1.tar.xz 1673880 SHA256 d1b936c66944d23e1b2582d0e7129e44670052510d03f19fef644e9814ae2b9c SHA512 294b24ad7fccae77070edd9d8e6e1a370f609ec8af9a2c58567431e641fc0f3f27c4cd4b6ac1825a8179a22a1d1a81d84827859eb631d2625194f9e59ca1a8c3 WHIRLPOOL f62dd79ccb94e2b054cec12147d6c10505a3d64309566703469eabf6da1aa71530c74901dc2ee66d21199999fc0661fac391d6abd5e7eefab186f9bbca729ea4
25 -DIST liborcus-0.7.1.tar.xz 1472804 SHA256 04846b64262210a0d4e18d72779c901633e45dc9cca2108235b38d4715266a43 SHA512 30461311b084f3c91ef8cc504ca7adfd212f95d49c0a320958ca203606901ddf84e37d5c95073437bad21af4c6ce71fa606dd7cdb7cc7bd58b2699d8863a318c WHIRLPOOL af6f4ff639851b94298f847437c25962412f37617f82c143b1bf71aa4f27b26003ffb2dad61fdbe9718f9b42a0f11c1dda71825da8b2ee8bf9e9fd727f309134
26 -DIST liborcus-0.9.2.tar.xz 1558072 SHA256 dd49f9f1b8ff8a648434dd5c8b4fe1081d1118d61d0a71d4effee8f32553199c SHA512 1dd847012cf78df962c28408e0b56412a89e1d978d532a17fa92352f6788bbc1a0fe806c2d886ff148a8ee2db54620ce039b1809f347a976dca0078f248fd8ea WHIRLPOOL fe74951704b4cfbdfeeb894be459c4f7046fc23f813c50e43816943d064cbfc4a4f7feebf6a6737cf94d50826ac23796031b7626b89264ee21f42356ffbb44e8
27
28 diff --git a/dev-libs/liborcus/liborcus-0.7.1-r1.ebuild b/dev-libs/liborcus/liborcus-0.7.1-r1.ebuild
29 deleted file mode 100644
30 index 3612205..00000000
31 --- a/dev-libs/liborcus/liborcus-0.7.1-r1.ebuild
32 +++ /dev/null
33 @@ -1,50 +0,0 @@
34 -# Copyright 1999-2016 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -# $Id$
37 -
38 -EAPI=6
39 -
40 -EGIT_REPO_URI="git://gitlab.com/orcus/orcus.git"
41 -
42 -[[ ${PV} == 9999 ]] && GITECLASS="git-r3 autotools"
43 -inherit eutils ${GITECLASS}
44 -unset GITECLASS
45 -
46 -DESCRIPTION="Standalone file import filter library for spreadsheet documents"
47 -HOMEPAGE="https://gitlab.com/orcus/orcus"
48 -[[ ${PV} == 9999 ]] || SRC_URI="http://kohei.us/files/orcus/src/${P}.tar.xz"
49 -
50 -LICENSE="MIT"
51 -SLOT="0"
52 -[[ ${PV} == 9999 ]] || \
53 -KEYWORDS="~amd64 ~arm ~ppc ~x86"
54 -
55 -IUSE="+spreadsheet-model static-libs tools"
56 -
57 -RDEPEND="
58 - >=dev-libs/boost-1.51.0:=
59 - sys-libs/zlib:=
60 - spreadsheet-model? ( =dev-libs/libixion-0.9*:= )
61 -"
62 -DEPEND="${RDEPEND}
63 - >=dev-util/mdds-0.8.1:0
64 -"
65 -
66 -src_prepare() {
67 - eapply_user
68 - [[ ${PV} == 9999 ]] && eautoreconf
69 -}
70 -
71 -src_configure() {
72 - econf \
73 - --disable-werror \
74 - $(use_enable spreadsheet-model) \
75 - $(use_enable static-libs static) \
76 - $(use_with tools)
77 -}
78 -
79 -src_install() {
80 - default
81 -
82 - prune_libtool_files --all
83 -}
84
85 diff --git a/dev-libs/liborcus/liborcus-0.7.1.ebuild b/dev-libs/liborcus/liborcus-0.7.1.ebuild
86 deleted file mode 100644
87 index 87cbf36..00000000
88 --- a/dev-libs/liborcus/liborcus-0.7.1.ebuild
89 +++ /dev/null
90 @@ -1,47 +0,0 @@
91 -# Copyright 1999-2016 Gentoo Foundation
92 -# Distributed under the terms of the GNU General Public License v2
93 -# $Id$
94 -
95 -EAPI=5
96 -
97 -EGIT_REPO_URI="git://gitlab.com/orcus/orcus.git"
98 -
99 -[[ ${PV} == 9999 ]] && GITECLASS="git-2 autotools"
100 -inherit eutils ${GITECLASS}
101 -unset GITECLASS
102 -
103 -DESCRIPTION="Standalone file import filter library for spreadsheet documents"
104 -HOMEPAGE="https://gitlab.com/orcus/orcus"
105 -[[ ${PV} == 9999 ]] || SRC_URI="http://kohei.us/files/orcus/src/${P}.tar.xz"
106 -
107 -LICENSE="MIT"
108 -SLOT="0"
109 -[[ ${PV} == 9999 ]] || \
110 -KEYWORDS="amd64 ~arm ~ppc x86"
111 -
112 -IUSE="static-libs"
113 -
114 -RDEPEND="
115 - >=dev-libs/boost-1.51.0:=
116 - =dev-libs/libixion-0.9*:=
117 - sys-libs/zlib:=
118 -"
119 -DEPEND="${RDEPEND}
120 - >=dev-util/mdds-0.8.1:0
121 -"
122 -
123 -src_prepare() {
124 - [[ ${PV} == 9999 ]] && eautoreconf
125 -}
126 -
127 -src_configure() {
128 - econf \
129 - --disable-werror \
130 - $(use_enable static-libs static)
131 -}
132 -
133 -src_install() {
134 - default
135 -
136 - prune_libtool_files --all
137 -}
138
139 diff --git a/dev-libs/liborcus/liborcus-0.9.2-r1.ebuild b/dev-libs/liborcus/liborcus-0.9.2-r1.ebuild
140 deleted file mode 100644
141 index ce54e71..00000000
142 --- a/dev-libs/liborcus/liborcus-0.9.2-r1.ebuild
143 +++ /dev/null
144 @@ -1,51 +0,0 @@
145 -# Copyright 1999-2016 Gentoo Foundation
146 -# Distributed under the terms of the GNU General Public License v2
147 -# $Id$
148 -
149 -EAPI=6
150 -
151 -EGIT_REPO_URI="https://gitlab.com/orcus/orcus.git"
152 -
153 -[[ ${PV} == 9999 ]] && GITECLASS="git-r3 autotools"
154 -inherit eutils ${GITECLASS}
155 -unset GITECLASS
156 -
157 -DESCRIPTION="Standalone file import filter library for spreadsheet documents"
158 -HOMEPAGE="https://gitlab.com/orcus/orcus/blob/master/README.md"
159 -[[ ${PV} == 9999 ]] || SRC_URI="http://kohei.us/files/orcus/src/${P}.tar.xz"
160 -
161 -LICENSE="MIT"
162 -SLOT="0/0.10" # based on SONAME of liborcus.so
163 -
164 -[[ ${PV} == 9999 ]] || \
165 -KEYWORDS="amd64 ~arm ~ppc x86"
166 -
167 -IUSE="+spreadsheet-model static-libs tools"
168 -
169 -RDEPEND="
170 - >=dev-libs/boost-1.51.0:=
171 - sys-libs/zlib:=
172 - spreadsheet-model? ( =dev-libs/libixion-0.9*:= )
173 -"
174 -DEPEND="${RDEPEND}
175 - >=dev-util/mdds-0.11:0
176 -"
177 -
178 -src_prepare() {
179 - eapply_user
180 - [[ ${PV} == 9999 ]] && eautoreconf
181 -}
182 -
183 -src_configure() {
184 - econf \
185 - --disable-werror \
186 - $(use_enable spreadsheet-model) \
187 - $(use_enable static-libs static) \
188 - $(use_with tools)
189 -}
190 -
191 -src_install() {
192 - default
193 -
194 - prune_libtool_files --all
195 -}