commit:     5cd835f3c148a053fc1b402b025968af599ab376
Author:     Jakov Petrina <jakov.petrina <AT> sartura <DOT> hr>
AuthorDate: Mon May 18 23:21:47 2020 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Wed May 20 22:26:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cd835f3

dev-util/ply: remove old ebuild

Closes: https://github.com/gentoo/gentoo/pull/15874
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jakov Petrina <jakov.petrina <AT> sartura.hr>
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: Luka Perkov <luka.perkov <AT> sartura.hr>
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 dev-util/ply/Manifest                 |  1 -
 dev-util/ply/ply-0_pre20160313.ebuild | 58 -----------------------------------
 2 files changed, 59 deletions(-)

diff --git a/dev-util/ply/Manifest b/dev-util/ply/Manifest
index 6438cf1567c..db6ffb998c1 100644
--- a/dev-util/ply/Manifest
+++ b/dev-util/ply/Manifest
@@ -1,2 +1 @@
-DIST ply-0_pre20160313.tar.gz 38530 BLAKE2B 
3c709e98c32cfd5dce389cf8829e135e0ecdc7907c83dcd2eed88c9c4c5f5a81093cc9ca7045b0cdb18566f0a8b49ddb4d3ba7320c7eaf56a350e45345e8d7bf
 SHA512 
2de2ca2751574fe23b48188b0e8d1b4f1afe46003cbdefa69aeadaed0442675dad42b6cbfd161ebfbe006fbb21d447be4fca0ea7350b1409207473511f685d47
 DIST ply-2.1.1.tar.gz 71578 BLAKE2B 
b63d0bd355985035b8d1c934c13982e21eeda0d710f40b8131562e9ef6a21a3eaf04960b871f5ab83d718ab1726450996988a2aef1a6fbd2e8f1a3c55db92beb
 SHA512 
fdc66d752989a239e01d2746e6c56610c2c945fbeeff8f2a79be1db487a6cbba365d1bd1b553d25c43a3fdc3634ab96bf4a37ab4f694c6eb6eba82c35b37231e

diff --git a/dev-util/ply/ply-0_pre20160313.ebuild 
b/dev-util/ply/ply-0_pre20160313.ebuild
deleted file mode 100644
index 46367c55cfc..00000000000
--- a/dev-util/ply/ply-0_pre20160313.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools linux-info
-
-DESCRIPTION="Dynamic instrumentation of the Linux kernel with BPF and kprobes"
-HOMEPAGE="https://github.com/iovisor/ply";
-EGIT_COMMIT="cfc56c789ad1eff1080ecb0dad18d009b91ae8ea"
-SRC_URI="https://github.com/iovisor/ply/archive/${EGIT_COMMIT}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-S=${WORKDIR}/${PN}-${EGIT_COMMIT}
-
-pkg_pretend() {
-       local CONFIG_CHECK="~BPF ~BPF_SYSCALL ~NET_CLS_BPF ~NET_ACT_BPF
-               ~BPF_JIT ~HAVE_BPF_JIT ~BPF_EVENTS"
-
-       check_extra_config
-}
-
-src_prepare() {
-       eapply_user
-       eautoreconf
-       default
-}
-
-src_configure() {
-       local econf_args=() kerneldir_orig
-       if [[ -d ${KERNEL_DIR} ]]; then
-               # Using KBUILD_OUTPUT can fail, depending on the source tree
-               # state (it might demand that we make mrproper). Therefore,
-               # create a symlink copy of the source tree so that we are free
-               # to clean things up as needed.
-               kerneldir_orig=${KERNEL_DIR}
-               cp -sR "$(realpath "${kerneldir_orig}")" "${T}/kerneldir" || die
-               export KERNEL_DIR="${T}/kerneldir"
-               pushd "${KERNEL_DIR}" || die
-               # avoid sandbox violation for scripts/kconfig/.conf.cmd
-               find . -name '\.*' -delete
-               cp "${kerneldir_orig}/.config" ./.config || die
-               set_arch_to_kernel
-               make mrproper oldconfig prepare || die
-               popd || die
-               econf_args+=(--with-kerneldir="${KERNEL_DIR}")
-       fi
-       econf "${econf_args[@]}"
-}
-
-src_install() {
-       default
-       rm -f "${ED}/usr/share/doc/${P}/COPYING"
-}

Reply via email to