commit:     3d0a6dd4a1053e10c42008fd905025952ab011d7
Author:     Kai-Chun Ning <kaichun.ning <AT> gmail <DOT> com>
AuthorDate: Thu May  4 21:42:02 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat May 20 12:05:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d0a6dd4

app-office/calcurse: drop 4.7.1

Signed-off-by: Kai-Chun Ning <kaichun.ning <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/30874
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-office/calcurse/Manifest                       |  1 -
 app-office/calcurse/calcurse-4.7.1.ebuild          | 50 ----------------------
 .../calcurse/files/calcurse-4.2.1-tinfo.patch      | 21 ---------
 .../files/calcurse-4.7.1-respect-docdir.patch      | 13 ------
 4 files changed, 85 deletions(-)

diff --git a/app-office/calcurse/Manifest b/app-office/calcurse/Manifest
index 57c411b05906..20f6730a0ddc 100644
--- a/app-office/calcurse/Manifest
+++ b/app-office/calcurse/Manifest
@@ -1,2 +1 @@
-DIST calcurse-4.7.1.tar.gz 701563 BLAKE2B 
438741b9e0f61438d235fa60d13816d83c19f7d1b612619fe20a78812e77657b003ad0b9416bcc766f0e38e7868b3543972ed65eee43d8f9d6b1d80ba1872091
 SHA512 
8b5574d2909128c745b2d6367b517c5fb04a1c451e666dc9ee0652b3793b519576af5700d4fd073de0ccd5e5dced6b69c45dbfaf98b35a99784093208512b68e
 DIST calcurse-4.8.0.tar.gz 716234 BLAKE2B 
3fc703626d5e17b78ff42c0ef4f554585efd8223c2bd9d8c2f7add681602dc585cf066ed7c55a040b2585ad07513b26a5297b3b41f4c94a043f61ad2ad9094c2
 SHA512 
ea156c4320abf97fdb5abc29ff1f9bc659a3cab0e571295ed04b42dd742c4c45a7d5958dc2d386fc0ee7bd733969a6275405d5cf10cd645c75cb97b6b9e571d6

diff --git a/app-office/calcurse/calcurse-4.7.1.ebuild 
b/app-office/calcurse/calcurse-4.7.1.ebuild
deleted file mode 100644
index 963138aeefb8..000000000000
--- a/app-office/calcurse/calcurse-4.7.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..10} )
-
-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 ~arm64 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
-       "${FILESDIR}"/${PN}-4.7.1-respect-docdir.patch
-)
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-src_compile() {
-       default
-       python_setup
-       python_fix_shebang contrib/caldav/calcurse-caldav
-}
-
-src_install() {
-       # calcurse likes to read the text files uncompressed
-       docompress -x /usr/share/doc
-       default
-}

diff --git a/app-office/calcurse/files/calcurse-4.2.1-tinfo.patch 
b/app-office/calcurse/files/calcurse-4.2.1-tinfo.patch
deleted file mode 100644
index f3d2aac897e9..000000000000
--- a/app-office/calcurse/files/calcurse-4.2.1-tinfo.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -3,7 +3,7 @@
- 
#-------------------------------------------------------------------------------
- AC_PREREQ(2.59)
- AC_INIT([calcurse],
--        m4_esyscmd([build-aux/git-version-gen .version]),
-+        m4_esyscmd_s([cat .version]),
-         [[email protected]])
- AM_INIT_AUTOMAKE
- #m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
-@@ -51,6 +51,9 @@
-   LIBS="$LIBS -l$available_ncurses"
- ])
- 
-+AC_SEARCH_LIBS([cbreak], [tinfow tinfo],,
-+    AC_MSG_ERROR([Cannot find a library providing cbreak]))
-+
- AC_CHECK_HEADERS([pthread.h], [
-     AC_CHECK_LIB(pthread, pthread_create, [
-       LIBS="$LIBS -pthread"

diff --git a/app-office/calcurse/files/calcurse-4.7.1-respect-docdir.patch 
b/app-office/calcurse/files/calcurse-4.7.1-respect-docdir.patch
deleted file mode 100644
index 8619b4d8d674..000000000000
--- a/app-office/calcurse/files/calcurse-4.7.1-respect-docdir.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-# Gentoo bug "app-office/calcurse: Unable to find documentation"
-# https://bugs.gentoo.org/813438
---- a/doc/Makefile.am
-+++ b/doc/Makefile.am
-@@ -57,8 +57,6 @@ CLEANFILES = \
-       submitting-patches.html \
-       calcurse.1
- 
--docdir = $(datadir)/doc/$(PACKAGE)
--
- .txt.html:
- if HAVE_ASCIIDOC
-       $(AM_V_GEN) $(ASCIIDOC) $(ASCIIDOC_ARGS) $<

Reply via email to