From: "Yixun Lan" <dlan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/remind/
Date: Wed, 4 Sep 2024 02:32:19 +0000 (UTC) [thread overview]
Message-ID: <1725417037.5e4767ace5f77154ba7c6c89c5fe7ed8b595f456.dlan@gentoo> (raw)
commit: 5e4767ace5f77154ba7c6c89c5fe7ed8b595f456
Author: Emanuele Torre <torreemanuele6 <AT> gmail <DOT> com>
AuthorDate: Fri Aug 23 08:50:12 2024 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Wed Sep 4 02:30:37 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e4767ac
app-misc/remind: add 05.00.05
The ebuild is just a copy of remind-04.02.02.ebuild with the
files/remind-include-fix.patch patch removed since it has been upstream
in version 04.02.03
Ref: https://git.skoll.ca/Skollsoft-Public/Remind/commit/d1384a8f698661
Closes: https://github.com/gentoo/gentoo/pull/38256
Signed-off-by: Emanuele Torre <torreemanuele6 <AT> gmail.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
app-misc/remind/Manifest | 1 +
app-misc/remind/remind-05.00.05.ebuild | 49 ++++++++++++++++++++++++++++++++++
2 files changed, 50 insertions(+)
diff --git a/app-misc/remind/Manifest b/app-misc/remind/Manifest
index b3c404c9f04c..ec18c9fc9325 100644
--- a/app-misc/remind/Manifest
+++ b/app-misc/remind/Manifest
@@ -1,2 +1,3 @@
DIST remind-04.00.03.tar.bz2 390884 BLAKE2B 4f619ec902f76c5c4857ffa85428154ef6fe525cc97bbe92272f3abca3e8cdd39dd45d1c45c5f6e87f0d22dde500dd80629882bdbe93a6b97b5da96757b5af9c SHA512 41d61d267d99d787993cd5bf3889f1fe80f76a0cfe5a7e2d360eb7239a1b5a05b50b3b5cde30c50404813e723545eb805148ca2c6e540eb9aacbf5e8ffd64014
DIST remind-04.02.02.tar.bz2 413760 BLAKE2B d4e91b531c0e88dc4436a0399103af6c9ae8e642a8df729a49ac6be06e215705c7605424030d92761753637a68a89eea2d935347b40c1b39b626b13e4e7297db SHA512 2d10f8d0066c291d52220fc1c39cfc4948e5f1f94223780b7d4770348b5c9e06e2b8f34e1e193c06f8e74b26d3e4126fcaeea88dbf8900f064610df22e9c8739
+DIST remind-05.00.05.tar.bz2 468131 BLAKE2B dc02e21fa1da4eca47fe59bda3555f0fb7cee8d0eef5cca27be73f1d1053ad7b7c3a23cb7e2648bb88d9d5fbf8b39fbd7bb3df245b0eaf1f76ec6b124928bc2e SHA512 5e9657b3946d69ff1d615e5dead2013381cd12660dc0cdda39f7465227888aeb2cb2bc9c9dc4ab27474df82062520c44605d95339812325257e363b075c3e829
diff --git a/app-misc/remind/remind-05.00.05.ebuild b/app-misc/remind/remind-05.00.05.ebuild
new file mode 100644
index 000000000000..0e6403f27109
--- /dev/null
+++ b/app-misc/remind/remind-05.00.05.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Ridiculously functional reminder program"
+HOMEPAGE="https://dianne.skoll.ca/projects/remind/"
+SRC_URI="https://salsa.debian.org/dskoll/remind/-/archive/${PV}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="tk"
+
+RDEPEND="
+ tk? ( >=dev-lang/tk-8.5 dev-tcltk/tcllib )
+"
+DEPEND="${RDEPEND}
+ dev-perl/Cairo
+ dev-perl/JSON-MaybeXS
+ dev-perl/Pango
+ virtual/perl-Getopt-Long
+"
+DOCS="docs/* examples/defs.rem"
+
+src_test() {
+ if [[ ${EUID} -eq 0 ]] ; then
+ ewarn "Testing fails if run as root. Skipping tests"
+ else
+ emake test
+ fi
+}
+
+src_install() {
+ default
+
+ if ! use tk ; then
+ rm \
+ "${D}"/usr/bin/tkremind \
+ "${D}"/usr/share/man/man1/tkremind* \
+ || die
+ fi
+
+ rm "${S}"/contrib/rem2ics-*/{Makefile,rem2ics.spec} || die
+ insinto /usr/share/${PN}
+ doins -r contrib/
+ insinto /usr/share/vim/vimfiles/syntax
+ doins examples/remind.vim
+}
next reply other threads:[~2024-09-04 2:32 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-04 2:32 Yixun Lan [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-19 23:55 [gentoo-commits] repo/gentoo:master commit in: app-misc/remind/ Sam James
2025-03-08 15:52 Sam James
2024-11-02 8:00 Sam James
2024-11-02 8:00 Sam James
2024-11-02 8:00 Sam James
2024-10-20 9:29 Sam James
2024-10-20 9:29 Sam James
2024-10-17 15:39 Arthur Zamarin
2024-10-17 5:11 Joonas Niilola
2024-10-02 22:53 Sam James
2024-09-27 6:58 Florian Schmaus
2023-02-08 13:06 Viorel Munteanu
2022-11-22 3:23 Sam James
2022-11-22 3:23 Sam James
2022-11-22 3:23 Sam James
2022-11-04 17:13 Matthew Smith
2022-11-04 17:13 Matthew Smith
2022-10-06 17:01 Arthur Zamarin
2022-10-06 13:24 Sam James
2022-10-06 13:24 Sam James
2022-09-05 12:37 Joonas Niilola
2022-09-05 12:37 Joonas Niilola
2022-08-16 8:42 Joonas Niilola
2022-08-16 8:42 Joonas Niilola
2022-07-24 16:47 Sam James
2021-08-03 13:18 Andreas Sturmlechner
2021-06-02 16:44 Sam James
2021-06-02 12:50 Sam James
2021-06-02 10:39 Sam James
2021-01-24 0:40 Sam James
2020-03-24 15:49 Jeroen Roovers
2020-02-01 12:19 Jeroen Roovers
2020-02-01 12:19 Jeroen Roovers
2020-01-06 13:25 Jeroen Roovers
2020-01-06 13:25 Jeroen Roovers
2019-11-22 11:58 Mikle Kolyada
2019-11-18 10:26 Jeroen Roovers
2019-09-03 6:06 Jeroen Roovers
2015-08-27 8:02 Jeroen Roovers
2015-08-26 7:28 Agostino Sarubbo
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=1725417037.5e4767ace5f77154ba7c6c89c5fe7ed8b595f456.dlan@gentoo \
--to=dlan@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