public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/remind/
Date: Wed, 19 Mar 2025 23:55:46 +0000 (UTC)	[thread overview]
Message-ID: <1742428386.78b97e63caec43b820c8001b19ab5dd303528386.sam@gentoo> (raw)

commit:     78b97e63caec43b820c8001b19ab5dd303528386
Author:     Zoltan Puskas <zoltan <AT> sinustrom <DOT> info>
AuthorDate: Thu Feb 20 10:30:29 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 19 23:53:06 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78b97e63

app-misc/remind: add 05.03.02

Signed-off-by: Zoltan Puskas <zoltan <AT> sinustrom.info>
Closes: https://github.com/gentoo/gentoo/pull/40668
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-misc/remind/Manifest               |  1 +
 app-misc/remind/remind-05.03.02.ebuild | 49 ++++++++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/app-misc/remind/Manifest b/app-misc/remind/Manifest
index 7cdbb00d3a08..9dbcc6ed7208 100644
--- a/app-misc/remind/Manifest
+++ b/app-misc/remind/Manifest
@@ -1,2 +1,3 @@
 DIST remind-05.00.06.tar.bz2 473106 BLAKE2B 0ae7d45076fe04469151aa780a833c40f259b841b693abc71c2b8e32e13ee1a3a6ddaec3a8bdb74330216b4a0b2c68788c66f6ebb3447a12c84dc3e4273c026a SHA512 a6e3d8a281acb9341f980d173c13a2f5e925581abd57fd47cedfeeaf0c05a51309069ba45dc305759a50ce82470a40568077dc5d3bc7bb9d3a36eb0a79b57006
 DIST remind-05.00.07.tar.bz2 475235 BLAKE2B 1414aa6a68e94c68b8ac17effaa3531b14596424d9b7fe1ac9764754dea136d0d7b4883b112c6e687173dfa09efe59c989fe9f389612406da877471ed9b01bd2 SHA512 ec29a3c9720490effb7a6b93e8be618de84ea8833d4d0b3d84614741a5d4d2efc60ecfc17b929154f229a102ed25e9389d5f505a03c9ee22c9e8c500f7c96ab5
+DIST remind-05.03.02.tar.gz 4534794 BLAKE2B 5b08e9fdb32ea5584c8bdb62fbbe84d2926460d0b9d68715232446ab06cf84849ffa84af493f66daff01788a9dcd7a156007d2abb89144d22965f7781a80b1b5 SHA512 b0e45b8861560c6c4aa88b2dd1261fc7eccad4be409792c714f6e2d34798755de4cab5b669c8aa8c0c86b69926067873d96b396ba05cc12d04c8545b2739a7b1

diff --git a/app-misc/remind/remind-05.03.02.ebuild b/app-misc/remind/remind-05.03.02.ebuild
new file mode 100644
index 000000000000..8478935f7be7
--- /dev/null
+++ b/app-misc/remind/remind-05.03.02.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2025 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://dianne.skoll.ca/projects/remind/download/${P}.tar.gz"
+
+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
+}


             reply	other threads:[~2025-03-19 23:56 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-19 23:55 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-08 15:52 [gentoo-commits] repo/gentoo:master commit in: app-misc/remind/ 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
2024-09-04  2:32 Yixun Lan
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=1742428386.78b97e63caec43b820c8001b19ab5dd303528386.sam@gentoo \
    --to=sam@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