From: "Rafael Martins" <rafaelmartins@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/cgisysinfo/
Date: Mon, 23 Sep 2019 01:11:22 +0000 (UTC) [thread overview]
Message-ID: <1569201052.036dec76dd8974493b8128b2b48e3c9614bc251c.rafaelmartins@gentoo> (raw)
commit: 036dec76dd8974493b8128b2b48e3c9614bc251c
Author: Rafael Martins <rafaelmartins <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 23 01:04:49 2019 +0000
Commit: Rafael Martins <rafaelmartins <AT> gentoo <DOT> org>
CommitDate: Mon Sep 23 01:10:52 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=036dec76
www-apps/cgisysinfo: removed -9999 logic. bump to eapi 7
Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Rafael Martins <rafaelmartins <AT> gentoo.org>
www-apps/cgisysinfo/cgisysinfo-0.4.1.ebuild | 21 +++++++--------------
1 file changed, 7 insertions(+), 14 deletions(-)
diff --git a/www-apps/cgisysinfo/cgisysinfo-0.4.1.ebuild b/www-apps/cgisysinfo/cgisysinfo-0.4.1.ebuild
index 0dc2dac982c..15aea025958 100644
--- a/www-apps/cgisysinfo/cgisysinfo-0.4.1.ebuild
+++ b/www-apps/cgisysinfo/cgisysinfo-0.4.1.ebuild
@@ -1,22 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="5"
+EAPI="7"
inherit autotools
-if [[ ${PV} = *9999* ]]; then
- WANT_AUTOMAKE="1.10"
- inherit git-r3
- EGIT_REPO_URI="https://github.com/rafaelmartins/${PN}"
- KEYWORDS=""
- DOCS=( "README.md" "AUTHORS" "NEWS" )
-else
- SRC_URI="https://github.com/rafaelmartins/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
- DOCS=( "README" "AUTHORS" "NEWS" )
-fi
-
+SRC_URI="https://github.com/rafaelmartins/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
DESCRIPTION="A small cgi utility to show basic system information"
HOMEPAGE="https://github.com/rafaelmartins/cgisysinfo"
@@ -24,10 +13,14 @@ LICENSE="GPL-2"
SLOT="0"
IUSE="fastcgi"
+KEYWORDS="~amd64 ~x86"
+DOCS=( "README" "AUTHORS" "NEWS" )
+
DEPEND="fastcgi? ( dev-libs/fcgi )"
RDEPEND="${DEPEND}"
src_prepare() {
+ default
eautoreconf
}
next reply other threads:[~2019-09-23 1:11 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-23 1:11 Rafael Martins [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-05-07 18:03 [gentoo-commits] repo/gentoo:master commit in: www-apps/cgisysinfo/ Rafael Martins
2018-01-05 22:07 David Seifert
2017-11-26 23:26 David Seifert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1569201052.036dec76dd8974493b8128b2b48e3c9614bc251c.rafaelmartins@gentoo \
--to=rafaelmartins@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox