mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
app-backup/cachedir: Remove last-rited pkg
Closes: https://bugs.gentoo.org/718196 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST cachedir-1.4.tar.gz 16254 BLAKE2B f70fe693d614ab90c4b235c2979e9323eb41976ea8a97c4d3107af26f411553a86e0409b354483a6e3c9af956597c9a4114dc28829cc2ed55abe7c7dd3bb8a99 SHA512 dabeb36a4b99febafbfcc3bff4de625491eee6649cac6c03ef782415cfdd519d36911bed8ae6e7bb94b0afe6279b17fd99fcb87f0c2d2e37032a76fa516dd6c7
|
||||
@@ -1,47 +0,0 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python3_6 )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Tag/untag cache directories"
|
||||
HOMEPAGE="https://liw.fi/cachedir/"
|
||||
SRC_URI="http://git.liw.fi/${PN}/snapshot/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
|
||||
IUSE="test"
|
||||
|
||||
# test deps not supporting python 3
|
||||
RESTRICT="test"
|
||||
|
||||
RDEPEND="dev-python/cliapp[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
# test? (
|
||||
# dev-util/cmdtest[${PYTHON_USEDEP}]
|
||||
# )
|
||||
# "
|
||||
|
||||
python_prepare_all() {
|
||||
2to3 -w setup.py || die
|
||||
distutils-r1_python_prepare_all
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
addwrite /proc/self/comm
|
||||
distutils-r1_src_compile
|
||||
}
|
||||
|
||||
src_test() {
|
||||
addwrite /proc/self/comm
|
||||
distutils-r1_src_test
|
||||
}
|
||||
|
||||
python_test() {
|
||||
esetup.py check
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<!-- maintainer-needed -->
|
||||
</pkgmetadata>
|
||||
@@ -678,11 +678,6 @@ app-mobilephone/obexftp
|
||||
# Removal in 30 days. Bug #722334,#713686
|
||||
app-misc/evemu
|
||||
|
||||
# Aaron Bauman <bman@gentoo.org> (2020-08-02)
|
||||
# Needs bump. Py3 tests fail. Last release 2yrs.
|
||||
# Removal in 30 days. Bug #718196
|
||||
app-backup/cachedir
|
||||
|
||||
# Mikle Kolyada <zlogene@gentoo.org> (2020-08-02)
|
||||
# consolekit is abandoned upstream.
|
||||
# People are encouraged to switch to any logind
|
||||
|
||||
Reference in New Issue
Block a user