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 124B4138334 for ; Wed, 13 Feb 2019 18:14:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38E83E0977; Wed, 13 Feb 2019 18:14:10 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1296AE0977 for ; Wed, 13 Feb 2019 18:14:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B604B335D10 for ; Wed, 13 Feb 2019 18:14:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7363E4D3 for ; Wed, 13 Feb 2019 18:14:06 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1550081632.233d788c0fb05a39731b5ee2087c7c54011e8ca0.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/unifi/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/unifi/unifi-5.10.12.ebuild net-wireless/unifi/unifi-5.6.40.ebuild X-VCS-Directories: net-wireless/unifi/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 233d788c0fb05a39731b5ee2087c7c54011e8ca0 X-VCS-Branch: master Date: Wed, 13 Feb 2019 18:14:06 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 52537aaa-2383-4618-82bd-e958b7513ae1 X-Archives-Hash: 5929afd312e5898b893dfed447939c77 commit: 233d788c0fb05a39731b5ee2087c7c54011e8ca0 Author: Ben Kohler gentoo org> AuthorDate: Wed Feb 13 18:13:28 2019 +0000 Commit: Ben Kohler gentoo org> CommitDate: Wed Feb 13 18:13:52 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=233d788c net-wireless/unifi: 5.6.40 & 5.10.12 stable Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Ben Kohler gentoo.org> net-wireless/unifi/unifi-5.10.12.ebuild | 2 +- net-wireless/unifi/unifi-5.6.40.ebuild | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-wireless/unifi/unifi-5.10.12.ebuild b/net-wireless/unifi/unifi-5.10.12.ebuild index 053a81552b9..27baa577f0b 100644 --- a/net-wireless/unifi/unifi-5.10.12.ebuild +++ b/net-wireless/unifi/unifi-5.10.12.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="A Management Controller for Ubiquiti Networks UniFi APs" HOMEPAGE="https://www.ubnt.com" SRC_URI="https://dl.ubnt.com/unifi/${PV}${RC_SUFFIX}/UniFi.unix.zip -> ${P}.zip" -KEYWORDS="~amd64" +KEYWORDS="amd64" LICENSE="Apache-1.0 Apache-2.0 BSD-1 BSD-2 BSD CDDL EPL-1.0 GPL-2 LGPL-2.1 LGPL-3 MIT ubiquiti" SLOT="0/5.10" IUSE="systemd" diff --git a/net-wireless/unifi/unifi-5.6.40.ebuild b/net-wireless/unifi/unifi-5.6.40.ebuild index d99b14431c0..989ef2ce57a 100644 --- a/net-wireless/unifi/unifi-5.6.40.ebuild +++ b/net-wireless/unifi/unifi-5.6.40.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 # Used, when it's an unstable, beta or release candidate -RC_SUFFIX="-508ed3ce93" +#RC_SUFFIX="" inherit systemd user @@ -12,7 +12,7 @@ DESCRIPTION="A Management Controller for Ubiquiti Networks UniFi APs" HOMEPAGE="https://www.ubnt.com" SRC_URI="https://dl.ubnt.com/unifi/${PV}${RC_SUFFIX}/UniFi.unix.zip -> ${P}.zip" -KEYWORDS="~amd64" +KEYWORDS="amd64" LICENSE="Apache-1.0 Apache-2.0 BSD-1 BSD-2 BSD CDDL EPL-1.0 GPL-2 LGPL-2.1 LGPL-3 MIT ubiquiti" SLOT="0/5.6"