commit: c353d97e837b8f1b841e201bf9c5cb80315c6ce8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 28 15:02:54 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 28 15:27:09 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c353d97e
app-misc/timew-report: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-misc/timew-report/Manifest | 1 -
app-misc/timew-report/timew-report-1.4.0.ebuild | 30 -------------------------
2 files changed, 31 deletions(-)
diff --git a/app-misc/timew-report/Manifest b/app-misc/timew-report/Manifest
index e0eacf9f7372..5ebfefad4503 100644
--- a/app-misc/timew-report/Manifest
+++ b/app-misc/timew-report/Manifest
@@ -1,2 +1 @@
DIST timew-report-1.4.0.gh.tar.gz 6815 BLAKE2B
a0529f575d324a92955eef2b94f302fc61fd09f9b85a092e4b7c5993c1710a189007be900e212bc15a3a29db73feb14d246e2f78a5e2965e26eec05204cc1e34
SHA512
bb1144b0268788c569fef68d10e16311e09f390e66992e71d850ef241de21c3cb67b8f696d776e673856ef53f5205873970b1fc2e06b62696181074090bd58a8
-DIST timew-report-1.4.0.tar.gz 6815 BLAKE2B
a0529f575d324a92955eef2b94f302fc61fd09f9b85a092e4b7c5993c1710a189007be900e212bc15a3a29db73feb14d246e2f78a5e2965e26eec05204cc1e34
SHA512
bb1144b0268788c569fef68d10e16311e09f390e66992e71d850ef241de21c3cb67b8f696d776e673856ef53f5205873970b1fc2e06b62696181074090bd58a8
diff --git a/app-misc/timew-report/timew-report-1.4.0.ebuild
b/app-misc/timew-report/timew-report-1.4.0.ebuild
deleted file mode 100644
index b1f916e049b9..000000000000
--- a/app-misc/timew-report/timew-report-1.4.0.ebuild
+++ /dev/null
@@ -1,30 +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 distutils-r1
-
-DESCRIPTION="An interface for Timewarrior report data"
-HOMEPAGE="https://github.com/lauft/timew-report"
-SRC_URI="https://github.com/lauft/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="${PYTHON_DEPS}
- app-misc/timew"
-
-DEPEND="${PYTHON_DEPS}
- dev-python/setuptools[${PYTHON_USEDEP}]
- dev-python/deprecation[${PYTHON_USEDEP}]
- dev-python/python-dateutil[${PYTHON_USEDEP}]
- test? ( >=dev-python/pytest-3.0.3[${PYTHON_USEDEP}] )
-"
-
-RESTRICT="!test? ( test )"
-
-distutils_enable_tests pytest