commit: 2ba165b69707db8520c4ce8c47f510332cf1ac50 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat May 20 06:24:59 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat May 20 06:26:12 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ba165b6
app-text/openpaperwork-core: Remove old Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-text/openpaperwork-core/Manifest | 1 - .../openpaperwork-core-2.1.1.ebuild | 20 -------------------- 2 files changed, 21 deletions(-) diff --git a/app-text/openpaperwork-core/Manifest b/app-text/openpaperwork-core/Manifest index 58029e30df43..fff78596eb34 100644 --- a/app-text/openpaperwork-core/Manifest +++ b/app-text/openpaperwork-core/Manifest @@ -1,2 +1 @@ -DIST openpaperwork-core-2.1.1.tar.gz 115580 BLAKE2B a6abd47967b1f94e41d2c491cbbaead3cc2c509e1dc980269e5575d2c08e0a30d50357b5e42ba56569f35b44a470992e45994413dddefd63ba65f8018853a939 SHA512 ef7917dcc0c2520ff63c776b170770a936743fbc8ff2a15993bae7090ef43aa76e66b787aeee6f6d43961fac2f67ebeaf8ba4eb93a912ecfe93567e3c78ed219 DIST openpaperwork-core-2.1.2.tar.gz 104694 BLAKE2B cf7cc132758662495d4b586efebccaa20c892cdca2ae3bb68d5fc45639c828b8441906c56067db079c12f1393adcd69d2edec19ca51fe5fcd5930ce2a7005c0c SHA512 88cb55b7b94e1e149042357d3a1c6c2a2184e4810b5895e02ef896554ae88ed0ebacd9c11e401da5e155aec857cd1b148328b1ffd0b760f939e4e97b96d1ce1a diff --git a/app-text/openpaperwork-core/openpaperwork-core-2.1.1.ebuild b/app-text/openpaperwork-core/openpaperwork-core-2.1.1.ebuild deleted file mode 100644 index f2e090d3fd04..000000000000 --- a/app-text/openpaperwork-core/openpaperwork-core-2.1.1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -DISTUTILS_USE_SETUPTOOLS=bdepend -PYTHON_COMPAT=( python3_{9..10} ) - -inherit distutils-r1 - -DESCRIPTION="Core part of Paperwork (plugin management)" -HOMEPAGE="https://gitlab.gnome.org/World/OpenPaperwork" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-python/distro[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND}"