Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/
Date: Mon, 25 Feb 2019 21:54:41
Message-Id: 1551131668.2b83437159b6cc7d7f166c357d3f274746870d99.monsieurp@gentoo
1 commit: 2b83437159b6cc7d7f166c357d3f274746870d99
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 25 21:54:13 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 25 21:54:28 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b834371
7
8 app-office/calcurse: clean up old.
9
10 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 app-office/calcurse/Manifest | 1 -
14 app-office/calcurse/calcurse-4.3.0-r1.ebuild | 45 ----------------------------
15 app-office/calcurse/calcurse-4.3.0.ebuild | 45 ----------------------------
16 3 files changed, 91 deletions(-)
17
18 diff --git a/app-office/calcurse/Manifest b/app-office/calcurse/Manifest
19 index e38d2b49e77..a709a800e0c 100644
20 --- a/app-office/calcurse/Manifest
21 +++ b/app-office/calcurse/Manifest
22 @@ -1,2 +1 @@
23 -DIST calcurse-4.3.0.tar.gz 597490 BLAKE2B 7fe31fc09cae12438173d4846a1e4b0a55f9e9416ab23ffc8b78e9d0f621072d8aca96b4161d5659db088e1007f685228e9669aae2d5606939c6564252826e1d SHA512 d948354b512d406f4915ce37107d3f529031e7698d7b38465913ff37120a93283e01f09f5267ebb19bf39ea133d6fac579b218d6dfd6056003b6222f9038f4b3
24 DIST calcurse-4.4.0.tar.gz 620263 BLAKE2B 8fbe875f5e757ec3c11b9c23a994260403ee990bfcb3d4c41eefbf06a6db9e76cd5157e32b11c3fdc049896d5db3a9856862724902dab1cb48e0b00ef5df6f73 SHA512 43d30ad68bb39aaa9460644a691e66cbb15b9930737581583da65d00214c70fb1148a0edeca4430abb7a5cef2821b0f4c6fdbed8188d9ea5da5fedc4f95fa07c
25
26 diff --git a/app-office/calcurse/calcurse-4.3.0-r1.ebuild b/app-office/calcurse/calcurse-4.3.0-r1.ebuild
27 deleted file mode 100644
28 index 451271ee693..00000000000
29 --- a/app-office/calcurse/calcurse-4.3.0-r1.ebuild
30 +++ /dev/null
31 @@ -1,45 +0,0 @@
32 -# Copyright 1999-2018 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -inherit autotools eutils multilib-minimal
38 -
39 -DESCRIPTION="a text-based calendar and scheduling application"
40 -HOMEPAGE="https://calcurse.org/"
41 -SRC_URI="https://calcurse.org/files/${P}.tar.gz"
42 -
43 -LICENSE="BSD-2"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~x86 ~ppc ~ppc64"
46 -
47 -RDEPEND="
48 - dev-python/httplib2
49 - sys-libs/ncurses:0="
50 -
51 -DEPEND="
52 - ${RDEPEND}"
53 -
54 -PATCHES=(
55 - "${FILESDIR}"/${PN}-4.2.1-tinfo.patch
56 -)
57 -
58 -# Most tests fail.
59 -RESTRICT="test"
60 -
61 -src_prepare() {
62 - default
63 - eautoreconf
64 -}
65 -
66 -multilib_src_configure() {
67 - ECONF_SOURCE="${S}" econf
68 -}
69 -
70 -src_compile() {
71 - multilib-minimal_src_compile
72 -}
73 -
74 -src_install() {
75 - multilib-minimal_src_install
76 -}
77
78 diff --git a/app-office/calcurse/calcurse-4.3.0.ebuild b/app-office/calcurse/calcurse-4.3.0.ebuild
79 deleted file mode 100644
80 index b8c051f79ba..00000000000
81 --- a/app-office/calcurse/calcurse-4.3.0.ebuild
82 +++ /dev/null
83 @@ -1,45 +0,0 @@
84 -# Copyright 1999-2018 Gentoo Foundation
85 -# Distributed under the terms of the GNU General Public License v2
86 -
87 -EAPI=6
88 -
89 -inherit autotools eutils multilib-minimal
90 -
91 -DESCRIPTION="a text-based calendar and scheduling application"
92 -HOMEPAGE="https://calcurse.org/"
93 -SRC_URI="https://calcurse.org/files/${P}.tar.gz"
94 -
95 -LICENSE="BSD-2"
96 -SLOT="0"
97 -KEYWORDS="amd64 x86 ppc ppc64"
98 -
99 -RDEPEND="
100 - dev-python/httplib2
101 - sys-libs/ncurses:0="
102 -
103 -DEPEND="
104 - ${RDEPEND}"
105 -
106 -PATCHES=(
107 - "${FILESDIR}"/${PN}-4.2.1-tinfo.patch
108 -)
109 -
110 -# Most tests fail.
111 -RESTRICT="test"
112 -
113 -src_prepare() {
114 - default
115 - eautoreconf
116 -}
117 -
118 -multilib_src_configure() {
119 - ECONF_SOURCE="${S}" econf
120 -}
121 -
122 -src_compile() {
123 - multilib-minimal_src_compile
124 -}
125 -
126 -src_install() {
127 - multilib-minimal_src_install
128 -}