From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/
Date: Wed, 22 Mar 2023 08:08:41 +0000 (UTC) [thread overview]
Message-ID: <1679472484.6d331cc2fe252cf706f494287aafb6df4c1e9b95.ceamac@gentoo> (raw)
commit: 6d331cc2fe252cf706f494287aafb6df4c1e9b95
Author: Kai-Chun Ning <kaichun.ning <AT> gmail <DOT> com>
AuthorDate: Thu Mar 2 21:00:43 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Wed Mar 22 08:08:04 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d331cc2
app-office/calcurse: add 4.8.0
Closes: https://bugs.gentoo.org/896606
Signed-off-by: Kai-Chun Ning <kaichun.ning <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/29903
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
app-office/calcurse/Manifest | 1 +
app-office/calcurse/calcurse-4.8.0.ebuild | 51 +++++++++++++++++++++++++++++++
app-office/calcurse/metadata.xml | 26 +++++++++++-----
3 files changed, 70 insertions(+), 8 deletions(-)
diff --git a/app-office/calcurse/Manifest b/app-office/calcurse/Manifest
index 2802d1e62fff..57c411b05906 100644
--- a/app-office/calcurse/Manifest
+++ b/app-office/calcurse/Manifest
@@ -1 +1,2 @@
DIST calcurse-4.7.1.tar.gz 701563 BLAKE2B 438741b9e0f61438d235fa60d13816d83c19f7d1b612619fe20a78812e77657b003ad0b9416bcc766f0e38e7868b3543972ed65eee43d8f9d6b1d80ba1872091 SHA512 8b5574d2909128c745b2d6367b517c5fb04a1c451e666dc9ee0652b3793b519576af5700d4fd073de0ccd5e5dced6b69c45dbfaf98b35a99784093208512b68e
+DIST calcurse-4.8.0.tar.gz 716234 BLAKE2B 3fc703626d5e17b78ff42c0ef4f554585efd8223c2bd9d8c2f7add681602dc585cf066ed7c55a040b2585ad07513b26a5297b3b41f4c94a043f61ad2ad9094c2 SHA512 ea156c4320abf97fdb5abc29ff1f9bc659a3cab0e571295ed04b42dd742c4c45a7d5958dc2d386fc0ee7bd733969a6275405d5cf10cd645c75cb97b6b9e571d6
diff --git a/app-office/calcurse/calcurse-4.8.0.ebuild b/app-office/calcurse/calcurse-4.8.0.ebuild
new file mode 100644
index 000000000000..1b3a331cd35c
--- /dev/null
+++ b/app-office/calcurse/calcurse-4.8.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit python-single-r1
+
+DESCRIPTION="A text-based calendar and scheduling application"
+HOMEPAGE="https://calcurse.org/"
+SRC_URI="https://calcurse.org/files/${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+IUSE="caldav doc"
+
+RDEPEND="
+ sys-libs/ncurses:0=
+ ${PYTHON_DEPS}
+ caldav? (
+ $(python_gen_cond_dep '
+ dev-python/httplib2[${PYTHON_USEDEP}]
+ dev-python/pyparsing[${PYTHON_USEDEP}]
+ ')
+ )
+"
+
+DEPEND="
+ ${RDEPEND}
+"
+
+src_configure() {
+ local myconf=(
+ $(use_enable doc docs)
+ --without-asciidoc # do not use AsciiDoc to regenerate docs
+ )
+ ECONF_SOURCE="${S}" econf "${myconf[@]}"
+}
+
+src_compile() {
+ default
+ python_fix_shebang contrib/caldav/calcurse-caldav
+}
+
+src_install() {
+ docompress -x /usr/share/doc # decompress text files
+ default
+}
diff --git a/app-office/calcurse/metadata.xml b/app-office/calcurse/metadata.xml
index 007b546f8cc5..ecd9a39d3c64 100644
--- a/app-office/calcurse/metadata.xml
+++ b/app-office/calcurse/metadata.xml
@@ -1,12 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription>
- Calcurse is a text-based personal organizer which helps keeping track of
- events and everyday tasks. It contains a calendar, a 'todo' list, and
- puts your appointments in order. The user interface is configurable, and
- one can choose between different color schemes and layouts. All of the
- commands are documented within an online help system.
- </longdescription>
+ <longdescription>
+ Calcurse is a text-based personal organizer which helps keeping track of
+ events and everyday tasks. It contains a calendar, a 'todo' list, and
+ puts your appointments in order. The user interface is configurable, and
+ one can choose between different color schemes and layouts. All of the
+ commands are documented within an online help system.
+ </longdescription>
+ <maintainer type="person" proxied="yes">
+ <email>kaichun.ning@gmail.com</email>
+ <name>Kai-Chun Ning</name>
+ </maintainer>
+ <maintainer type="project" proxied="proxy">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <use>
+ <flag name="caldav">Support CalDAV</flag>
+ </use>
</pkgmetadata>
next reply other threads:[~2023-03-22 8:08 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-22 8:08 Viorel Munteanu [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-17 13:24 [gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/ Arthur Zamarin
2024-07-17 9:50 Arthur Zamarin
2024-07-17 9:50 Arthur Zamarin
2024-06-06 19:56 Hanno Böck
2023-07-07 21:57 Conrad Kostecki
2023-05-30 6:59 Joonas Niilola
2023-05-30 6:59 Joonas Niilola
2023-05-30 6:59 Joonas Niilola
2023-05-02 20:11 Sam James
2023-05-02 19:32 Arthur Zamarin
2023-05-02 19:24 Sam James
2023-05-02 19:06 Arthur Zamarin
2023-02-08 17:13 Sam James
2022-10-14 5:06 Arthur Zamarin
2021-12-05 18:39 Sam James
2021-12-05 18:31 Sam James
2021-12-05 4:16 Sam James
2021-01-07 19:37 Sam James
2021-01-07 11:15 Sam James
2021-01-04 3:31 Sam James
2020-11-04 15:13 Joonas Niilola
2020-11-04 15:13 Joonas Niilola
2020-03-12 20:49 Mike Gilbert
2020-03-12 20:49 Mike Gilbert
2020-03-12 20:49 Mike Gilbert
2020-03-11 8:24 Patrice Clement
2020-03-10 15:07 Andreas K. Hüttel
2020-03-10 11:28 Patrice Clement
2019-05-20 11:14 Mikle Kolyada
2019-05-12 22:03 Sergei Trofimovich
2019-05-12 21:57 Sergei Trofimovich
2019-02-25 21:54 Patrice Clement
2019-02-25 21:54 Patrice Clement
2018-08-26 14:49 Patrice Clement
2018-08-25 21:27 Patrice Clement
2018-06-25 13:31 Jeroen Roovers
2018-06-24 14:51 Patrice Clement
2018-06-24 14:51 Patrice Clement
2018-06-03 13:49 Aaron Bauman
2017-11-14 21:51 Patrice Clement
2017-02-24 13:38 Agostino Sarubbo
2017-02-24 9:01 Michael Weber
2017-02-08 22:15 Patrice Clement
2016-01-19 14:21 Patrice Clement
2016-01-19 13:33 Patrice Clement
2015-10-24 9:03 Patrice Clement
2015-10-24 9:03 Patrice Clement
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=1679472484.6d331cc2fe252cf706f494287aafb6df4c1e9b95.ceamac@gentoo \
--to=ceamac@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