summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-09-02 10:11:38 +0200
committerMichał Górny <mgorny@gentoo.org>2020-09-02 10:14:05 +0200
commit3c92b58d0757a58c42e532af55d55fee786da358 (patch)
tree8fe1b776121e9a9f92601588457b9a3c45aedc70 /app-backup
parentx11-misc/pypanel: Remove last-rited pkg (diff)
downloadgentoo-3c92b58d0757a58c42e532af55d55fee786da358.tar.gz
gentoo-3c92b58d0757a58c42e532af55d55fee786da358.tar.bz2
gentoo-3c92b58d0757a58c42e532af55d55fee786da358.zip
app-backup/cachedir: Remove last-rited pkg
Closes: https://bugs.gentoo.org/718196 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-backup')
-rw-r--r--app-backup/cachedir/Manifest1
-rw-r--r--app-backup/cachedir/cachedir-1.4.ebuild47
-rw-r--r--app-backup/cachedir/metadata.xml5
3 files changed, 0 insertions, 53 deletions
diff --git a/app-backup/cachedir/Manifest b/app-backup/cachedir/Manifest
deleted file mode 100644
index 3129cb786fb7..000000000000
--- a/app-backup/cachedir/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST cachedir-1.4.tar.gz 16254 BLAKE2B f70fe693d614ab90c4b235c2979e9323eb41976ea8a97c4d3107af26f411553a86e0409b354483a6e3c9af956597c9a4114dc28829cc2ed55abe7c7dd3bb8a99 SHA512 dabeb36a4b99febafbfcc3bff4de625491eee6649cac6c03ef782415cfdd519d36911bed8ae6e7bb94b0afe6279b17fd99fcb87f0c2d2e37032a76fa516dd6c7
diff --git a/app-backup/cachedir/cachedir-1.4.ebuild b/app-backup/cachedir/cachedir-1.4.ebuild
deleted file mode 100644
index 25a6664e3cc7..000000000000
--- a/app-backup/cachedir/cachedir-1.4.ebuild
+++ /dev/null
@@ -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
-}
diff --git a/app-backup/cachedir/metadata.xml b/app-backup/cachedir/metadata.xml
deleted file mode 100644
index 7a38bb900964..000000000000
--- a/app-backup/cachedir/metadata.xml
+++ /dev/null
@@ -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>