commit: 5d7c10f54eb8fdd45114209ab73c78a0f993f1eb Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Apr 22 10:16:35 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Apr 22 10:16:35 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d7c10f5
app-portage/pgo: Remove last-rited pkg Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-portage/pgo/Manifest | 2 -- app-portage/pgo/metadata.xml | 17 ----------------- app-portage/pgo/pgo-0.0.2.ebuild | 27 --------------------------- app-portage/pgo/pgo-0.0.3.ebuild | 27 --------------------------- profiles/package.mask | 5 ----- 5 files changed, 78 deletions(-) diff --git a/app-portage/pgo/Manifest b/app-portage/pgo/Manifest deleted file mode 100644 index 8cdeee2a769e..000000000000 --- a/app-portage/pgo/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST pgo-0.0.2.tar.gz 1758457 BLAKE2B b31b9c2d200fb925390881019b9c540e8c95454874fa60a8829b73000d27ed470686dd7150d8cdcc7267a7329fcb6883d7f9eee27c622c91c36cfb6648bdda56 SHA512 36435813dee1d6256888e3f845b0bd053d9b58ed1c810f7368e935ac8e58f209956b8d3b0cff5cca464d76d8cebe3f483dba692a47c2785dc626842a30758554 -DIST pgo-0.0.3.tar.gz 1759259 BLAKE2B 9a6be02078d9ff44311fef72e01316a6f5ff896b84c4a2bdd28137f3840a1082f33286682abf28ea95f8cbc8a87be1b4f86895139678602d907cff3347c99e68 SHA512 6f26773cd5fa5277277172f2ff127cd5383908e8bcb8f5ea5aaae01b07ce33c71dcba08e3607c08adad50721c3de33f6e1b9a160134e8dbcebb8a9b38b77d650 diff --git a/app-portage/pgo/metadata.xml b/app-portage/pgo/metadata.xml deleted file mode 100644 index 67fae6acd520..000000000000 --- a/app-portage/pgo/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <longdescription> - pgo is a small command line interface for packages.gentoo.org. It is - using the graphql api of packages.gentoo.org to display information - about packages like: versions, metadata, dependencies, QA reports, - pull requests, bugs and the changelog. It's also able to display - information for maintainers, as a list of packages they are maintaining, - a list of outdated packages, or bugs related to the packages they are - maintaining. - </longdescription> - <upstream> - <remote-id type="github">arzano/pgo</remote-id> - </upstream> -</pkgmetadata> diff --git a/app-portage/pgo/pgo-0.0.2.ebuild b/app-portage/pgo/pgo-0.0.2.ebuild deleted file mode 100644 index e3a6873088bd..000000000000 --- a/app-portage/pgo/pgo-0.0.2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit go-module - -if [[ ${PV} == *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/arzano/pgo" -else - SRC_URI="https://github.com/arzano/pgo/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -DESCRIPTION="A command line interface for packages.gentoo.org" -HOMEPAGE="https://github.com/arzano/pgo" -LICENSE="BSD-2" -SLOT="0" - -src_compile() { - env GOBIN="${S}/bin" go build -mod=vendor || die "compile failed" -} - -src_install() { - dobin pgo -} diff --git a/app-portage/pgo/pgo-0.0.3.ebuild b/app-portage/pgo/pgo-0.0.3.ebuild deleted file mode 100644 index 42500887708a..000000000000 --- a/app-portage/pgo/pgo-0.0.3.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit go-module - -if [[ ${PV} == *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/arzano/pgo" -else - SRC_URI="https://github.com/arzano/pgo/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~ppc64 ~x86" -fi - -DESCRIPTION="A command line interface for packages.gentoo.org" -HOMEPAGE="https://github.com/arzano/pgo" -LICENSE="BSD-2" -SLOT="0" - -src_compile() { - env GOBIN="${S}/bin" go build -mod=vendor || die "compile failed" -} - -src_install() { - dobin pgo -} diff --git a/profiles/package.mask b/profiles/package.mask index 67d7f2162842..6ef8f8a42c36 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -323,11 +323,6 @@ sys-cluster/teleport # should now Just Work. Removal on 2025-04-10. dev-lang/gnat-gpl -# Arthur Zamarin <[email protected]> (2025-03-08) -# EAPI=7. Broken CLI for packages.g.o. -# Removal on 2025-04-07. -app-portage/pgo - # Sam James <[email protected]> (2025-03-07) # May cause emerge to hang (bug #950707). Tests hang on one machine # and another strange report upstream: https://github.com/pkgconf/pkgconf/issues/383.
