diff options
author | David Seifert <soap@gentoo.org> | 2017-12-25 19:04:47 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-25 20:16:36 +0100 |
commit | b3d228e5c84b34d1695fdb0be4d38745209d4816 (patch) | |
tree | 98ed5569426652e079cfca04410ef516d863e9f1 /dev-db/aerospike-server-community/aerospike-server-community-9999.ebuild | |
parent | 73f73fab0f0542eaf16dcb64008b009fa3cc8604 (diff) | |
download | gentoo-b3d228e5c84b34d1695fdb0be4d38745209d4816.tar.gz gentoo-b3d228e5c84b34d1695fdb0be4d38745209d4816.tar.xz |
dev-db/aerospike-server-community: [QA] Port to git-r3
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-db/aerospike-server-community/aerospike-server-community-9999.ebuild')
-rw-r--r-- | dev-db/aerospike-server-community/aerospike-server-community-9999.ebuild | 8 |
1 files 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" |