diff options
author | Sam James <sam@gentoo.org> | 2023-07-18 23:07:30 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-07-18 23:09:16 +0100 |
commit | 84c16c1f456adf0810b9178a9a804ebdba4ba963 (patch) | |
tree | d1b1874381b70766206e0ee39b18738e50324848 /app-portage | |
parent | app-portage/genlop: add 0.30.11 (diff) | |
download | gentoo-84c16c1f456adf0810b9178a9a804ebdba4ba963.tar.gz gentoo-84c16c1f456adf0810b9178a9a804ebdba4ba963.tar.bz2 gentoo-84c16c1f456adf0810b9178a9a804ebdba4ba963.zip |
app-portage/genlop: sync live
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/genlop/genlop-0.30.11.ebuild | 12 | ||||
-rw-r--r-- | 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 |