app-office/calcurse: clean up old.
authorPatrice Clement <monsieurp@gentoo.org>
Sun, 24 Jun 2018 10:25:15 +0000 (12:25 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Sun, 24 Jun 2018 14:51:38 +0000 (16:51 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

app-office/calcurse/Manifest
app-office/calcurse/calcurse-4.2.1.ebuild [deleted file]
app-office/calcurse/calcurse-4.2.2.ebuild [deleted file]

index 44430a5644ce2d9a72871ae3fe6b3eee4133947a..9f074535d008834c53239cd7d1881f061b2768fb 100644 (file)
@@ -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 (file)
index 27a9fb9..0000000
+++ /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 (file)
index 29a5344..0000000
+++ /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
-}