summaryrefslogtreecommitdiff
path: root/app-emulation/docker-gc
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-emulation/docker-gc
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
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 222b69a0ac57..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 249 BLAKE2B 393d7d3a6ed95db3b4a9bb519569e9390ea72e92aa1ddbe57685c91dbcfda34d36065d816a48de675dcead6d979e1787eebd7f3ff3ee3f8490ac65572301a9be SHA512 ee652abdd5b19c6b707baeab326983f1db1305d28c39891f3894bbb5f3f708c0915f800325760288273e6214d73b607c501cdd2dc0f40e328dd5e37b018c2b9d
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 444c94200f5c..000000000000
--- a/app-emulation/docker-gc/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="github">spotify/docker-gc</remote-id>
- </upstream>
-</pkgmetadata>