summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2018-06-24 12:25:15 +0200
committerPatrice Clement <monsieurp@gentoo.org>2018-06-24 16:51:38 +0200
commitf9271addd9066a23bfbc362b31ffe55c48bc6703 (patch)
tree1d45597325d36287ad6c50aac445d79610661daa /app-office/calcurse
parentapp-office/calcurse: stable for all arches using the ALLARCHES policy. (diff)
downloadgentoo-f9271addd9066a23bfbc362b31ffe55c48bc6703.tar.gz
gentoo-f9271addd9066a23bfbc362b31ffe55c48bc6703.tar.bz2
gentoo-f9271addd9066a23bfbc362b31ffe55c48bc6703.zip
app-office/calcurse: clean up old.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-office/calcurse')
-rw-r--r--app-office/calcurse/Manifest2
-rw-r--r--app-office/calcurse/calcurse-4.2.1.ebuild42
-rw-r--r--app-office/calcurse/calcurse-4.2.2.ebuild42
3 files changed, 0 insertions, 86 deletions
diff --git a/app-office/calcurse/Manifest b/app-office/calcurse/Manifest
index 44430a5644ce..9f074535d008 100644
--- a/app-office/calcurse/Manifest
+++ b/app-office/calcurse/Manifest
@@ -1,3 +1 @@
-DIST calcurse-4.2.1.tar.gz 612593 BLAKE2B 7c8fb995ea16abcdd5ae768cda09298e4bdeb64d8476657b3d1320394a269add3b1c4279e8a6b7a089f27404d43ec3acfbab6222cfce74dc422042247109fb00 SHA512 77f7fd23fe28e34ace29239530948c7576196339e4c603952dd5d48a201fa2e52bfcfaf411edf3f299c9d8b30d659febade68679fc65a2b87afb305bbf5db8df
-DIST calcurse-4.2.2.tar.gz 612456 BLAKE2B b73e876f671b75d362bf32bfc341fd985796a6be6b5c4164464bdef1f35d26fbecec3bb7f5dcd54a1ab9e3405186ea2d791484902643362738db38d647d786b3 SHA512 d54d5a1ca457499ff82fe0b6a945f5f54c0f93f84b34d5a69579dd42d4d44edda0b81a165d29b4f3d77ef7219b2e815b5858eaa744eb418e9549abf58eb2f958
DIST calcurse-4.3.0.tar.gz 597490 BLAKE2B 7fe31fc09cae12438173d4846a1e4b0a55f9e9416ab23ffc8b78e9d0f621072d8aca96b4161d5659db088e1007f685228e9669aae2d5606939c6564252826e1d SHA512 d948354b512d406f4915ce37107d3f529031e7698d7b38465913ff37120a93283e01f09f5267ebb19bf39ea133d6fac579b218d6dfd6056003b6222f9038f4b3
diff --git a/app-office/calcurse/calcurse-4.2.1.ebuild b/app-office/calcurse/calcurse-4.2.1.ebuild
deleted file mode 100644
index 27a9fb9d46a4..000000000000
--- a/app-office/calcurse/calcurse-4.2.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils autotools 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"
-
-RDEPEND="sys-libs/ncurses:0="
-DEPEND="${RDEPEND}"
-
-DOCS=( AUTHORS NEWS README )
-
-PATCHES=( "${FILESDIR}"/"${PN}-4.2.1-tinfo.patch" )
-
-src_prepare() {
- default
-
- # Dubious tests.
- rm -v "${S}/test"/ical-00{2,4,6}.sh || die
-
- 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.2.2.ebuild b/app-office/calcurse/calcurse-4.2.2.ebuild
deleted file mode 100644
index 29a53449ca58..000000000000
--- a/app-office/calcurse/calcurse-4.2.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils autotools 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="sys-libs/ncurses:0="
-DEPEND="${RDEPEND}"
-
-DOCS=( AUTHORS NEWS README )
-
-PATCHES=( "${FILESDIR}"/"${PN}-4.2.1-tinfo.patch" )
-
-src_prepare() {
- default
-
- # Dubious tests.
- rm -v "${S}/test"/ical-00{2,4,6}.sh || die
-
- eautoreconf
-}
-
-multilib_src_configure() {
- ECONF_SOURCE="${S}" econf
-}
-
-src_compile() {
- multilib-minimal_src_compile
-}
-
-src_install() {
- multilib-minimal_src_install
-}