Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gmime/
Date: Fri, 01 May 2020 08:35:45
Message-Id: 1588322027.1c1d17385f0f4616aa9649da6e5f533c5887d175.leio@gentoo
1 commit: 1c1d17385f0f4616aa9649da6e5f533c5887d175
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 1 08:33:47 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Fri May 1 08:33:47 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c1d1738
7
8 dev-libs/gmime: remove old
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 dev-libs/gmime/Manifest | 2 --
14 dev-libs/gmime/gmime-3.2.4.ebuild | 69 ---------------------------------------
15 dev-libs/gmime/gmime-3.2.6.ebuild | 69 ---------------------------------------
16 3 files changed, 140 deletions(-)
17
18 diff --git a/dev-libs/gmime/Manifest b/dev-libs/gmime/Manifest
19 index 4297c10e841..1e9a6826835 100644
20 --- a/dev-libs/gmime/Manifest
21 +++ b/dev-libs/gmime/Manifest
22 @@ -1,5 +1,3 @@
23 DIST gmime-2.6.23.tar.xz 5216588 BLAKE2B e173a7dbd418663ebbc55b856359bf9286c3791827f9b7f89da48dd7c3609e77312546f9489c08d34a7dcaeb78659789809d5fafc1323cbae9b9f1c4a316c659 SHA512 2ff6718b7a555cd5b34848399f29c7d0aa5a15e1f3cb46e9258c499e874191ee00f41b737386805d3000bad34367d174a25c45d38ba90cba7902400e733afa14
24 -DIST gmime-3.2.4.tar.xz 2219876 BLAKE2B 210941d10dd5c0ce8a638a54a51da9000b4638ae2cc8a37be757fb331c0c2360fc497d7bcf2101ed6bf22de668fe0b779984e83ab40d00d551a5b2971d7a5dcd SHA512 34592e89a2f923dacc37ac535da785918c2c0d6a63b0f2ec1d86393264aace44d1060e8ef4a77e60fd57e97475435f8e79d87e46b269ae332db9b9aaf98bf61b
25 DIST gmime-3.2.5.tar.xz 2220348 BLAKE2B 677a5cf88633b0d437a86ed3189399ee9ae4a23704f2b92ba6224e395309bea69cee419e39dde69d14f689df737319946eaed6460cc22c529c18f8d3b68872c6 SHA512 37488da84f1befb37a0dff9465e9f786670dfb7248adbbc1f227dcc0e80bcd4ee7cd239abeab2b52e8ded6ea7f8aa432bcc0461b379282dacd6ee4f867aa049d
26 -DIST gmime-3.2.6.tar.xz 2225796 BLAKE2B 899762dc74b43273e1cf2f277ca624207a2ef9ac62d09bff5972404c315e5498b1476ea19cf4c8c71fdec99702d9d69ac33bdda33a79d2b3db12840a4f1cd5ed SHA512 a60d3f9f1aa8490865c22cd9539544e9c9f3ceb4037b9749cf9e5c279f97aa88fc4cd077bf2aff314ba0db2a1b7bbe76f9b1ca5a17fffcbd6315ecebc5414a3d
27 DIST gmime-3.2.7.tar.xz 2227048 BLAKE2B 7fba57640038f34bd45ecba1067b6db131705310b62a74da1fa3d575993bbc6cc1dce4e3d219dd42033775e0a90f2b2acc86b1094f96f03a7532eae1b69e63ae SHA512 2c8fecd6eb74c9e956c419ce111bef6280916ea3756a534b6b800a273f0fff260717cda7fefd4bd4c6ddb27973112ec6e73fa971fa74bb9aa04cfe587d45f10b
28
29 diff --git a/dev-libs/gmime/gmime-3.2.4.ebuild b/dev-libs/gmime/gmime-3.2.4.ebuild
30 deleted file mode 100644
31 index e69ca1f7c43..00000000000
32 --- a/dev-libs/gmime/gmime-3.2.4.ebuild
33 +++ /dev/null
34 @@ -1,69 +0,0 @@
35 -# Copyright 1999-2020 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=6
39 -VALA_USE_DEPEND="vapigen"
40 -
41 -inherit flag-o-matic gnome2 vala
42 -
43 -DESCRIPTION="Utilities for creating and parsing messages using MIME"
44 -HOMEPAGE="http://spruce.sourceforge.net/gmime/ https://developer.gnome.org/gmime/stable/"
45 -
46 -SLOT="3.0"
47 -LICENSE="LGPL-2.1+"
48 -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
49 -IUSE="crypt doc idn static-libs test vala"
50 -RESTRICT="!test? ( test )"
51 -
52 -RDEPEND="
53 - >=dev-libs/glib-2.32.0:2
54 - sys-libs/zlib
55 - crypt? ( >=app-crypt/gpgme-1.8.0:1= )
56 - idn? ( net-dns/libidn2:= )
57 - vala? (
58 - $(vala_depend)
59 - >=dev-libs/gobject-introspection-1.30.0:= )
60 -"
61 -DEPEND="${RDEPEND}
62 - >=dev-util/gtk-doc-am-1.8
63 - virtual/libiconv
64 - virtual/pkgconfig
65 - doc? ( app-text/docbook-sgml-utils )
66 - test? ( app-crypt/gnupg )
67 -"
68 -# gnupg is needed for tests if --enable-cryptography is enabled, which we do unconditionally
69 -
70 -src_prepare() {
71 - gnome2_src_prepare
72 - use vala && vala_src_prepare
73 -}
74 -
75 -src_configure() {
76 - if [[ ${CHOST} == *-solaris* ]]; then
77 - # bug #???, why not use --with-libiconv
78 - append-libs iconv
79 - fi
80 -
81 - gnome2_src_configure \
82 - $(use_enable crypt crypto) \
83 - $(use_enable static-libs static) \
84 - $(use_enable vala) \
85 - $(use_with idn libidn) \
86 - $(usex doc "" DB2HTML=)
87 -}
88 -
89 -src_compile() {
90 - gnome2_src_compile
91 - if use doc; then
92 - emake -C docs/tutorial html
93 - fi
94 -}
95 -
96 -src_install() {
97 - gnome2_src_install
98 -
99 - if use doc ; then
100 - docinto tutorial
101 - dodoc -r docs/tutorial/html/
102 - fi
103 -}
104
105 diff --git a/dev-libs/gmime/gmime-3.2.6.ebuild b/dev-libs/gmime/gmime-3.2.6.ebuild
106 deleted file mode 100644
107 index 704fb43aade..00000000000
108 --- a/dev-libs/gmime/gmime-3.2.6.ebuild
109 +++ /dev/null
110 @@ -1,69 +0,0 @@
111 -# Copyright 1999-2020 Gentoo Authors
112 -# Distributed under the terms of the GNU General Public License v2
113 -
114 -EAPI=6
115 -VALA_USE_DEPEND="vapigen"
116 -
117 -inherit flag-o-matic gnome2 vala
118 -
119 -DESCRIPTION="Utilities for creating and parsing messages using MIME"
120 -HOMEPAGE="http://spruce.sourceforge.net/gmime/ https://developer.gnome.org/gmime/stable/"
121 -
122 -SLOT="3.0"
123 -LICENSE="LGPL-2.1+"
124 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
125 -IUSE="crypt doc idn static-libs test vala"
126 -RESTRICT="!test? ( test )"
127 -
128 -RDEPEND="
129 - >=dev-libs/glib-2.32.0:2
130 - sys-libs/zlib
131 - crypt? ( >=app-crypt/gpgme-1.8.0:1= )
132 - idn? ( net-dns/libidn2:= )
133 - vala? (
134 - $(vala_depend)
135 - >=dev-libs/gobject-introspection-1.30.0:= )
136 -"
137 -DEPEND="${RDEPEND}
138 - >=dev-util/gtk-doc-am-1.8
139 - virtual/libiconv
140 - virtual/pkgconfig
141 - doc? ( app-text/docbook-sgml-utils )
142 - test? ( app-crypt/gnupg )
143 -"
144 -# gnupg is needed for tests if --enable-cryptography is enabled, which we do unconditionally
145 -
146 -src_prepare() {
147 - gnome2_src_prepare
148 - use vala && vala_src_prepare
149 -}
150 -
151 -src_configure() {
152 - if [[ ${CHOST} == *-solaris* ]]; then
153 - # bug #???, why not use --with-libiconv
154 - append-libs iconv
155 - fi
156 -
157 - gnome2_src_configure \
158 - $(use_enable crypt crypto) \
159 - $(use_enable static-libs static) \
160 - $(use_enable vala) \
161 - $(use_with idn libidn) \
162 - $(usex doc "" DB2HTML=)
163 -}
164 -
165 -src_compile() {
166 - gnome2_src_compile
167 - if use doc; then
168 - emake -C docs/tutorial html
169 - fi
170 -}
171 -
172 -src_install() {
173 - gnome2_src_install
174 -
175 - if use doc ; then
176 - docinto tutorial
177 - dodoc -r docs/tutorial/html/
178 - fi
179 -}