summaryrefslogtreecommitdiff
path: root/app-emulation/docker-gc
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-12-22 14:08:05 +0000
committerV3n3RiX <venerix@koprulu.sector>2021-12-22 14:08:05 +0000
commit93a93e9a3b53c1a73142a305ea1f8136846942ee (patch)
treeb9791a06ab3284e27b568412c59316c66240c682 /app-emulation/docker-gc
parent2771f79232c273bc2a57d23bf335dd81ccf6af28 (diff)
gentoo resync : 22.12.2021
Diffstat (limited to 'app-emulation/docker-gc')
-rw-r--r--app-emulation/docker-gc/Manifest2
-rw-r--r--app-emulation/docker-gc/docker-gc-9999.ebuild21
-rw-r--r--app-emulation/docker-gc/metadata.xml8
3 files changed, 0 insertions, 31 deletions
diff --git a/app-emulation/docker-gc/Manifest b/app-emulation/docker-gc/Manifest
deleted file mode 100644
index 5bfa23b94eee..000000000000
--- a/app-emulation/docker-gc/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-EBUILD docker-gc-9999.ebuild 421 BLAKE2B 9e6c2f249a57f143c70e451544b17ec59a1e5ac0e779a2e1578a0fb6aa644bb3f9ec119b614b675abbacfa401a7fcb5df027f734e499565ff9fcaf567c2c6da2 SHA512 919dc87c40f3d8ea9ed767aa57080e436c279948277a87e53bc4be1a77520e3a8172fb45deb5b1e352f5e3e7775a87595f0fef02e31efb6c89ecf3148fc62323
-MISC metadata.xml 250 BLAKE2B a52d7b77b45c9cd8ca61b58722e1de6005fbcbfff786aeb627859262ba970247a9fc35e63c95187d6b67d171da200c4be441a9e66365e1308b984365d49c0085 SHA512 4fb31ed13c4f0eac2aab4fe9636a2955e75868b06ac65aeccbc4a12cf860417dbe191a3033f90fed7a1601f3921b287b29531b44f150f1a0650d21a23ee358e9
diff --git a/app-emulation/docker-gc/docker-gc-9999.ebuild b/app-emulation/docker-gc/docker-gc-9999.ebuild
deleted file mode 100644
index 9324081bc947..000000000000
--- a/app-emulation/docker-gc/docker-gc-9999.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGIT_REPO_URI="https://github.com/spotify/docker-gc.git"
-
-inherit git-r3
-
-DESCRIPTION="Docker garbage collection of containers and images"
-HOMEPAGE="https://github.com/spotify/docker-gc/"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-
-RDEPEND="app-emulation/docker"
-
-src_install() {
- dosbin docker-gc
- dodoc README.md
-}
diff --git a/app-emulation/docker-gc/metadata.xml b/app-emulation/docker-gc/metadata.xml
deleted file mode 100644
index aa29b5baad9d..000000000000
--- a/app-emulation/docker-gc/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="github">spotify/docker-gc</remote-id>
- </upstream>
-</pkgmetadata>