commit:     9ca10d92ba04bb4295c6f72aaaa14612505dc4db
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 31 10:05:40 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Dec 31 10:26:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ca10d92

dev-util/clippy: treeclean

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-util/clippy/Manifest            |  1 -
 dev-util/clippy/clippy-9.0.4.ebuild | 58 -------------------------------------
 dev-util/clippy/metadata.xml        | 19 ------------
 profiles/package.mask               |  6 ----
 4 files changed, 84 deletions(-)

diff --git a/dev-util/clippy/Manifest b/dev-util/clippy/Manifest
deleted file mode 100644
index 386a4725b138..000000000000
--- a/dev-util/clippy/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST frr-9.0.4.tar.gz 10346069 BLAKE2B 
63c7cec0fdaccba058bac757b68906c2cf0ec307f5313a299ef943f1c708dfa0ec0dee8bd8f743f9e54a3ed06f484435bb032294c4e2d0a026a2bd4187e14ec2
 SHA512 
e3717945176f72e14722e929a99f1a62ddd5332988d671950253ea4efc2e83f0464043e7acf990df6bc9306b81f4a32633a0debf92c8a19d13edd38a9bb4eaea

diff --git a/dev-util/clippy/clippy-9.0.4.ebuild 
b/dev-util/clippy/clippy-9.0.4.ebuild
deleted file mode 100644
index 936a8241b167..000000000000
--- a/dev-util/clippy/clippy-9.0.4.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 2020-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_P="frr-${PV}"
-PYTHON_COMPAT=( python3_{10..12} )
-inherit autotools python-single-r1
-
-DESCRIPTION="Standalone clippy tool built from FRR sources"
-HOMEPAGE="https://frrouting.org/";
-SRC_URI="https://github.com/FRRouting/frr/archive/${MY_P}.tar.gz";
-S="${WORKDIR}/frr-${MY_P}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-# standalone clippy does not have any tests
-# restrict to prevent bug 811753
-RESTRICT="test"
-
-DEPEND="
-       ${PYTHON_DEPS}
-       virtual/libelf:=
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-       sys-devel/bison
-       sys-devel/flex
-"
-
-QA_CONFIG_IMPL_DECL_SKIP=(
-       mallinfo        # check in configure is fallback is needed
-       mallinfo2       # check in configure is fallback is needed
-)
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-src_configure() {
-       # bug #884291
-       unset YACC
-       export LEX=flex
-
-       econf --enable-clippy-only
-}
-
-src_install() {
-       # 830087
-       find "lib" -type f -name "clippy" -print0 |
-               xargs -0 file | grep executable | grep ELF | cut -f 1 -d : |
-               xargs -I '{}' dobin '{}' ||
-               die "Failed to install 'lib/clippy'"
-}

diff --git a/dev-util/clippy/metadata.xml b/dev-util/clippy/metadata.xml
deleted file mode 100644
index b19c1cfaa54d..000000000000
--- a/dev-util/clippy/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="person" proxied="yes">
-               <name>Alarig Le Lay</name>
-               <email>[email protected]</email>
-       </maintainer>
-       <maintainer type="person" proxied="yes">
-               <email>[email protected]</email>
-               <name>Jaco Kroon</name>
-       </maintainer>
-       <maintainer type="project" proxied="proxy">
-               <email>[email protected]</email>
-               <name>Proxy Maintainers</name>
-       </maintainer>
-       <upstream>
-               <remote-id type="github">FRRouting/frr</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index add5376bda2c..f67368ae7a6f 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -204,12 +204,6 @@ dev-util/usb-robot
 # No maintainer. Removal in 30 days.
 app-emulation/spim
 
-# Jaco Kroon <[email protected]> (2024-11-15)
-# clippy exists purely for frr (even comes from the same sources).  This
-# package split is no longer implemented from frr-9.1.2 onwards, so this
-# package is no longer required.
-dev-util/clippy
-
 # Michael Orlitzky <[email protected]> (2024-11-13)
 # PHP 8.1.x no longer receives bug fixes unless they address security
 # issues. That means no build fixes, no updates for modern compilers,

Reply via email to