Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/img/
Date: Thu, 31 May 2018 09:36:37
Message-Id: 1527759377.40e3bca1149abc1bc1c8152adae72691570cd284.mrueg@gentoo
1 commit: 40e3bca1149abc1bc1c8152adae72691570cd284
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 31 09:36:17 2018 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Thu May 31 09:36:17 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40e3bca1
7
8 app-emulation/img: Fix HOMEPAGE, License, DESC
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 app-emulation/img/img-0.3.6.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/app-emulation/img/img-0.3.6.ebuild b/app-emulation/img/img-0.3.6.ebuild
16 index 9ebadf2113a..661f9935215 100644
17 --- a/app-emulation/img/img-0.3.6.ebuild
18 +++ b/app-emulation/img/img-0.3.6.ebuild
19 @@ -10,10 +10,10 @@ GIT_COMMIT="e4a43d044778e3df56e0de3c6ca00706fcca8b50"
20 ARCHIVE_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
21 KEYWORDS="~amd64"
22
23 -DESCRIPTION="Tool to move from docker-compose to Kubernetes"
24 -HOMEPAGE="https://github.com/kubernetes/kompose https://kompose.io"
25 +DESCRIPTION="Standalone daemon-less unprivileged Dockerfile and OCI container image builder"
26 +HOMEPAGE="https://github.com/genuinetools/img"
27 SRC_URI="${ARCHIVE_URI}"
28 -LICENSE="Apache-2.0"
29 +LICENSE="MIT"
30 SLOT="0"
31 IUSE="seccomp"