summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-04-17 19:42:15 +0100
committerSam James <sam@gentoo.org>2022-04-17 19:59:20 +0100
commit510c216102f5fd2527f1e33aa29b4ac1ca85cdab (patch)
treea6189ad7268b59527d7c91bb26ce87c12aac5dda /app-office
parentapp-mobilephone/heimdall: drop 1.4.2 (diff)
downloadgentoo-510c216102f5fd2527f1e33aa29b4ac1ca85cdab.tar.gz
gentoo-510c216102f5fd2527f1e33aa29b4ac1ca85cdab.tar.bz2
gentoo-510c216102f5fd2527f1e33aa29b4ac1ca85cdab.zip
app-office/calcurse: drop 4.7.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r--app-office/calcurse/Manifest1
-rw-r--r--app-office/calcurse/calcurse-4.7.0.ebuild51
2 files changed, 0 insertions, 52 deletions
diff --git a/app-office/calcurse/Manifest b/app-office/calcurse/Manifest
index d435446267bd..2802d1e62fff 100644
--- a/app-office/calcurse/Manifest
+++ b/app-office/calcurse/Manifest
@@ -1,2 +1 @@
-DIST calcurse-4.7.0.tar.gz 699134 BLAKE2B fb50ee3d5fe6a0eebacb557ae6fdc1b49a413b35d53fd8dfb64102bd2ed963bf83f27f1e3c3f454284143d1410f18766b56792252634ad82b1b20c130364a54c SHA512 656f3e74cde923bf7bbe5aca56f0544023b69fd8ff6ac8c851bbe224bf6cbe1fb58eb141b66ba818b1382d705e1a7c82a7e20eda7a1672d513ad54749d5a2bac
DIST calcurse-4.7.1.tar.gz 701563 BLAKE2B 438741b9e0f61438d235fa60d13816d83c19f7d1b612619fe20a78812e77657b003ad0b9416bcc766f0e38e7868b3543972ed65eee43d8f9d6b1d80ba1872091 SHA512 8b5574d2909128c745b2d6367b517c5fb04a1c451e666dc9ee0652b3793b519576af5700d4fd073de0ccd5e5dced6b69c45dbfaf98b35a99784093208512b68e
diff --git a/app-office/calcurse/calcurse-4.7.0.ebuild b/app-office/calcurse/calcurse-4.7.0.ebuild
deleted file mode 100644
index 6f9ff7aa9cc4..000000000000
--- a/app-office/calcurse/calcurse-4.7.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{8..9} )
-
-inherit autotools python-single-r1
-
-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"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
- ${PYTHON_DEPS}
- $(python_gen_cond_dep 'dev-python/httplib2[${PYTHON_USEDEP}]')
- sys-libs/ncurses:0="
-
-DEPEND="
- ${RDEPEND}"
-
-# Some tests fail, mostly those pertaining to ical, perhaps due to requiring network?
-RESTRICT="test"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-4.2.1-tinfo.patch
-)
-
-pkg_setup() {
- :
-}
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_compile() {
- default
- python_setup
- python_fix_shebang contrib/caldav/calcurse-caldav
-}
-
-src_install() {
- default
- mv "${D}"/usr/share/doc/${PN} "${D}"/usr/share/doc/${PF} || die
-}