commit:     d82df9d85d563b35f8f4243abf7a2e0b3a7a4925
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  3 07:33:27 2023 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Apr  3 07:33:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d82df9d8

dev-util/clippy: drop 8.2.2-r1, 8.4.1

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-util/clippy/Manifest               |  2 --
 dev-util/clippy/clippy-8.2.2-r1.ebuild | 46 ----------------------------------
 dev-util/clippy/clippy-8.4.1.ebuild    | 46 ----------------------------------
 3 files changed, 94 deletions(-)

diff --git a/dev-util/clippy/Manifest b/dev-util/clippy/Manifest
index 3b5111416c32..20ebf292b770 100644
--- a/dev-util/clippy/Manifest
+++ b/dev-util/clippy/Manifest
@@ -1,3 +1 @@
-DIST clippy-8.2.2.tar.gz 9439460 BLAKE2B 
7ea4b44e3d167677e087ac8767c470b91c485e52f9e45513fb6da8498ff3c56e84dd90257eff3b0067c061e7596578968017cbec7de7ea951b6f80134332e1bf
 SHA512 
52d8e82979823f61ec6f117db1eb41b23fd8ad3197ae3f9d2cfa3ad9d96636a3d2f0b36720b2041a9261c8b639ddd48e46a2351ce41cb596f7dc432cddf29256
-DIST clippy-8.4.1.tar.gz 9886182 BLAKE2B 
be270f34e9ffdbf87a10c7bbd73e9f244128821f1c014060880015e4e7e06165dbc1dc3253894bda5dc1a0607a5bdbad21a70532e9019f1e06d0abd24beffff1
 SHA512 
69f936580d2e7838e1f15fdfa71a4fa00e7acaa93df4cdbd6129560fbcd45f3754cf5d03b4c9331bf4850477560d63d5509d185098583d19fa93d9e960e1483a
 DIST clippy-8.4.2.tar.gz 9893223 BLAKE2B 
670fb131c2959b0ce4f3133ef38caeb7832275844b16f8582a693033f5466ad0eb98ab45ed9615e0a121ab80bf034edafe7ee816c47d767bd8a13b52f3138eac
 SHA512 
1ee9d17ef3b85c5c10df624a6560bcacb2b5daa3d6231e457f06d9eb6e5ccf375064a46e809d851c23cb6daf7a4299d1f25be589992ef729e80f9bad41a8d7f7

diff --git a/dev-util/clippy/clippy-8.2.2-r1.ebuild 
b/dev-util/clippy/clippy-8.2.2-r1.ebuild
deleted file mode 100644
index 598c35e3c381..000000000000
--- a/dev-util/clippy/clippy-8.2.2-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_P="frr-${PV}"
-PYTHON_COMPAT=( python3_{9..10} )
-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 -> 
${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/flex"
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-src_configure() {
-       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/clippy-8.4.1.ebuild 
b/dev-util/clippy/clippy-8.4.1.ebuild
deleted file mode 100644
index dd93150f5df8..000000000000
--- a/dev-util/clippy/clippy-8.4.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_P="frr-${PV}"
-PYTHON_COMPAT=( python3_{9..11} )
-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 -> 
${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/flex"
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-src_configure() {
-       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'"
-}

Reply via email to