www-servers/monkeyd: git-2->git-r3
authorMarty E. Plummer <hanetzer@startmail.com>
Fri, 27 Apr 2018 17:42:36 +0000 (12:42 -0500)
committerAnthony G. Basile <blueness@gentoo.org>
Fri, 27 Apr 2018 22:11:16 +0000 (18:11 -0400)
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
www-servers/monkeyd/monkeyd-1.6.9-r1.ebuild
www-servers/monkeyd/monkeyd-9999.ebuild

index 67bcf7351327d1b7c386a46d582387bca676daba..d86b0157384e4ea52a96a00922d4271a46866d35 100644 (file)
@@ -1,17 +1,17 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI=5
 
 inherit eutils flag-o-matic toolchain-funcs user multilib
 
 DESCRIPTION="A small, fast, and scalable web server"
 HOMEPAGE="http://www.monkey-project.com/"
 MY_P="${PN/d}-${PV}"
-if [[ ${PV} == "9999" ]] ; then
+if [[ ${PV} == *9999* ]] ; then
        EGIT_REPO_URI="https://github.com/monkey/monkey.git"
-       inherit git-2
-       KEYWORDS="amd64 arm ppc64"
+       inherit git-r3
+       KEYWORDS=""
 else
        SRC_URI="http://monkey-project.com/releases/${PV:0:3}/${MY_P}.tar.gz"
        KEYWORDS="amd64 arm ~mips ppc ppc64 x86"
index fafdebcfb419663a1eda77592f0fffababddc7bb..86d571f4137829d2895707fcc6e1b2ba716c7fb6 100644 (file)
@@ -1,16 +1,16 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI=5
 
 inherit eutils flag-o-matic toolchain-funcs user multilib
 
 DESCRIPTION="A small, fast, and scalable web server"
 HOMEPAGE="http://www.monkey-project.com/"
 MY_P="${PN/d}-${PV}"
-if [[ ${PV} == "9999" ]] ; then
+if [[ ${PV} == *9999* ]] ; then
        EGIT_REPO_URI="https://github.com/monkey/monkey.git"
-       inherit git-2
+       inherit git-r3
        KEYWORDS=""
 else
        SRC_URI="http://monkey-project.com/releases/${PV:0:3}/${MY_P}.tar.gz"