From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/remind/
Date: Thu, 27 Aug 2015 08:02:23 +0000 (UTC) [thread overview]
Message-ID: <1440662539.fb020d67010c31f1280c8e733c6e3026341da371.jer@gentoo> (raw)
commit: fb020d67010c31f1280c8e733c6e3026341da371
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 27 08:01:59 2015 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Aug 27 08:02:19 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb020d67
app-misc/remind: Old.
Package-Manager: portage-2.2.20.1
app-misc/remind/Manifest | 2 --
app-misc/remind/remind-03.01.13.ebuild | 44 ----------------------------------
app-misc/remind/remind-03.01.14.ebuild | 44 ----------------------------------
3 files changed, 90 deletions(-)
diff --git a/app-misc/remind/Manifest b/app-misc/remind/Manifest
index dab5c1c..27e8c3c 100644
--- a/app-misc/remind/Manifest
+++ b/app-misc/remind/Manifest
@@ -1,3 +1 @@
-DIST remind-03.01.13.tar.gz 361650 SHA256 cf2663d5eb41863fc98da7c8db31ae0a86fbe7137aada81d0649523b4a0bfc4f SHA512 28478e78a52055ca0c8f8d1da82149c4afa4436bb02652c39eb0547777b7fad0a9489faf3c86f9225dad5f843a708b72dd48e1aa44bd02f4361600cf2d0f0392 WHIRLPOOL dede62bb7e053317ca6434907ce63d4e49517ad0c250f12fd66769df2babef8f56306b4082a9948a501ee0f9766ba3e3a35440d38317bde230d1ebd7f53782a9
-DIST remind-03.01.14.tar.gz 362771 SHA256 0ad14ae796dfd844e2901c691d03ebdd173fd8a71141df0c26c1d192f29031ad SHA512 2dd26d70287a4aa060cfb762ea670b899ecf22de4aa4bf611decdd7d53537370a949277d691f6f7a6baeb4d599ccf4428c5ef476cd8286824269095d7036388c WHIRLPOOL 9c9666339304262d2463bca0b25596de168d66d27fe1f77723008708a176d0f84614bd29303e1ae48a8ad45783e8809571fcc3f6cc446b4895ffeba54a9da646
DIST remind-03.01.15.tar.gz 363101 SHA256 8adab4c0b30a556c34223094c5c74779164d5f3b8be66b8039f44b577e678ec1 SHA512 335f3ca88237f1ae53768b9ecdeb03f0bb1e706a8afd3ba36121ec76048a08fbc0d5ec72b05e552394b4cf2131be335c49533e1212b7e713ef16002a0621fc84 WHIRLPOOL 523d5d413586d6bc80d6714c5b5e9064b2162c29450298a19fd056b7542fdbbd8ae722c2b78f6c0e96d601d7ad6ad382c9b15a6d40609de66970250a50f2eb7f
diff --git a/app-misc/remind/remind-03.01.13.ebuild b/app-misc/remind/remind-03.01.13.ebuild
deleted file mode 100644
index f86e628..0000000
--- a/app-misc/remind/remind-03.01.13.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="Ridiculously functional reminder program"
-HOMEPAGE="http://www.roaringpenguin.com/products/remind"
-SRC_URI="http://www.roaringpenguin.com/files/download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~x86-fbsd"
-IUSE="tk"
-
-RDEPEND="tk? ( dev-lang/tk dev-tcltk/tcllib )"
-
-DOCS="docs/WHATSNEW examples/defs.rem www/README.*"
-
-src_prepare() {
- 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."
- return
- fi
- emake test
-}
-
-src_install() {
- default
- dobin www/rem2html
-
- if ! use tk ; then
- rm "${D}"/usr/bin/tkremind "${D}"/usr/share/man/man1/tkremind* \
- "${D}"/usr/bin/cm2rem* "${D}"/usr/share/man/man1/cm2rem*
- fi
-
- rm "${S}"/contrib/rem2ics-*/{Makefile,rem2ics.spec} || die
- insinto /usr/share/${PN}
- doins -r contrib/
-}
diff --git a/app-misc/remind/remind-03.01.14.ebuild b/app-misc/remind/remind-03.01.14.ebuild
deleted file mode 100644
index dac2f94..0000000
--- a/app-misc/remind/remind-03.01.14.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="Ridiculously functional reminder program"
-HOMEPAGE="http://www.roaringpenguin.com/products/remind"
-SRC_URI="http://www.roaringpenguin.com/files/download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
-IUSE="tk"
-
-RDEPEND="tk? ( dev-lang/tk dev-tcltk/tcllib )"
-
-DOCS="docs/WHATSNEW examples/defs.rem www/README.*"
-
-src_prepare() {
- 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/tkremind "${D}"/usr/share/man/man1/tkremind* \
- "${D}"/usr/bin/cm2rem* "${D}"/usr/share/man/man1/cm2rem*
- fi
-
- rm "${S}"/contrib/rem2ics-*/{Makefile,rem2ics.spec} || die
- insinto /usr/share/${PN}
- doins -r contrib/
-}
next reply other threads:[~2015-08-27 8:02 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-27 8:02 Jeroen Roovers [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-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-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=1440662539.fb020d67010c31f1280c8e733c6e3026341da371.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