From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/geary/
Date: Wed, 13 Feb 2019 23:37:17 +0000 (UTC) [thread overview]
Message-ID: <1550100963.7a660a962c7e6fefbb1dd5da482da9326006c59d.leio@gentoo> (raw)
commit: 7a660a962c7e6fefbb1dd5da482da9326006c59d
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 13 23:16:34 2019 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Wed Feb 13 23:36:03 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a660a96
mail-client/geary: drop previous unbuildable version
This drops the package overall from stable to ~arch for the time
being.
Feel free to request it stable yet again after 16th March 2019
if you desire it on stable tree systems.
Bug: https://bugs.gentoo.org/670749
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
mail-client/geary/Manifest | 1 -
mail-client/geary/geary-0.12.3.ebuild | 77 -----------------------------------
2 files changed, 78 deletions(-)
diff --git a/mail-client/geary/Manifest b/mail-client/geary/Manifest
index be51845e507..7fb1662e9a0 100644
--- a/mail-client/geary/Manifest
+++ b/mail-client/geary/Manifest
@@ -1,2 +1 @@
-DIST geary-0.12.3.tar.xz 1069444 BLAKE2B 73f4382cd97813fcb3921daeab4338f4797bef2b5dcb1f7df1afeb75be48877109dcb15317f9bbe595326ee38f9ea3359a7d062c39ea3d83e1d36c34b680e707 SHA512 0e22b7ad8b79d17e55f6ab75a13883db04b21b1be9c2b06b08009e48fe433de323e23414ae8e47543bcb7785d6aa90bea582a2e20eaed1ce7bcb02687a69b9b6
DIST geary-0.12.4.tar.xz 1070368 BLAKE2B 7d4c07184cd99ed507839e3f2c53171bf75809e76ef92283a15d93bd3f074ed700f6db2de14263bf8f7c060526023a81e9123433cf11a353c68497a3b70e2bdd SHA512 5bf05390e06ecd7e3b3de35fcfa068e5ad475f1e4f67c4b2ff65d9f8162759cccc1aa47f0ed9c3a0a8d68059fa404d4360e019ac42cdfc86a8258790f0a6df7c
diff --git a/mail-client/geary/geary-0.12.3.ebuild b/mail-client/geary/geary-0.12.3.ebuild
deleted file mode 100644
index 832bb862d28..00000000000
--- a/mail-client/geary/geary-0.12.3.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-# Keep cmake-utils at the end
-inherit gnome2 vala cmake-utils
-
-DESCRIPTION="A lightweight, easy-to-use, feature-rich email client"
-HOMEPAGE="https://wiki.gnome.org/Apps/Geary"
-
-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
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-DEPEND="
- >=dev-libs/glib-2.42:2
- >=x11-libs/gtk+-3.14.0:3[introspection]
- >=net-libs/webkit-gtk-2.10.0:4=[introspection]
- app-text/iso-codes
- >=dev-db/sqlite-3.12:3
-
- >=net-libs/libsoup-2.48:2.4[introspection]
- >=dev-libs/libgee-0.8.5:0.8=[introspection]
- >=x11-libs/libnotify-0.7.5[introspection]
- >=media-libs/libcanberra-0.28
- >=dev-libs/gmime-2.6.17:2.6
- >=app-crypt/libsecret-0.11[introspection,vala]
- >=dev-libs/libxml2-2.7.8:2
- >=app-crypt/gcr-3.10.1:0=[gtk,introspection,vala]
- >=app-text/enchant-1.6:0
-"
-RDEPEND="${DEPEND}
- gnome-base/dconf
- gnome-base/gsettings-desktop-schemas
-" # org.gnome.desktop.interface clock-format global setting usage
-# gnome-doc-utils for xml2po for TRANSLATE_HELP option
-DEPEND="${DEPEND}
- sys-devel/gettext
- app-text/gnome-doc-utils
- dev-util/desktop-file-utils
- virtual/pkgconfig
- $(vala_depend)
-"
-
-src_prepare() {
- # https://bugzilla.gnome.org/show_bug.cgi?id=751557
- sed -i -e 's/vapigen --library/${VAPIGEN} --library/' src/CMakeLists.txt || die
-
- local i
- if [[ -n "${LINGUAS+x}" ]] ; then
- for i in $(cd po ; echo *.po) ; do
- if ! has ${i%.po} ${LINGUAS} ; then
- sed -i -e "/^${i%.po}$/d" po/LINGUAS || die
- fi
- done
- fi
-
- cmake-utils_src_prepare
- gnome2_src_prepare
- vala_src_prepare
-}
-
-src_configure() {
- local mycmakeargs=(
- -DICON_UPDATE=OFF
- -DDESKTOP_UPDATE=OFF
- -DDESKTOP_VALIDATE=OFF
- -DTRANSLATE_HELP=ON
-
- -DNO_FATAL_WARNINGS=ON
- -DGSETTINGS_COMPILE=OFF
- -DVALA_EXECUTABLE="${VALAC}"
- -DVAPIGEN="${VAPIGEN}"
- )
-
- cmake-utils_src_configure
-}
next reply other threads:[~2019-02-13 23:37 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-13 23:37 Mart Raudsepp [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-20 20:37 [gentoo-commits] repo/gentoo:master commit in: mail-client/geary/ Arthur Zamarin
2024-07-15 19:22 Pacho Ramos
2024-07-15 19:22 Pacho Ramos
2023-10-29 22:23 Mart Raudsepp
2023-08-18 14:50 Matt Turner
2023-08-16 22:32 Matt Turner
2023-07-06 13:59 Matt Turner
2022-10-30 23:21 Matt Turner
2022-04-19 5:50 Matt Turner
2022-04-19 5:50 Matt Turner
2021-08-27 20:45 Sam James
2021-07-11 12:31 Mart Raudsepp
2021-07-11 12:31 Mart Raudsepp
2021-07-11 12:31 Mart Raudsepp
2021-07-11 9:49 Mart Raudsepp
2021-06-26 1:34 Sam James
2021-04-30 16:39 Matt Turner
2021-04-28 2:39 Matt Turner
2021-04-17 1:20 Matt Turner
2020-08-29 8:27 Mart Raudsepp
2020-08-29 8:27 Mart Raudsepp
2020-05-18 7:53 Mart Raudsepp
2020-03-29 9:19 Mart Raudsepp
2020-03-16 22:20 Mart Raudsepp
2020-02-16 18:06 Mart Raudsepp
2020-02-16 18:06 Mart Raudsepp
2020-02-16 18:06 Mart Raudsepp
2020-02-05 13:06 Mart Raudsepp
2020-02-05 13:06 Mart Raudsepp
2020-02-02 20:13 Mart Raudsepp
2020-02-02 19:35 Mart Raudsepp
2020-01-10 21:49 Mart Raudsepp
2020-01-10 19:35 Thomas Deutschmann
2019-12-12 1:50 Matt Turner
2019-12-04 20:41 Matt Turner
2019-07-28 6:42 Mart Raudsepp
2019-03-19 11:21 Sobhan Mohammadpour
2019-03-18 0:56 Sobhan Mohammadpour
2019-02-14 0:03 Mart Raudsepp
2018-12-02 17:27 Mart Raudsepp
2018-07-16 9:41 Mart Raudsepp
2018-01-18 3:20 Mikle Kolyada
2017-12-09 15:09 Pacho Ramos
2017-01-15 16:44 Pacho Ramos
2016-12-05 13:52 Pacho Ramos
2016-12-05 13:52 Pacho Ramos
2015-08-14 20:23 Julian Ospald
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1550100963.7a660a962c7e6fefbb1dd5da482da9326006c59d.leio@gentoo \
--to=leio@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox