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/when/
Date: Mon, 18 Sep 2023 09:20:15 +0000 (UTC)	[thread overview]
Message-ID: <1695027993.3e4548e7acd199ef0a18c44d36543ea4aaf8ffdf.sam@gentoo> (raw)

commit:     3e4548e7acd199ef0a18c44d36543ea4aaf8ffdf
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Thu Sep  7 12:27:37 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 18 09:06:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e4548e7

app-misc/when: vbump 1.1.45

Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>
Closes: https://github.com/gentoo/gentoo/pull/32672
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-misc/when/Manifest           |  1 +
 app-misc/when/when-1.1.45.ebuild | 45 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/app-misc/when/Manifest b/app-misc/when/Manifest
index ce8a5159a7c2..5b6b6bf20a05 100644
--- a/app-misc/when/Manifest
+++ b/app-misc/when/Manifest
@@ -1 +1,2 @@
 DIST when-1.1.40.tar.gz 55306 BLAKE2B 3d4bdc962ccff64b09f5dda7a2c7be1daa0fd5fed2039f784ea6279e9aac495823159098f6a05c281de40d7964cc244a76c6b3bda1c4227748c04c98effac54d SHA512 0d70f2c9c4d44bbd922dc0d6b1a4e1eb90561a81add3ad4f1e1fc467a6331ca856d66725361d4e5ea3f1ce9ea1ed59d91ad18178e022b029c04c0c15747ecbcd
+DIST when-1.1.45.tar.gz 46424 BLAKE2B 5c4d7036d2b5e5db6af3fa611411d11a1952eb8316861a9da90edc75d08e439349a46c4b86ec2c5a43276eb04240c03f59a80224ece8def7b84fee6e0c84ef95 SHA512 918265ae64d06f02dd358c48596e9fab422c5de884f9bf12684d857c50790c5e4977d68040e51c0dfc39c7a4d66b76ba2fa88b620bc96024f89c5be2ab4846fd

diff --git a/app-misc/when/when-1.1.45.ebuild b/app-misc/when/when-1.1.45.ebuild
new file mode 100644
index 000000000000..fc0361eda7ba
--- /dev/null
+++ b/app-misc/when/when-1.1.45.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit vcs-snapshot
+
+DESCRIPTION="Minimalistic personal calendar program"
+HOMEPAGE="http://www.lightandmatter.com/when/when.html https://bitbucket.org/ben-crowell/when"
+SRC_URI="https://bitbucket.org/ben-crowell/${PN}/get/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Artistic"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"
+
+DOCS=( README )
+
+RESTRICT="test"
+
+src_prepare() {
+	default
+
+	# Fix path for tests
+	sed -i 's,^	when,	./when,' Makefile || die 'sed failed'
+}
+
+src_compile() {
+	emake when.1
+}
+
+src_test() {
+	# The when command requires these files, or attempts to run setup function.
+	mkdir "${HOME}"/.when || die 'mkdir failed'
+	touch "${HOME}"/.when/{calendar,preferences} || die 'touch failed'
+	emake test
+}
+
+src_install() {
+	dobin "${PN}"
+	doman "${PN}.1"
+	einstalldocs
+}


             reply	other threads:[~2023-09-18  9:20 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-18  9:20 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-10  7:38 [gentoo-commits] repo/gentoo:master commit in: app-misc/when/ Arthur Zamarin
2023-10-19 15:03 Sam James
2023-09-18  9:20 Sam James
2023-09-18  9:20 Sam James
2021-04-19 19:41 Sam James
2021-02-21  7:28 Sam James
2021-02-21  6:27 Sam James
2021-01-06 13:19 Fabian Groffen
2020-11-24 23:11 Patrice Clement
2020-11-24 23:11 Patrice Clement
2020-11-24 23:11 Patrice Clement
2017-10-12 17:16 Tim Harder
2017-01-29 14:59 Fabian Groffen
2017-01-20 21:19 Patrice Clement
2017-01-08 22:09 Patrice Clement
2017-01-08 22:09 Patrice Clement
2016-08-19  2:39 Tim Harder
2016-01-14  0:28 Tim Harder

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=1695027993.3e4548e7acd199ef0a18c44d36543ea4aaf8ffdf.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