Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/geary/
Date: Wed, 13 Feb 2019 23:37:22
Message-Id: 1550100963.7a660a962c7e6fefbb1dd5da482da9326006c59d.leio@gentoo
1 commit: 7a660a962c7e6fefbb1dd5da482da9326006c59d
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 13 23:16:34 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 13 23:36:03 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a660a96
7
8 mail-client/geary: drop previous unbuildable version
9
10 This drops the package overall from stable to ~arch for the time
11 being.
12 Feel free to request it stable yet again after 16th March 2019
13 if you desire it on stable tree systems.
14
15 Bug: https://bugs.gentoo.org/670749
16 Package-Manager: Portage-2.3.52, Repoman-2.3.12
17 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
18
19 mail-client/geary/Manifest | 1 -
20 mail-client/geary/geary-0.12.3.ebuild | 77 -----------------------------------
21 2 files changed, 78 deletions(-)
22
23 diff --git a/mail-client/geary/Manifest b/mail-client/geary/Manifest
24 index be51845e507..7fb1662e9a0 100644
25 --- a/mail-client/geary/Manifest
26 +++ b/mail-client/geary/Manifest
27 @@ -1,2 +1 @@
28 -DIST geary-0.12.3.tar.xz 1069444 BLAKE2B 73f4382cd97813fcb3921daeab4338f4797bef2b5dcb1f7df1afeb75be48877109dcb15317f9bbe595326ee38f9ea3359a7d062c39ea3d83e1d36c34b680e707 SHA512 0e22b7ad8b79d17e55f6ab75a13883db04b21b1be9c2b06b08009e48fe433de323e23414ae8e47543bcb7785d6aa90bea582a2e20eaed1ce7bcb02687a69b9b6
29 DIST geary-0.12.4.tar.xz 1070368 BLAKE2B 7d4c07184cd99ed507839e3f2c53171bf75809e76ef92283a15d93bd3f074ed700f6db2de14263bf8f7c060526023a81e9123433cf11a353c68497a3b70e2bdd SHA512 5bf05390e06ecd7e3b3de35fcfa068e5ad475f1e4f67c4b2ff65d9f8162759cccc1aa47f0ed9c3a0a8d68059fa404d4360e019ac42cdfc86a8258790f0a6df7c
30
31 diff --git a/mail-client/geary/geary-0.12.3.ebuild b/mail-client/geary/geary-0.12.3.ebuild
32 deleted file mode 100644
33 index 832bb862d28..00000000000
34 --- a/mail-client/geary/geary-0.12.3.ebuild
35 +++ /dev/null
36 @@ -1,77 +0,0 @@
37 -# Copyright 1999-2018 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=6
41 -# Keep cmake-utils at the end
42 -inherit gnome2 vala cmake-utils
43 -
44 -DESCRIPTION="A lightweight, easy-to-use, feature-rich email client"
45 -HOMEPAGE="https://wiki.gnome.org/Apps/Geary"
46 -
47 -LICENSE="LGPL-2.1+ BSD-2 CC-BY-3.0 CC-BY-SA-3.0" # code is LGPL-2.1+, BSD-2 for bundled snowball-stemmer, CC licenses for some icons
48 -SLOT="0"
49 -KEYWORDS="amd64 x86"
50 -
51 -DEPEND="
52 - >=dev-libs/glib-2.42:2
53 - >=x11-libs/gtk+-3.14.0:3[introspection]
54 - >=net-libs/webkit-gtk-2.10.0:4=[introspection]
55 - app-text/iso-codes
56 - >=dev-db/sqlite-3.12:3
57 -
58 - >=net-libs/libsoup-2.48:2.4[introspection]
59 - >=dev-libs/libgee-0.8.5:0.8=[introspection]
60 - >=x11-libs/libnotify-0.7.5[introspection]
61 - >=media-libs/libcanberra-0.28
62 - >=dev-libs/gmime-2.6.17:2.6
63 - >=app-crypt/libsecret-0.11[introspection,vala]
64 - >=dev-libs/libxml2-2.7.8:2
65 - >=app-crypt/gcr-3.10.1:0=[gtk,introspection,vala]
66 - >=app-text/enchant-1.6:0
67 -"
68 -RDEPEND="${DEPEND}
69 - gnome-base/dconf
70 - gnome-base/gsettings-desktop-schemas
71 -" # org.gnome.desktop.interface clock-format global setting usage
72 -# gnome-doc-utils for xml2po for TRANSLATE_HELP option
73 -DEPEND="${DEPEND}
74 - sys-devel/gettext
75 - app-text/gnome-doc-utils
76 - dev-util/desktop-file-utils
77 - virtual/pkgconfig
78 - $(vala_depend)
79 -"
80 -
81 -src_prepare() {
82 - # https://bugzilla.gnome.org/show_bug.cgi?id=751557
83 - sed -i -e 's/vapigen --library/${VAPIGEN} --library/' src/CMakeLists.txt || die
84 -
85 - local i
86 - if [[ -n "${LINGUAS+x}" ]] ; then
87 - for i in $(cd po ; echo *.po) ; do
88 - if ! has ${i%.po} ${LINGUAS} ; then
89 - sed -i -e "/^${i%.po}$/d" po/LINGUAS || die
90 - fi
91 - done
92 - fi
93 -
94 - cmake-utils_src_prepare
95 - gnome2_src_prepare
96 - vala_src_prepare
97 -}
98 -
99 -src_configure() {
100 - local mycmakeargs=(
101 - -DICON_UPDATE=OFF
102 - -DDESKTOP_UPDATE=OFF
103 - -DDESKTOP_VALIDATE=OFF
104 - -DTRANSLATE_HELP=ON
105 -
106 - -DNO_FATAL_WARNINGS=ON
107 - -DGSETTINGS_COMPILE=OFF
108 - -DVALA_EXECUTABLE="${VALAC}"
109 - -DVAPIGEN="${VAPIGEN}"
110 - )
111 -
112 - cmake-utils_src_configure
113 -}