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 688861382B5 for ; Tue, 14 Jun 2016 20:23:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D859DE08D2; Tue, 14 Jun 2016 20:23:01 +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 60DCEE08D2 for ; Tue, 14 Jun 2016 20:23:01 +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 7D2FB33D3CE for ; Tue, 14 Jun 2016 20:23:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 872881933 for ; Tue, 14 Jun 2016 20:22:57 +0000 (UTC) From: "Austin English" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Austin English" Message-ID: <1465935743.102ba791f5e1b050d87b3f756537857b35b0074e.wizardedit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/artifactory-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/artifactory-bin/artifactory-bin-4.7.6.ebuild dev-util/artifactory-bin/artifactory-bin-4.7.7.ebuild dev-util/artifactory-bin/artifactory-bin-4.8.0.ebuild X-VCS-Directories: dev-util/artifactory-bin/ X-VCS-Committer: wizardedit X-VCS-Committer-Name: Austin English X-VCS-Revision: 102ba791f5e1b050d87b3f756537857b35b0074e X-VCS-Branch: master Date: Tue, 14 Jun 2016 20:22:57 +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: 444d663f-9906-40b8-ae97-8c34124bff4a X-Archives-Hash: a8529e78e6416ce8041a7687a147e96f commit: 102ba791f5e1b050d87b3f756537857b35b0074e Author: Austin English gentoo org> AuthorDate: Tue Jun 14 20:20:34 2016 +0000 Commit: Austin English gentoo org> CommitDate: Tue Jun 14 20:22:23 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=102ba791 dev-util/artifactory-bin: fix LICENSE (LGPL-3+, not Apache-2.0) Package-Manager: portage-2.2.28 dev-util/artifactory-bin/artifactory-bin-4.7.6.ebuild | 2 +- dev-util/artifactory-bin/artifactory-bin-4.7.7.ebuild | 2 +- dev-util/artifactory-bin/artifactory-bin-4.8.0.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-util/artifactory-bin/artifactory-bin-4.7.6.ebuild b/dev-util/artifactory-bin/artifactory-bin-4.7.6.ebuild index 7698961..27d65dc 100644 --- a/dev-util/artifactory-bin/artifactory-bin-4.7.6.ebuild +++ b/dev-util/artifactory-bin/artifactory-bin-4.7.6.ebuild @@ -19,7 +19,7 @@ DESCRIPTION="The world's most advanced repository manager for maven" HOMEPAGE="http://www.jfrog.org/products.php" SRC_URI="https://bintray.com/artifact/download/jfrog/artifactory/jfrog-artifactory-oss-${MY_PV}.zip -> ${MY_P}.zip" -LICENSE="Apache-2.0" +LICENSE="LGPL-3+" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="ssl" diff --git a/dev-util/artifactory-bin/artifactory-bin-4.7.7.ebuild b/dev-util/artifactory-bin/artifactory-bin-4.7.7.ebuild index 7698961..27d65dc 100644 --- a/dev-util/artifactory-bin/artifactory-bin-4.7.7.ebuild +++ b/dev-util/artifactory-bin/artifactory-bin-4.7.7.ebuild @@ -19,7 +19,7 @@ DESCRIPTION="The world's most advanced repository manager for maven" HOMEPAGE="http://www.jfrog.org/products.php" SRC_URI="https://bintray.com/artifact/download/jfrog/artifactory/jfrog-artifactory-oss-${MY_PV}.zip -> ${MY_P}.zip" -LICENSE="Apache-2.0" +LICENSE="LGPL-3+" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="ssl" diff --git a/dev-util/artifactory-bin/artifactory-bin-4.8.0.ebuild b/dev-util/artifactory-bin/artifactory-bin-4.8.0.ebuild index b11f9b2..8c147a1 100644 --- a/dev-util/artifactory-bin/artifactory-bin-4.8.0.ebuild +++ b/dev-util/artifactory-bin/artifactory-bin-4.8.0.ebuild @@ -21,7 +21,7 @@ DESCRIPTION="The world's most advanced repository manager for maven" HOMEPAGE="http://www.jfrog.org/products.php" SRC_URI="https://bintray.com/artifact/download/jfrog/artifactory/jfrog-artifactory-oss-${MY_PV}.zip -> ${MY_P}.zip" -LICENSE="Apache-2.0" +LICENSE="LGPL-3+" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="ssl"