From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3F9BB138350 for ; Tue, 10 Mar 2020 11:28:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49092E0901; Tue, 10 Mar 2020 11:28:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2E55CE0901 for ; Tue, 10 Mar 2020 11:28:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BE77334F2D8 for ; Tue, 10 Mar 2020 11:28:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4983F169 for ; Tue, 10 Mar 2020 11:28:25 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1583839695.34217564ddc5cd46762ffdaeb217aabd905dec6a.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/calcurse/Manifest app-office/calcurse/calcurse-4.5.0.ebuild X-VCS-Directories: app-office/calcurse/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 34217564ddc5cd46762ffdaeb217aabd905dec6a X-VCS-Branch: master Date: Tue, 10 Mar 2020 11:28:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 137e1405-ea45-4956-bb11-ed351fc8b02c X-Archives-Hash: 4f48ae59a0efa931982b108c4c5c39fa commit: 34217564ddc5cd46762ffdaeb217aabd905dec6a Author: Patrice Clement gentoo org> AuthorDate: Tue Mar 10 10:32:00 2020 +0000 Commit: Patrice Clement gentoo org> CommitDate: Tue Mar 10 11:28:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34217564 app-office/calcurse: version bump. Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Patrice Clement gentoo.org> app-office/calcurse/Manifest | 1 + app-office/calcurse/calcurse-4.5.0.ebuild | 47 +++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+) diff --git a/app-office/calcurse/Manifest b/app-office/calcurse/Manifest index a709a800e0c..d61266faf9b 100644 --- a/app-office/calcurse/Manifest +++ b/app-office/calcurse/Manifest @@ -1 +1,2 @@ DIST calcurse-4.4.0.tar.gz 620263 BLAKE2B 8fbe875f5e757ec3c11b9c23a994260403ee990bfcb3d4c41eefbf06a6db9e76cd5157e32b11c3fdc049896d5db3a9856862724902dab1cb48e0b00ef5df6f73 SHA512 43d30ad68bb39aaa9460644a691e66cbb15b9930737581583da65d00214c70fb1148a0edeca4430abb7a5cef2821b0f4c6fdbed8188d9ea5da5fedc4f95fa07c +DIST calcurse-4.5.0.tar.gz 657976 BLAKE2B 5cad43340cb973d402c92b7963f9c13e46acbb2f802df2ab447221913daa6b28872a323b743bc31be0c7358ea8e7d51d08054c81f3376d3dc07f5837d41be45f SHA512 795eae7c62b89c733049f0c137da398ce3dd5fba78f9a2c323aacdf8b176cf37bd9d0768dbdac0bb1cb64cd248b1d851efd059836fbbbdd9665fa47beff3b872 diff --git a/app-office/calcurse/calcurse-4.5.0.ebuild b/app-office/calcurse/calcurse-4.5.0.ebuild new file mode 100644 index 00000000000..46600edc61f --- /dev/null +++ b/app-office/calcurse/calcurse-4.5.0.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools eutils multilib-minimal + +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 ~ppc ~ppc64 ~x86" +IUSE="doc" + +RDEPEND=" + dev-python/httplib2 + sys-libs/ncurses:0=" + +DEPEND=" + ${RDEPEND} + doc? ( app-text/asciidoc )" + +PATCHES=( + "${FILESDIR}"/${PN}-4.2.1-tinfo.patch +) + +# Most tests fail. +RESTRICT="test" + +src_prepare() { + default + eautoreconf +} + +multilib_src_configure() { + ECONF_SOURCE="${S}" econf +} + +src_compile() { + multilib-minimal_src_compile +} + +src_install() { + multilib-minimal_src_install +}