public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/genlop/
Date: Tue, 18 Jul 2023 22:09:30 +0000 (UTC)	[thread overview]
Message-ID: <1689718156.84c16c1f456adf0810b9178a9a804ebdba4ba963.sam@gentoo> (raw)

commit:     84c16c1f456adf0810b9178a9a804ebdba4ba963
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 18 22:07:30 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 18 22:09:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84c16c1f

app-portage/genlop: sync live

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-portage/genlop/genlop-0.30.11.ebuild | 12 +++++++++---
 app-portage/genlop/genlop-9999.ebuild    |  4 ++--
 2 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/app-portage/genlop/genlop-0.30.11.ebuild b/app-portage/genlop/genlop-0.30.11.ebuild
index 7359447fca5a..a17ddee040e7 100644
--- a/app-portage/genlop/genlop-0.30.11.ebuild
+++ b/app-portage/genlop/genlop-0.30.11.ebuild
@@ -6,12 +6,18 @@ EAPI=8
 inherit bash-completion-r1
 
 DESCRIPTION="Nice emerge.log parser"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Perl"
-SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Perl https://github.com/gentoo-perl/genlop"
+
+if [[ ${PV} == 9999 ]] ; then
+	EGIT_REPO_URI="https://github.com/gentoo-perl/genlop"
+	inherit git-r3
+else
+	SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz"
+	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+fi
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 DEPEND="
 	dev-lang/perl

diff --git a/app-portage/genlop/genlop-9999.ebuild b/app-portage/genlop/genlop-9999.ebuild
index fe9a088ea8af..49ff1a470e61 100644
--- a/app-portage/genlop/genlop-9999.ebuild
+++ b/app-portage/genlop/genlop-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit git-r3 bash-completion-r1
 


             reply	other threads:[~2023-07-18 22:09 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-18 22:09 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-10 12:18 [gentoo-commits] repo/gentoo:master commit in: app-portage/genlop/ Arthur Zamarin
2024-03-10  9:16 Arthur Zamarin
2024-03-10  9:16 Arthur Zamarin
2024-03-10  8:57 Jakov Smolić
2024-03-10  8:57 Jakov Smolić
2024-03-10  8:57 Jakov Smolić
2024-03-10  8:57 Jakov Smolić
2024-03-10  5:38 Sam James
2023-08-19  7:53 Arthur Zamarin
2023-08-19  7:42 Arthur Zamarin
2023-08-19  6:23 Sam James
2023-08-19  6:09 Sam James
2023-07-18 22:33 Sam James
2023-07-18 22:09 Sam James
2023-07-18 22:09 Sam James
2023-02-08 17:13 Sam James
2021-10-19  2:35 Sam James
2021-03-21 17:56 David Seifert
2021-03-21 17:56 David Seifert
2020-07-23  9:47 Kent Fredric
2019-10-21  8:39 Fabian Groffen
2019-06-06  6:46 Agostino Sarubbo
2019-06-05  7:28 Agostino Sarubbo
2019-06-04 18:51 Agostino Sarubbo
2019-05-26  7:04 Sergei Trofimovich
2019-05-23 13:20 Mikle Kolyada
2019-05-14  8:08 Sergei Trofimovich
2019-05-13  9:51 Mikle Kolyada
2019-05-13  1:41 Thomas Deutschmann
2019-05-12 22:03 Sergei Trofimovich
2019-05-12 21:57 Sergei Trofimovich
2019-05-04 14:28 Andreas K. Hüttel
2018-12-16 12:28 Mikle Kolyada
2017-12-25 14:43 David Seifert
2017-07-30  8:47 Michał Górny
2017-01-24 15:39 Andreas Hüttel

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=1689718156.84c16c1f456adf0810b9178a9a804ebdba4ba963.sam@gentoo \
    --to=sam@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