Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/monkeyd/
Date: Fri, 27 Apr 2018 22:11:39
Message-Id: 1524867076.dacba8510405c732f4c93ab36d3db0d153c525fe.blueness@gentoo
1 commit: dacba8510405c732f4c93ab36d3db0d153c525fe
2 Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
3 AuthorDate: Fri Apr 27 17:42:36 2018 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 27 22:11:16 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dacba851
7
8 www-servers/monkeyd: git-2->git-r3
9
10 Package-Manager: Portage-2.3.31, Repoman-2.3.9
11 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
12
13 www-servers/monkeyd/monkeyd-1.6.9-r1.ebuild | 10 +++++-----
14 www-servers/monkeyd/monkeyd-9999.ebuild | 8 ++++----
15 2 files changed, 9 insertions(+), 9 deletions(-)
16
17 diff --git a/www-servers/monkeyd/monkeyd-1.6.9-r1.ebuild b/www-servers/monkeyd/monkeyd-1.6.9-r1.ebuild
18 index 67bcf735132..d86b0157384 100644
19 --- a/www-servers/monkeyd/monkeyd-1.6.9-r1.ebuild
20 +++ b/www-servers/monkeyd/monkeyd-1.6.9-r1.ebuild
21 @@ -1,17 +1,17 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI="5"
27 +EAPI=5
28
29 inherit eutils flag-o-matic toolchain-funcs user multilib
30
31 DESCRIPTION="A small, fast, and scalable web server"
32 HOMEPAGE="http://www.monkey-project.com/"
33 MY_P="${PN/d}-${PV}"
34 -if [[ ${PV} == "9999" ]] ; then
35 +if [[ ${PV} == *9999* ]] ; then
36 EGIT_REPO_URI="https://github.com/monkey/monkey.git"
37 - inherit git-2
38 - KEYWORDS="amd64 arm ppc64"
39 + inherit git-r3
40 + KEYWORDS=""
41 else
42 SRC_URI="http://monkey-project.com/releases/${PV:0:3}/${MY_P}.tar.gz"
43 KEYWORDS="amd64 arm ~mips ppc ppc64 x86"
44
45 diff --git a/www-servers/monkeyd/monkeyd-9999.ebuild b/www-servers/monkeyd/monkeyd-9999.ebuild
46 index fafdebcfb41..86d571f4137 100644
47 --- a/www-servers/monkeyd/monkeyd-9999.ebuild
48 +++ b/www-servers/monkeyd/monkeyd-9999.ebuild
49 @@ -1,16 +1,16 @@
50 -# Copyright 1999-2016 Gentoo Foundation
51 +# Copyright 1999-2018 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53
54 -EAPI="5"
55 +EAPI=5
56
57 inherit eutils flag-o-matic toolchain-funcs user multilib
58
59 DESCRIPTION="A small, fast, and scalable web server"
60 HOMEPAGE="http://www.monkey-project.com/"
61 MY_P="${PN/d}-${PV}"
62 -if [[ ${PV} == "9999" ]] ; then
63 +if [[ ${PV} == *9999* ]] ; then
64 EGIT_REPO_URI="https://github.com/monkey/monkey.git"
65 - inherit git-2
66 + inherit git-r3
67 KEYWORDS=""
68 else
69 SRC_URI="http://monkey-project.com/releases/${PV:0:3}/${MY_P}.tar.gz"