summaryrefslogtreecommitdiff
path: root/app-backup/cachedir
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-09-02 14:09:07 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-09-02 14:09:07 +0100
commitb17a3ef12038de50228bade1f05502c74e135321 (patch)
tree9026dffec53f92cba48ca9a500a4f778e6304380 /app-backup/cachedir
parent3cf7c3ef441822c889356fd1812ebf2944a59851 (diff)
gentoo resync : 02.09.2020
Diffstat (limited to 'app-backup/cachedir')
-rw-r--r--app-backup/cachedir/Manifest3
-rw-r--r--app-backup/cachedir/cachedir-1.4.ebuild47
-rw-r--r--app-backup/cachedir/metadata.xml5
3 files changed, 0 insertions, 55 deletions
diff --git a/app-backup/cachedir/Manifest b/app-backup/cachedir/Manifest
deleted file mode 100644
index 0173887b6395..000000000000
--- a/app-backup/cachedir/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST cachedir-1.4.tar.gz 16254 BLAKE2B f70fe693d614ab90c4b235c2979e9323eb41976ea8a97c4d3107af26f411553a86e0409b354483a6e3c9af956597c9a4114dc28829cc2ed55abe7c7dd3bb8a99 SHA512 dabeb36a4b99febafbfcc3bff4de625491eee6649cac6c03ef782415cfdd519d36911bed8ae6e7bb94b0afe6279b17fd99fcb87f0c2d2e37032a76fa516dd6c7
-EBUILD cachedir-1.4.ebuild 882 BLAKE2B cd3a999ce6c82231d9d6d2a63b342dabb4d92102feb5a9fff90392c9d42793a815109a4c4406aba8957969c3c2b2e254f17262708635fd6a242167b8f542692f SHA512 3691003518a440a850cc6f05854dc8e39e91959ed0766ab300cb64b9aaf31d998787de61d2e2a60b0b95919a8237afb810ed9c5d96b1802e883c9973b4238cb8
-MISC metadata.xml 167 BLAKE2B e4dadf27fd344484f2bccb5b904909c89aac568c32e5b3c44bdf139eacefd4b4fae74419f503d2b7da0dccc1b68ba05d777d11292c0f89270d1ac5c9c703e8ca SHA512 7c8decb24ee3a850e38186cf3c7f8933a28017426806870ad6ef9ceb2533be147a2681fc789b535a81cb528af8c29d90d3006e4f250aee23bd7dea4561294e33
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>