From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/remind/
Date: Mon, 5 Sep 2022 12:37:23 +0000 (UTC) [thread overview]
Message-ID: <1662381432.3c30d0c321e4039197f3905451630fe7156d0735.juippis@gentoo> (raw)
commit: 3c30d0c321e4039197f3905451630fe7156d0735
Author: Zoltan Puskas <zoltan <AT> sinustrom <DOT> info>
AuthorDate: Sun Aug 21 10:08:52 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Sep 5 12:37:12 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c30d0c3
app-misc/remind: drop 04.00.02
Closes: https://bugs.gentoo.org/865377
Signed-off-by: Zoltan Puskas <zoltan <AT> sinustrom.info>
Closes: https://github.com/gentoo/gentoo/pull/26941
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-misc/remind/Manifest | 1 -
app-misc/remind/remind-04.00.02.ebuild | 54 ----------------------------------
2 files changed, 55 deletions(-)
diff --git a/app-misc/remind/Manifest b/app-misc/remind/Manifest
index 6d8416c4a6c2..43fb0dd4d487 100644
--- a/app-misc/remind/Manifest
+++ b/app-misc/remind/Manifest
@@ -1,3 +1,2 @@
DIST remind-03.03.05.tar.gz 402481 BLAKE2B 8fabc3269a06aaf3502c2245653442ddf6c101c3f62718769418c28850da467d210f381ef3452e95b6dbc921fe06979b4c38be8b7389a9defd76865da66080f3 SHA512 56b37dfc50a6c6a8a284691d7f1c39d542b7309ec12a029c65b68f7921cd43521d3cef9fc8d21f4a9f4a7609b0e00013e7f2793b529f39f80d63ae1fe5194fd4
-DIST remind-04.00.02.tar.gz 465760 BLAKE2B fa31747ab8d9aa39da7904334f908a7275932b3fe39919e0aca5b8b5877b5597322aca8916f6fee04ff5c6fa15070f867145596f64c0ab0dfdbebe9f4be97e31 SHA512 655427f1ce246c0911f5896db2c565d77f5046c9bb35675efb74df07b04b247e31882d03062f9797fac24c14994c435a3f1e39194442a278cda67b4de1db851a
DIST remind-04.00.03.tar.gz 466497 BLAKE2B e924e77502135f38df23d6abe7bab20108f6117c2129253345839b6a481f25e79fe2e722c8e4c40c4abfaf9ffe35409bc8f5ade8d46a227adb76798e7cf386b4 SHA512 69d446b99e1e339eb91f98a3505dd580588ac3f39317a5b00078f8ab847f3854bd1dc43ffa10e84703250251448bdc1a51a02bab0671a9b28e2e564f60582cfc
diff --git a/app-misc/remind/remind-04.00.02.ebuild b/app-misc/remind/remind-04.00.02.ebuild
deleted file mode 100644
index c2184f326a8e..000000000000
--- a/app-misc/remind/remind-04.00.02.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2022 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_prepare() {
- default
- sed -i 's:$(MAKE) -C src install:&-nostripped:' "${S}"/Makefile || die
-}
-
-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:[~2022-09-05 12:37 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-05 12:37 Joonas Niilola [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
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-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=1662381432.3c30d0c321e4039197f3905451630fe7156d0735.juippis@gentoo \
--to=juippis@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