public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/remind/
Date: Sat,  1 Feb 2020 12:19:01 +0000 (UTC)	[thread overview]
Message-ID: <1580559540.d271925f3741b59427cafc1e990b1c7f62fe3df6.jer@gentoo> (raw)

commit:     d271925f3741b59427cafc1e990b1c7f62fe3df6
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  1 12:13:13 2020 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Feb  1 12:19:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d271925f

app-misc/remind: Old

Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 app-misc/remind/Manifest               |  1 -
 app-misc/remind/remind-03.01.17.ebuild | 49 ----------------------------------
 2 files changed, 50 deletions(-)

diff --git a/app-misc/remind/Manifest b/app-misc/remind/Manifest
index fddf88d5da4..0b78807ed15 100644
--- a/app-misc/remind/Manifest
+++ b/app-misc/remind/Manifest
@@ -1,4 +1,3 @@
 DIST remind-03.01.15.tar.gz 363101 BLAKE2B a5e27b83c20428991982c3cae22b32be6cc054bfd51a868ee3515f5ec4a37aa24f8ec476f566860ca0fbb6f29e7c9f3e6ed023714e52091ebca103162936877f SHA512 335f3ca88237f1ae53768b9ecdeb03f0bb1e706a8afd3ba36121ec76048a08fbc0d5ec72b05e552394b4cf2131be335c49533e1212b7e713ef16002a0621fc84
-DIST remind-03.01.17.tar.gz 355331 BLAKE2B c3c45b58763a02c951ff5b890ba7ee657894f54ac8b235c7c0f5bb83385b7ae867d660dc37ed71f5f35bd17a5668a8ac3a99bc76c22c000642419ddf90b3fd5b SHA512 e5d98c9e2b90a9d31f1298f252c12ff6be378e7d1501e4a8d3361eb349bf50e89aa1bc6b6543f052f3ffa4113241816117a83eb144b8cf452cf0af8b9d0c8a17
 DIST remind-03.02.00.tar.gz 365896 BLAKE2B 3ee47e5c0093c56a2ed95d41eff815ebac26523b64dc09b91ee46d66bac6b2b017d73902ffac61dd12c2088dac8d445fb41d832e22692f47e6e125162f0d436e SHA512 978ee2e6a45756e02bc2de0495d95c4b4377d9af76cb1ea5070f8e2438a451d2bf44245b93018bcbf6ea217520b7b4c8766d5eab354f9a0bc4982b25e90bd278
 DIST remind-03.03.00.tar.gz 390762 BLAKE2B efb17d51f9b71c175f8ff79d8d77cca44ddaa79c4837842673530ea130daea864bacd9139c27233a5846708b4162cdb0851ed57ccecce4b59b58d0acc79aca51 SHA512 0ddd751e42e01a841f46eb21a1392d353efa4e4d63c15b7ba6d7874becb16af537df4e41683db5b1bc3749d5e334c972f8b708b92bbe6f0a9e5bb6a80756486c

diff --git a/app-misc/remind/remind-03.01.17.ebuild b/app-misc/remind/remind-03.01.17.ebuild
deleted file mode 100644
index b9b191eb4e1..00000000000
--- a/app-misc/remind/remind-03.01.17.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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 dev-tcltk/tcllib )
-"
-DOCS="docs/WHATSNEW examples/defs.rem www/README.*"
-
-src_prepare() {
-	default
-	sed -i 's:$(MAKE) 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
-	dobin www/rem2html
-
-	if ! use tk ; then
-		rm \
-			"${D}"/usr/bin/cm2rem* \
-			"${D}"/usr/bin/tkremind \
-			"${D}"/usr/share/man/man1/cm2rem* \
-			"${D}"/usr/share/man/man1/tkremind* \
-			|| die
-	fi
-
-	rm "${S}"/contrib/rem2ics-*/{Makefile,rem2ics.spec} || die
-	insinto /usr/share/${PN}
-	doins -r contrib/
-}


             reply	other threads:[~2020-02-01 12:19 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-01 12:19 Jeroen Roovers [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-02 22:53 [gentoo-commits] repo/gentoo:master commit in: app-misc/remind/ 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-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=1580559540.d271925f3741b59427cafc1e990b1c7f62fe3df6.jer@gentoo \
    --to=jer@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