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 2EFB1138334 for ; Mon, 25 Feb 2019 21:54:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE7DDE0916; Mon, 25 Feb 2019 21:54:39 +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 B40B8E0916 for ; Mon, 25 Feb 2019 21:54:39 +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 B64C033BE69 for ; Mon, 25 Feb 2019 21:54:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3369554C for ; Mon, 25 Feb 2019 21:54:36 +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: <1551131668.2b83437159b6cc7d7f166c357d3f274746870d99.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.3.0-r1.ebuild app-office/calcurse/calcurse-4.3.0.ebuild X-VCS-Directories: app-office/calcurse/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 2b83437159b6cc7d7f166c357d3f274746870d99 X-VCS-Branch: master Date: Mon, 25 Feb 2019 21:54:36 +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: 1f0cef19-5591-461c-884b-f48ece8593c4 X-Archives-Hash: 71f6565c023697e132369746a09c262b commit: 2b83437159b6cc7d7f166c357d3f274746870d99 Author: Patrice Clement gentoo org> AuthorDate: Mon Feb 25 21:54:13 2019 +0000 Commit: Patrice Clement gentoo org> CommitDate: Mon Feb 25 21:54:28 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b834371 app-office/calcurse: clean up old. Signed-off-by: Patrice Clement gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 app-office/calcurse/Manifest | 1 - app-office/calcurse/calcurse-4.3.0-r1.ebuild | 45 ---------------------------- app-office/calcurse/calcurse-4.3.0.ebuild | 45 ---------------------------- 3 files changed, 91 deletions(-) diff --git a/app-office/calcurse/Manifest b/app-office/calcurse/Manifest index e38d2b49e77..a709a800e0c 100644 --- a/app-office/calcurse/Manifest +++ b/app-office/calcurse/Manifest @@ -1,2 +1 @@ -DIST calcurse-4.3.0.tar.gz 597490 BLAKE2B 7fe31fc09cae12438173d4846a1e4b0a55f9e9416ab23ffc8b78e9d0f621072d8aca96b4161d5659db088e1007f685228e9669aae2d5606939c6564252826e1d SHA512 d948354b512d406f4915ce37107d3f529031e7698d7b38465913ff37120a93283e01f09f5267ebb19bf39ea133d6fac579b218d6dfd6056003b6222f9038f4b3 DIST calcurse-4.4.0.tar.gz 620263 BLAKE2B 8fbe875f5e757ec3c11b9c23a994260403ee990bfcb3d4c41eefbf06a6db9e76cd5157e32b11c3fdc049896d5db3a9856862724902dab1cb48e0b00ef5df6f73 SHA512 43d30ad68bb39aaa9460644a691e66cbb15b9930737581583da65d00214c70fb1148a0edeca4430abb7a5cef2821b0f4c6fdbed8188d9ea5da5fedc4f95fa07c diff --git a/app-office/calcurse/calcurse-4.3.0-r1.ebuild b/app-office/calcurse/calcurse-4.3.0-r1.ebuild deleted file mode 100644 index 451271ee693..00000000000 --- a/app-office/calcurse/calcurse-4.3.0-r1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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 ~x86 ~ppc ~ppc64" - -RDEPEND=" - dev-python/httplib2 - sys-libs/ncurses:0=" - -DEPEND=" - ${RDEPEND}" - -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 -} diff --git a/app-office/calcurse/calcurse-4.3.0.ebuild b/app-office/calcurse/calcurse-4.3.0.ebuild deleted file mode 100644 index b8c051f79ba..00000000000 --- a/app-office/calcurse/calcurse-4.3.0.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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 x86 ppc ppc64" - -RDEPEND=" - dev-python/httplib2 - sys-libs/ncurses:0=" - -DEPEND=" - ${RDEPEND}" - -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 -}