From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 881A413832E for ; Sat, 30 Jul 2016 18:52:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22CBCE0B5F; Sat, 30 Jul 2016 18:52:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B73D0E0B5F for ; Sat, 30 Jul 2016 18:52:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0BF4C340C93 for ; Sat, 30 Jul 2016 18:52:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF1A17DF for ; Sat, 30 Jul 2016 18:52:34 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1469904663.5542ebba3fb1b0781a779d5d2db4d7703b276e1a.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/rkt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/rkt/metadata.xml X-VCS-Directories: app-emulation/rkt/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 5542ebba3fb1b0781a779d5d2db4d7703b276e1a X-VCS-Branch: master Date: Sat, 30 Jul 2016 18:52:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 978a53a9-c06d-41bb-93e7-8aecac49b32c X-Archives-Hash: 9cab5cb83dfe831f5e46664237319520 commit: 5542ebba3fb1b0781a779d5d2db4d7703b276e1a Author: Zac Medico gentoo org> AuthorDate: Sat Jul 30 18:51:03 2016 +0000 Commit: Zac Medico gentoo org> CommitDate: Sat Jul 30 18:51:03 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5542ebba app-emulation/rkt: update longdescription Package-Manager: portage-2.3.0 app-emulation/rkt/metadata.xml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/app-emulation/rkt/metadata.xml b/app-emulation/rkt/metadata.xml index 7b1939a..73fd769 100644 --- a/app-emulation/rkt/metadata.xml +++ b/app-emulation/rkt/metadata.xml @@ -6,10 +6,13 @@ Zac Medico - rkt is a new container runtime, designed for composability, security, - and speed. Today we are releasing a prototype version on GitHub to begin - gathering feedback from our community and explain why we are building - rkt. + rkt is the next-generation container manager for Linux clusters. + Designed for security, simplicity, and composability within modern + cluster architectures, rkt discovers, verifies, fetches, and executes + application containers with pluggable isolation. rkt can run the same + container with varying degrees of protection, from lightweight, + OS-level namespace and capabilities isolation to heavier, VM-level + hardware virtualization. Install the actool for ACI manipulation