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 F3176139694 for ; Mon, 5 Jun 2017 15:33:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E5D1E0C5A; Mon, 5 Jun 2017 15:33:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1AAF6E0C5A for ; Mon, 5 Jun 2017 15:33:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F0BB234195A for ; Mon, 5 Jun 2017 15:33:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2131B7472 for ; Mon, 5 Jun 2017 15:33:30 +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: <1496676796.a3eb4f63e4035798cb4fe1c01b7c5c097cb00baa.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/go-jira/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/go-jira/go-jira-0.1.14.ebuild X-VCS-Directories: app-misc/go-jira/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: a3eb4f63e4035798cb4fe1c01b7c5c097cb00baa X-VCS-Branch: master Date: Mon, 5 Jun 2017 15:33:30 +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: b868eb7f-c2cf-48f4-b21b-09e647e1f634 X-Archives-Hash: 9710119637e269d1b3748b95b7f9ae2d commit: a3eb4f63e4035798cb4fe1c01b7c5c097cb00baa Author: Manuel Rüger gentoo org> AuthorDate: Mon Jun 5 15:33:16 2017 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Mon Jun 5 15:33:16 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3eb4f63 app-misc/go-jira: Drop unused user.eclass Package-Manager: Portage-2.3.6, Repoman-2.3.2 app-misc/go-jira/go-jira-0.1.14.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/go-jira/go-jira-0.1.14.ebuild b/app-misc/go-jira/go-jira-0.1.14.ebuild index 5e55d8699e2..8044698633c 100644 --- a/app-misc/go-jira/go-jira-0.1.14.ebuild +++ b/app-misc/go-jira/go-jira-0.1.14.ebuild @@ -17,7 +17,7 @@ EGO_VENDOR=( "gopkg.in/op/go-logging.v1 b2cb9fa56473e98db8caba80237377e83fe44db5 github.com/op/go-logging" "golang.org/x/crypto e1a4589e7d3ea14a3352255d04b6f1a418845e5e github.com/golang/crypto" ) -inherit golang-build golang-vcs-snapshot user +inherit golang-build golang-vcs-snapshot ARCHIVE_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64"