diff options
author | Andreas K. Huettel <dilfridge@gentoo.org> | 2020-03-10 16:06:49 +0100 |
---|---|---|
committer | Andreas K. Huettel <dilfridge@gentoo.org> | 2020-03-10 16:07:21 +0100 |
commit | 89659d3f745b400d454afe46603728834ddc6d73 (patch) | |
tree | e359000e04820c3a23fb39f737842ea2331a8e56 /app-office | |
parent | www-client/chromium: dev channel bump to 82.0.4077.0 (diff) | |
download | gentoo-89659d3f745b400d454afe46603728834ddc6d73.tar.gz gentoo-89659d3f745b400d454afe46603728834ddc6d73.tar.bz2 gentoo-89659d3f745b400d454afe46603728834ddc6d73.zip |
QA: Revert "app-office/calcurse: version bump."
This reverts commit 34217564ddc5cd46762ffdaeb217aabd905dec6a.
Signed-off-by: Andreas K. Huettel <dilfridge@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/calcurse/Manifest | 1 | ||||
-rw-r--r-- | app-office/calcurse/calcurse-4.5.0.ebuild | 47 |
2 files changed, 0 insertions, 48 deletions
diff --git a/app-office/calcurse/Manifest b/app-office/calcurse/Manifest index d61266faf9bb..a709a800e0cf 100644 --- a/app-office/calcurse/Manifest +++ b/app-office/calcurse/Manifest @@ -1,2 +1 @@ DIST calcurse-4.4.0.tar.gz 620263 BLAKE2B 8fbe875f5e757ec3c11b9c23a994260403ee990bfcb3d4c41eefbf06a6db9e76cd5157e32b11c3fdc049896d5db3a9856862724902dab1cb48e0b00ef5df6f73 SHA512 43d30ad68bb39aaa9460644a691e66cbb15b9930737581583da65d00214c70fb1148a0edeca4430abb7a5cef2821b0f4c6fdbed8188d9ea5da5fedc4f95fa07c -DIST calcurse-4.5.0.tar.gz 657976 BLAKE2B 5cad43340cb973d402c92b7963f9c13e46acbb2f802df2ab447221913daa6b28872a323b743bc31be0c7358ea8e7d51d08054c81f3376d3dc07f5837d41be45f SHA512 795eae7c62b89c733049f0c137da398ce3dd5fba78f9a2c323aacdf8b176cf37bd9d0768dbdac0bb1cb64cd248b1d851efd059836fbbbdd9665fa47beff3b872 diff --git a/app-office/calcurse/calcurse-4.5.0.ebuild b/app-office/calcurse/calcurse-4.5.0.ebuild deleted file mode 100644 index 46600edc61fb..000000000000 --- a/app-office/calcurse/calcurse-4.5.0.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools eutils 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" -IUSE="doc" - -RDEPEND=" - dev-python/httplib2 - sys-libs/ncurses:0=" - -DEPEND=" - ${RDEPEND} - doc? ( app-text/asciidoc )" - -PATCHES=( - "${FILESDIR}"/${PN}-4.2.1-tinfo.patch -) - -# Most tests fail. -RESTRICT="test" - -src_prepare() { - default - eautoreconf -} - -multilib_src_configure() { - ECONF_SOURCE="${S}" econf -} - -src_compile() { - multilib-minimal_src_compile -} - -src_install() { - multilib-minimal_src_install -} |