From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3F2E6138206 for ; Sun, 24 Apr 2016 00:39:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0397E07F4; Sun, 24 Apr 2016 00:39:13 +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 EEDC5E07F7 for ; Sun, 24 Apr 2016 00:39:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9CB45340D17 for ; Sun, 24 Apr 2016 00:39:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61A6E79 for ; Sun, 24 Apr 2016 00:39:09 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1460914176.3fbb333a510c56361927c40c7516dd8a2373bcd0.mrueg@gentoo> Subject: [gentoo-commits] dev/mrueg:master commit in: dev-util/gitlab-ci-multi-runner/ X-VCS-Repository: dev/mrueg X-VCS-Files: dev-util/gitlab-ci-multi-runner/gitlab-ci-multi-runner-1.1.2.ebuild X-VCS-Directories: dev-util/gitlab-ci-multi-runner/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 3fbb333a510c56361927c40c7516dd8a2373bcd0 X-VCS-Branch: master Date: Sun, 24 Apr 2016 00:39:09 +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: 46fc85d8-c300-45ea-ad6d-b74499580a59 X-Archives-Hash: 130c400859618a24fa3fc9992c6b75a4 commit: 3fbb333a510c56361927c40c7516dd8a2373bcd0 Author: Manuel Rüger gentoo org> AuthorDate: Sun Apr 17 17:29:36 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sun Apr 17 17:29:36 2016 +0000 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=3fbb333a dev-util/gitlab-ci-multi-runner: Fix description Package-Manager: portage-2.2.28 dev-util/gitlab-ci-multi-runner/gitlab-ci-multi-runner-1.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/gitlab-ci-multi-runner/gitlab-ci-multi-runner-1.1.2.ebuild b/dev-util/gitlab-ci-multi-runner/gitlab-ci-multi-runner-1.1.2.ebuild index 8b201b9..0558b4f 100644 --- a/dev-util/gitlab-ci-multi-runner/gitlab-ci-multi-runner-1.1.2.ebuild +++ b/dev-util/gitlab-ci-multi-runner/gitlab-ci-multi-runner-1.1.2.ebuild @@ -7,7 +7,7 @@ inherit golang-build golang-vcs-snapshot EGO_PN="gitlab.com/gitlab-org/gitlab-ci-multi-runner/..." -DESCRIPTION="A smart reverse proxy for GitLab written in Go" +DESCRIPTION="Official GitLab CI Runner written in Go" HOMEPAGE="https://gitlab.com/gitlab-org/gitlab-ci-multi-runner" SRC_URI="https://gitlab.com/gitlab-org/${PN}/repository/archive.tar.gz?ref=v${PV} -> ${P}.tar.gz !docker-build? ( https://dev.gentoo.org/~mrueg/files/${P}-prebuilt.tar.gz )"