Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libunistring/
Date: Sun, 10 Feb 2019 23:10:29
Message-Id: 1549840139.502fde6b45d242e048c3c1479206233ffd780176.mattst88@gentoo
1 commit: 502fde6b45d242e048c3c1479206233ffd780176
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 10 23:04:10 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 10 23:08:59 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=502fde6b
7
8 dev-libs/libunistring: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 dev-libs/libunistring/Manifest | 3 --
13 dev-libs/libunistring/libunistring-0.9.7.ebuild | 44 -------------------------
14 dev-libs/libunistring/libunistring-0.9.8.ebuild | 44 -------------------------
15 dev-libs/libunistring/libunistring-0.9.9.ebuild | 44 -------------------------
16 4 files changed, 135 deletions(-)
17
18 diff --git a/dev-libs/libunistring/Manifest b/dev-libs/libunistring/Manifest
19 index 5b8d6ed5abf..4cfebedfef8 100644
20 --- a/dev-libs/libunistring/Manifest
21 +++ b/dev-libs/libunistring/Manifest
22 @@ -1,4 +1 @@
23 DIST libunistring-0.9.10.tar.gz 3744814 BLAKE2B 3ddc55b8021c0f4822beb83b807bb21dbbf10bbb866747f64e060df3ab822a4143528855e1ce6a13144630bc8daa14f1fa830db77fb605e57cae21d46de804d6 SHA512 690082732fbbd47ab4ffbd6f21d85afece0f8e2ded24982f949f4ae52bf0a981b75ea9bc14ab289e0954cde07f31a7a4c2bb65615a8eb5b2bfa65720310b6fc9
24 -DIST libunistring-0.9.7.tar.gz 3589989 BLAKE2B 5ba029be96adf3804e9591ee0c271f41111a9c48c773d50adbf2408577e98ddd06d54dc665d3791a835698012021384c9290da0e3ce3d331f20283462c6a3c75 SHA512 43cb60163299a781b57bca326ddeb6333cde0b12d274fcd2b176971c8080ee8868f8c11bf9c524596d3a56dc0213ed1d3246fb805db1de950257c3764eb34ae0
25 -DIST libunistring-0.9.8.tar.gz 3720294 BLAKE2B 873dbccbe869c9dd6fe72f17759aefadc6495f97ba26e2cc62a1d94c9ca966a5f35d8d40a480077b90018602abf04342de51dfd64a4034db2ef0ff8a0f102c03 SHA512 91c0da429cc13272bf94cc1afa2bcc6cb0afa2af8b9c05fde2c1cd3ed0f54c6571803c303e20579bba51600d0e63fe917b415ccbb3751353cd8310388dddb72f
26 -DIST libunistring-0.9.9.tar.gz 3736674 BLAKE2B cb328e2378aeabd8f1282ed6f66f556c6301a88bdbb11d1a7ea73569700a8af9bbbfa9336faa7b390e5f5df628001d5e9bf2081f0c36d139296f16d657e70de6 SHA512 dbf067ba5c748e198f8837e603710ff63714d1bb4642a2cd2facb8f1034b617250c8695f4e1caad77c417bdcb0f1e1664eafa5a18eca77126741a4363a1c9cf4
27
28 diff --git a/dev-libs/libunistring/libunistring-0.9.7.ebuild b/dev-libs/libunistring/libunistring-0.9.7.ebuild
29 deleted file mode 100644
30 index 44f5e846f12..00000000000
31 --- a/dev-libs/libunistring/libunistring-0.9.7.ebuild
32 +++ /dev/null
33 @@ -1,44 +0,0 @@
34 -# Copyright 1999-2017 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -
39 -inherit eutils multilib-minimal libtool
40 -
41 -DESCRIPTION="Library for manipulating Unicode and C strings according to Unicode standard"
42 -HOMEPAGE="https://www.gnu.org/software/libunistring/"
43 -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
44 -
45 -LICENSE="LGPL-3 GPL-3"
46 -SLOT="0/2"
47 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~amd64-fbsd"
48 -IUSE="doc static-libs"
49 -
50 -PATCHES=(
51 - "${FILESDIR}"/${PN}-nodocs.patch
52 -)
53 -
54 -src_prepare() {
55 - default
56 - elibtoolize # for Solaris shared libraries
57 -}
58 -
59 -multilib_src_configure() {
60 - ECONF_SOURCE="${S}" \
61 - econf $(use_enable static-libs static)
62 -}
63 -
64 -multilib_src_install() {
65 - default
66 -
67 - prune_libtool_files
68 -}
69 -
70 -multilib_src_install_all() {
71 - default
72 -
73 - if use doc; then
74 - dohtml doc/*.html
75 - doinfo doc/*.info
76 - fi
77 -}
78
79 diff --git a/dev-libs/libunistring/libunistring-0.9.8.ebuild b/dev-libs/libunistring/libunistring-0.9.8.ebuild
80 deleted file mode 100644
81 index ba7327e2d79..00000000000
82 --- a/dev-libs/libunistring/libunistring-0.9.8.ebuild
83 +++ /dev/null
84 @@ -1,44 +0,0 @@
85 -# Copyright 1999-2018 Gentoo Foundation
86 -# Distributed under the terms of the GNU General Public License v2
87 -
88 -EAPI=6
89 -
90 -inherit eutils multilib-minimal libtool
91 -
92 -DESCRIPTION="Library for manipulating Unicode and C strings according to Unicode standard"
93 -HOMEPAGE="https://www.gnu.org/software/libunistring/"
94 -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
95 -
96 -LICENSE="LGPL-3 GPL-3"
97 -SLOT="0/2"
98 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
99 -IUSE="doc static-libs"
100 -
101 -PATCHES=(
102 - "${FILESDIR}"/${PN}-nodocs.patch
103 -)
104 -
105 -src_prepare() {
106 - default
107 - elibtoolize # for Solaris shared libraries
108 -}
109 -
110 -multilib_src_configure() {
111 - ECONF_SOURCE="${S}" \
112 - econf $(use_enable static-libs static)
113 -}
114 -
115 -multilib_src_install() {
116 - default
117 -
118 - prune_libtool_files
119 -}
120 -
121 -multilib_src_install_all() {
122 - default
123 -
124 - if use doc; then
125 - dohtml doc/*.html
126 - doinfo doc/*.info
127 - fi
128 -}
129
130 diff --git a/dev-libs/libunistring/libunistring-0.9.9.ebuild b/dev-libs/libunistring/libunistring-0.9.9.ebuild
131 deleted file mode 100644
132 index ba7327e2d79..00000000000
133 --- a/dev-libs/libunistring/libunistring-0.9.9.ebuild
134 +++ /dev/null
135 @@ -1,44 +0,0 @@
136 -# Copyright 1999-2018 Gentoo Foundation
137 -# Distributed under the terms of the GNU General Public License v2
138 -
139 -EAPI=6
140 -
141 -inherit eutils multilib-minimal libtool
142 -
143 -DESCRIPTION="Library for manipulating Unicode and C strings according to Unicode standard"
144 -HOMEPAGE="https://www.gnu.org/software/libunistring/"
145 -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
146 -
147 -LICENSE="LGPL-3 GPL-3"
148 -SLOT="0/2"
149 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
150 -IUSE="doc static-libs"
151 -
152 -PATCHES=(
153 - "${FILESDIR}"/${PN}-nodocs.patch
154 -)
155 -
156 -src_prepare() {
157 - default
158 - elibtoolize # for Solaris shared libraries
159 -}
160 -
161 -multilib_src_configure() {
162 - ECONF_SOURCE="${S}" \
163 - econf $(use_enable static-libs static)
164 -}
165 -
166 -multilib_src_install() {
167 - default
168 -
169 - prune_libtool_files
170 -}
171 -
172 -multilib_src_install_all() {
173 - default
174 -
175 - if use doc; then
176 - dohtml doc/*.html
177 - doinfo doc/*.info
178 - fi
179 -}