From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6539D15800A for ; Tue, 18 Jul 2023 22:09:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7540FE0802; Tue, 18 Jul 2023 22:09:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5B20DE0802 for ; Tue, 18 Jul 2023 22:09:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 57F2F340E1F for ; Tue, 18 Jul 2023 22:09:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E2888B8B for ; Tue, 18 Jul 2023 22:09:30 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1689718156.84c16c1f456adf0810b9178a9a804ebdba4ba963.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/genlop/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/genlop/genlop-0.30.11.ebuild app-portage/genlop/genlop-9999.ebuild X-VCS-Directories: app-portage/genlop/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 84c16c1f456adf0810b9178a9a804ebdba4ba963 X-VCS-Branch: master Date: Tue, 18 Jul 2023 22:09:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5f92882b-bf92-49ad-b132-409464a1e391 X-Archives-Hash: 91c685fa76c6c6a396d0affcfea5ad11 commit: 84c16c1f456adf0810b9178a9a804ebdba4ba963 Author: Sam James gentoo org> AuthorDate: Tue Jul 18 22:07:30 2023 +0000 Commit: Sam James gentoo 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 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