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 2E41C138806 for ; Mon, 25 Dec 2017 19:17:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 179C72BC074; Mon, 25 Dec 2017 19:17:43 +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 E65D62BC074 for ; Mon, 25 Dec 2017 19:17:42 +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 039BD340754 for ; Mon, 25 Dec 2017 19:17:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7E8CAE9D for ; Mon, 25 Dec 2017 19:17:37 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1514229396.b3d228e5c84b34d1695fdb0be4d38745209d4816.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/aerospike-server-community/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/aerospike-server-community/aerospike-server-community-9999.ebuild X-VCS-Directories: dev-db/aerospike-server-community/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: b3d228e5c84b34d1695fdb0be4d38745209d4816 X-VCS-Branch: master Date: Mon, 25 Dec 2017 19:17:37 +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: 893b9176-5cb8-428d-82da-68c0e9cb1b44 X-Archives-Hash: ef4d64992875ca429327abe21e203780 commit: b3d228e5c84b34d1695fdb0be4d38745209d4816 Author: David Seifert gentoo org> AuthorDate: Mon Dec 25 18:04:47 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Dec 25 19:16:36 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3d228e5 dev-db/aerospike-server-community: [QA] Port to git-r3 Package-Manager: Portage-2.3.19, Repoman-2.3.6 .../aerospike-server-community-9999.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/dev-db/aerospike-server-community/aerospike-server-community-9999.ebuild b/dev-db/aerospike-server-community/aerospike-server-community-9999.ebuild index 5010144ae24..4c485634ff5 100644 --- a/dev-db/aerospike-server-community/aerospike-server-community-9999.ebuild +++ b/dev-db/aerospike-server-community/aerospike-server-community-9999.ebuild @@ -1,15 +1,13 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -EGIT_REPO_URI="https://github.com/aerospike/aerospike-server.git" - -inherit git-2 systemd user +inherit git-r3 systemd user DESCRIPTION="Flash-optimized, in-memory, nosql database" HOMEPAGE="http://www.aerospike.com" -SRC_URI="" +EGIT_REPO_URI="https://github.com/aerospike/aerospike-server.git" LICENSE="AGPL-3" SLOT="0"