From: "Bernard Cafarelli" <voyageur@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/clawsker/
Date: Sun, 6 Nov 2022 20:30:21 +0000 (UTC) [thread overview]
Message-ID: <1667766618.1e715f0091aad1da4b7e28f1f9e7f11266c4a8a6.voyageur@gentoo> (raw)
commit: 1e715f0091aad1da4b7e28f1f9e7f11266c4a8a6
Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 6 20:22:31 2022 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sun Nov 6 20:30:18 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e715f00
mail-client/clawsker: add 1.3.7
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
mail-client/clawsker/Manifest | 1 +
mail-client/clawsker/clawsker-1.3.7.ebuild | 34 ++++++++++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/mail-client/clawsker/Manifest b/mail-client/clawsker/Manifest
index 3d3029d13501..457833b65892 100644
--- a/mail-client/clawsker/Manifest
+++ b/mail-client/clawsker/Manifest
@@ -1,2 +1,3 @@
DIST clawsker-1.3.4.tar.xz 172024 BLAKE2B db44d823f930e9a9d5519e060dc9ab3c7ac8c4d851a7e57e7832c1bb476a5640cc58ee97c390df8d98d0366634a5c10638cd7e2c24528cb7dfc0bfc35b71c0f5 SHA512 467e28ba768e2b18d704bf230157225e5f1f9becfe405f12563e1f65403e9eaa8e06e58d743f3d7712554cdaf59634e51dc1eecb57fbbd9fb23561b86c3cd975
DIST clawsker-1.3.5.tar.xz 173700 BLAKE2B 6fd90c3b1834a3726383377db67027f5155a8a4ed4ae16ee3c48f46984098e396c832ba73788b0b1f536fa839db697d4338d5afe824de9af4ce89b45fae34f04 SHA512 e6387134be258c3475a9f77c864ae549d37a076e17fa754c01610365f5343b84d375d71430a9acb83143e1b48cf22be0b5290953ef9afc6386928deab1cdeaf0
+DIST clawsker-1.3.7.tar.xz 180816 BLAKE2B 5e63b5400627490669cbbf3158ccffce461d21b89b43b7d61fb4e87e9a3afa4e1444c47c20d302a6876db8115b4ad9092683c7713ea2158c3bf3e642ccedabfd SHA512 911108d2241f6f1d5a4ac3bd43980e61bfccf43ee025c03b6235085b2b357dc5230f21bffcc9a4c1546da008e7717efe45d3d7e0b4a2b3a542323d269893bcac
diff --git a/mail-client/clawsker/clawsker-1.3.7.ebuild b/mail-client/clawsker/clawsker-1.3.7.ebuild
new file mode 100644
index 000000000000..c1de50a794d3
--- /dev/null
+++ b/mail-client/clawsker/clawsker-1.3.7.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg
+
+DESCRIPTION="Applet to edit Claws Mail's hidden preferences"
+HOMEPAGE="https://www.claws-mail.org/clawsker.php"
+SRC_URI="https://www.claws-mail.org/tools/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ dev-lang/perl
+ dev-perl/Gtk3
+ dev-perl/Locale-gettext
+ >=dev-perl/File-Which-1.210
+ mail-client/claws-mail
+"
+BDEPEND="test? ( dev-perl/Test-Exception )"
+
+PATCHES=(
+ # TODO: add Test::NeedsDisplay Perl package and remove this patch (bug #841707)
+ "${FILESDIR}/${PN}-remove-get_screen_height-test.patch"
+)
+
+src_install() {
+ emake install DESTDIR="${D}" PREFIX=/usr
+}
next reply other threads:[~2022-11-06 20:30 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-06 20:30 Bernard Cafarelli [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-23 7:17 [gentoo-commits] repo/gentoo:master commit in: mail-client/clawsker/ Bernard Cafarelli
2024-09-23 7:17 Bernard Cafarelli
2024-06-20 13:04 Sam James
2024-06-20 10:16 Arthur Zamarin
2023-12-28 1:10 Bernard Cafarelli
2022-07-10 12:55 Bernard Cafarelli
2022-06-08 7:27 Lars Wendler
2022-05-13 22:50 Conrad Kostecki
2022-04-29 12:23 Joonas Niilola
2021-04-16 0:36 Sam James
2021-04-16 0:35 Sam James
2021-03-04 17:42 Joonas Niilola
2021-03-04 16:46 Agostino Sarubbo
2021-03-02 4:48 Sam James
2021-03-01 17:18 Thomas Deutschmann
2021-03-01 8:26 Joonas Niilola
2019-12-03 13:13 Joonas Niilola
2019-12-03 13:13 Joonas Niilola
2019-10-07 9:09 Michał Górny
2019-10-07 8:59 Agostino Sarubbo
2017-12-21 12:41 Patrick Lauer
2017-12-12 21:49 Patrice Clement
2017-12-12 20:39 Patrice Clement
2017-11-26 23:02 David Seifert
2017-03-19 4:12 Kent Fredric
2016-11-21 10:49 Patrice Clement
2016-05-28 9:32 Pacho Ramos
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=1667766618.1e715f0091aad1da4b7e28f1f9e7f11266c4a8a6.voyageur@gentoo \
--to=voyageur@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