Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/rkt/
Date: Sat, 30 Jul 2016 18:52:42
Message-Id: 1469904663.5542ebba3fb1b0781a779d5d2db4d7703b276e1a.zmedico@gentoo
1 commit: 5542ebba3fb1b0781a779d5d2db4d7703b276e1a
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 30 18:51:03 2016 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 30 18:51:03 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5542ebba
7
8 app-emulation/rkt: update longdescription
9
10 Package-Manager: portage-2.3.0
11
12 app-emulation/rkt/metadata.xml | 11 +++++++----
13 1 file changed, 7 insertions(+), 4 deletions(-)
14
15 diff --git a/app-emulation/rkt/metadata.xml b/app-emulation/rkt/metadata.xml
16 index 7b1939a..73fd769 100644
17 --- a/app-emulation/rkt/metadata.xml
18 +++ b/app-emulation/rkt/metadata.xml
19 @@ -6,10 +6,13 @@
20 <name>Zac Medico</name>
21 </maintainer>
22 <longdescription lang="en">
23 - rkt is a new container runtime, designed for composability, security,
24 - and speed. Today we are releasing a prototype version on GitHub to begin
25 - gathering feedback from our community and explain why we are building
26 - rkt.
27 + rkt is the next-generation container manager for Linux clusters.
28 + Designed for security, simplicity, and composability within modern
29 + cluster architectures, rkt discovers, verifies, fetches, and executes
30 + application containers with pluggable isolation. rkt can run the same
31 + container with varying degrees of protection, from lightweight,
32 + OS-level namespace and capabilities isolation to heavier, VM-level
33 + hardware virtualization.
34 </longdescription>
35 <use>
36 <flag name="actool">Install the actool for ACI manipulation</flag>