summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2016-04-27 10:24:18 -0500
committerKacper Kowalik <xarthisius@gentoo.org>2016-04-27 10:24:18 -0500
commitb52f99a571aae02c07a067e8b60d5eef28756313 (patch)
tree44c3cf4b7b6584c970cec501d83340814e619438 /app-emulation
parentapp-emulation/docker: Drop vulnerable versions wrt bug 581236 (diff)
downloadgentoo-b52f99a571aae02c07a067e8b60d5eef28756313.tar.gz
gentoo-b52f99a571aae02c07a067e8b60d5eef28756313.tar.bz2
gentoo-b52f99a571aae02c07a067e8b60d5eef28756313.zip
app-emulation/docker: drop unused keywords from metadata, shorten description
Package-Manager: portage-2.2.27
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/docker/docker-1.11.0.ebuild2
-rw-r--r--app-emulation/docker/docker-9999.ebuild2
-rw-r--r--app-emulation/docker/metadata.xml6
3 files changed, 2 insertions, 8 deletions
diff --git a/app-emulation/docker/docker-1.11.0.ebuild b/app-emulation/docker/docker-1.11.0.ebuild
index 7e4f01a0a7eb..43b5a38e6d60 100644
--- a/app-emulation/docker/docker-1.11.0.ebuild
+++ b/app-emulation/docker/docker-1.11.0.ebuild
@@ -22,7 +22,7 @@ else
fi
inherit bash-completion-r1 linux-info multilib systemd udev user
-DESCRIPTION="Docker complements kernel namespacing with a high-level API which operates at the process level"
+DESCRIPTION="The core functions you need to create Docker images and run Docker containers"
HOMEPAGE="https://dockerproject.org"
LICENSE="Apache-2.0"
SLOT="0"
diff --git a/app-emulation/docker/docker-9999.ebuild b/app-emulation/docker/docker-9999.ebuild
index eabd8d83dbbc..4b3fc942264d 100644
--- a/app-emulation/docker/docker-9999.ebuild
+++ b/app-emulation/docker/docker-9999.ebuild
@@ -22,7 +22,7 @@ else
fi
inherit bash-completion-r1 linux-info multilib systemd udev user
-DESCRIPTION="Docker complements kernel namespacing with a high-level API which operates at the process level"
+DESCRIPTION="The core functions you need to create Docker images and run Docker containers"
HOMEPAGE="https://dockerproject.org"
LICENSE="Apache-2.0"
SLOT="0"
diff --git a/app-emulation/docker/metadata.xml b/app-emulation/docker/metadata.xml
index a9f490a73f50..2d97057b0cde 100644
--- a/app-emulation/docker/metadata.xml
+++ b/app-emulation/docker/metadata.xml
@@ -32,9 +32,6 @@
Enables dependencies for the "btrfs" graph driver, including
necessary kernel flags.
</flag>
- <flag name="contrib">
- Install additional contrib scripts and components.
- </flag>
<flag name="device-mapper">
Enables dependencies for the "devicemapper" graph driver, including
necessary kernel flags.
@@ -47,9 +44,6 @@
Enables dependencies for the "overlay" graph driver, including
necessary kernel flags.
</flag>
- <flag name="lxc">
- Enables dependencies for the "lxc" execution driver.
- </flag>
</use>
<upstream>
<remote-id type="github">docker/docker</remote-id>