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