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:46:43
Message-Id: 1469904389.884ad43485814d2d02a777d3dc60ac430d2942e5.zmedico@gentoo
1 commit: 884ad43485814d2d02a777d3dc60ac430d2942e5
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 30 18:44:27 2016 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 30 18:46:29 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=884ad434
7
8 app-emulation/rkt: reduce DESCRIPTION lenght
9
10 Package-Manager: portage-2.3.0
11
12 app-emulation/rkt/rkt-1.10.1.ebuild | 3 +--
13 app-emulation/rkt/rkt-1.11.0.ebuild | 3 +--
14 2 files changed, 2 insertions(+), 4 deletions(-)
15
16 diff --git a/app-emulation/rkt/rkt-1.10.1.ebuild b/app-emulation/rkt/rkt-1.10.1.ebuild
17 index 8a4dfda..8cde565 100644
18 --- a/app-emulation/rkt/rkt-1.10.1.ebuild
19 +++ b/app-emulation/rkt/rkt-1.10.1.ebuild
20 @@ -25,8 +25,7 @@ rkt_stage1_kvm? (
21 )
22 rkt_stage1_src? ( https://github.com/systemd/systemd/archive/${PXE_SYSTEMD_VERSION}.tar.gz -> systemd-${PXE_SYSTEMD_VERSION#v}.tar.gz )"
23
24 -DESCRIPTION="A CLI for running app containers, and an implementation of the App
25 -Container Spec."
26 +DESCRIPTION="rkt is an App Container runtime for Linux"
27 HOMEPAGE="https://github.com/coreos/rkt"
28
29 LICENSE="Apache-2.0"
30
31 diff --git a/app-emulation/rkt/rkt-1.11.0.ebuild b/app-emulation/rkt/rkt-1.11.0.ebuild
32 index c9e4a2f..fbf338c 100644
33 --- a/app-emulation/rkt/rkt-1.11.0.ebuild
34 +++ b/app-emulation/rkt/rkt-1.11.0.ebuild
35 @@ -24,8 +24,7 @@ rkt_stage1_kvm? (
36 )
37 rkt_stage1_src? ( https://github.com/systemd/systemd/archive/${PXE_SYSTEMD_VERSION}.tar.gz -> systemd-${PXE_SYSTEMD_VERSION#v}.tar.gz )"
38
39 -DESCRIPTION="A CLI for running app containers, and an implementation of the App
40 -Container Spec."
41 +DESCRIPTION="rkt is an App Container runtime for Linux"
42 HOMEPAGE="https://github.com/coreos/rkt"
43
44 LICENSE="Apache-2.0"