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 51AAD13832E for ; Sat, 30 Jul 2016 18:46:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86A46E0BA8; Sat, 30 Jul 2016 18:46:42 +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 1E3D4E0BA8 for ; Sat, 30 Jul 2016 18:46:42 +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 2E9B1340BF6 for ; Sat, 30 Jul 2016 18:46:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BC277DF for ; Sat, 30 Jul 2016 18:46:38 +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: <1469904389.884ad43485814d2d02a777d3dc60ac430d2942e5.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/rkt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/rkt/rkt-1.10.1.ebuild app-emulation/rkt/rkt-1.11.0.ebuild X-VCS-Directories: app-emulation/rkt/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 884ad43485814d2d02a777d3dc60ac430d2942e5 X-VCS-Branch: master Date: Sat, 30 Jul 2016 18:46:38 +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: a5d69315-8f9d-4db8-b07a-860bf9abf715 X-Archives-Hash: 2864b7eaa295d39cb829abdf6681ab65 commit: 884ad43485814d2d02a777d3dc60ac430d2942e5 Author: Zac Medico gentoo org> AuthorDate: Sat Jul 30 18:44:27 2016 +0000 Commit: Zac Medico gentoo org> CommitDate: Sat Jul 30 18:46:29 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=884ad434 app-emulation/rkt: reduce DESCRIPTION lenght Package-Manager: portage-2.3.0 app-emulation/rkt/rkt-1.10.1.ebuild | 3 +-- app-emulation/rkt/rkt-1.11.0.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/app-emulation/rkt/rkt-1.10.1.ebuild b/app-emulation/rkt/rkt-1.10.1.ebuild index 8a4dfda..8cde565 100644 --- a/app-emulation/rkt/rkt-1.10.1.ebuild +++ b/app-emulation/rkt/rkt-1.10.1.ebuild @@ -25,8 +25,7 @@ rkt_stage1_kvm? ( ) rkt_stage1_src? ( https://github.com/systemd/systemd/archive/${PXE_SYSTEMD_VERSION}.tar.gz -> systemd-${PXE_SYSTEMD_VERSION#v}.tar.gz )" -DESCRIPTION="A CLI for running app containers, and an implementation of the App -Container Spec." +DESCRIPTION="rkt is an App Container runtime for Linux" HOMEPAGE="https://github.com/coreos/rkt" LICENSE="Apache-2.0" diff --git a/app-emulation/rkt/rkt-1.11.0.ebuild b/app-emulation/rkt/rkt-1.11.0.ebuild index c9e4a2f..fbf338c 100644 --- a/app-emulation/rkt/rkt-1.11.0.ebuild +++ b/app-emulation/rkt/rkt-1.11.0.ebuild @@ -24,8 +24,7 @@ rkt_stage1_kvm? ( ) rkt_stage1_src? ( https://github.com/systemd/systemd/archive/${PXE_SYSTEMD_VERSION}.tar.gz -> systemd-${PXE_SYSTEMD_VERSION#v}.tar.gz )" -DESCRIPTION="A CLI for running app containers, and an implementation of the App -Container Spec." +DESCRIPTION="rkt is an App Container runtime for Linux" HOMEPAGE="https://github.com/coreos/rkt" LICENSE="Apache-2.0"