commit:     8e3af00bec54c723937c11445ad7992f0c20e768
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 12 21:29:02 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Mar 13 16:42:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e3af00b

dev-util/dwarves: Drop 1.17, 1.17-r1, 1.18, 1.19 and 1.19-r1

Bug: https://bugs.gentoo.org/770682
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-util/dwarves/Manifest               |  3 --
 dev-util/dwarves/dwarves-1.17-r1.ebuild | 44 -----------------------------
 dev-util/dwarves/dwarves-1.17.ebuild    | 44 -----------------------------
 dev-util/dwarves/dwarves-1.18.ebuild    | 44 -----------------------------
 dev-util/dwarves/dwarves-1.19-r1.ebuild | 49 ---------------------------------
 dev-util/dwarves/dwarves-1.19.ebuild    | 44 -----------------------------
 6 files changed, 228 deletions(-)

diff --git a/dev-util/dwarves/Manifest b/dev-util/dwarves/Manifest
index 31eef0ce4f5..3b69b6bf776 100644
--- a/dev-util/dwarves/Manifest
+++ b/dev-util/dwarves/Manifest
@@ -1,4 +1 @@
-DIST dwarves-1.17.tar.xz 309028 BLAKE2B 
600d095359fa1ef208cc83655761505a07512faf9957144cc5fdd9e69bef98be3afc8b29a4c13aa0246aa43fdc9b4906de95f37c86fc6790ece52a79e3b13695
 SHA512 
8916ea24316efe1eb322d045fb2d81c230905f2fe33942eac641e9e0311f33a3bcf55be454eac32781799c255303bafacd8f1bd1b3ec08f0dae4d5f38d8186ba
-DIST dwarves-1.18.tar.xz 324912 BLAKE2B 
bdce2903608a1229e2fc7e8a01bc41249a17a1a003fc3616910959fc43b430569cd737a220edfab2473485cd2dc0519b4add0e0e3a690e51ad35c4fa082752a5
 SHA512 
01647607ce0f4dfceb464367f2dd8a432f33eb5d0e003b6bbb07b38bd992a2992844309b04aee2a0388658c41d8b2059d03064c6e450fe7c347c5bca445d7938
-DIST dwarves-1.19.tar.xz 686136 BLAKE2B 
f7fe50be30fa9b247bf0f35d5dec6aa8f1bed44eaaf8a2cde8da6f65a870212c2d257740a6d4f94da24f365ad49259d53c4f5447921b22754c63184001029620
 SHA512 
b378a504da5b00c6280b9efda7348c2d61015ce6477f3e4e4466f58d9bf6837457cd0aa9263b7d921093cca5ee26c4fab9950f7f75ca05d27ae646b3bfe22f9a
 DIST dwarves-1.20.tar.xz 688728 BLAKE2B 
c57f390f7e1d20c861a4acb8cd7fe238a3f7c3f2d915d96fc051dba2587942e8fabfa4f524d18555c486863fa02bc4ab63d90e90d477f376dc5e547aa36cccac
 SHA512 
306bb74c498527a5a9bdae4d304e90511336cab627d9acad5237d93cbb48efe11dbca4418c540fa03e3ecdd168ce224cabe9fd2f6fbb50520d0dd17741c80817

diff --git a/dev-util/dwarves/dwarves-1.17-r1.ebuild 
b/dev-util/dwarves/dwarves-1.17-r1.ebuild
deleted file mode 100644
index 02626d8bfca..00000000000
--- a/dev-util/dwarves/dwarves-1.17-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} )
-inherit multilib cmake python-single-r1
-
-DESCRIPTION="pahole (Poke-a-Hole) and other DWARF2 utilities"
-HOMEPAGE="https://git.kernel.org/cgit/devel/pahole/pahole.git/";
-
-LICENSE="GPL-2" # only
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE="debug"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-       >=dev-libs/elfutils-0.178
-       sys-libs/zlib"
-DEPEND="${RDEPEND}"
-
-if [[ ${PV//_p} == ${PV} ]]; then
-       SRC_URI="http://fedorapeople.org/~acme/dwarves/${P}.tar.xz";
-else
-       SRC_URI="https://dev.gentoo.org/~zzam/${PN}/${P}.tar.xz";
-fi
-
-DOCS=( README README.ctracer NEWS )
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-1.10-python-import.patch
-)
-
-src_configure() {
-       local mycmakeargs=( "-D__LIB=$(get_libdir)" )
-       cmake_src_configure
-}
-
-src_test() { :; }
-
-src_install() {
-       cmake_src_install
-}

diff --git a/dev-util/dwarves/dwarves-1.17.ebuild 
b/dev-util/dwarves/dwarves-1.17.ebuild
deleted file mode 100644
index c3afae1486d..00000000000
--- a/dev-util/dwarves/dwarves-1.17.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{7,8} )
-inherit multilib cmake-utils python-single-r1
-
-DESCRIPTION="pahole (Poke-a-Hole) and other DWARF2 utilities"
-HOMEPAGE="https://git.kernel.org/cgit/devel/pahole/pahole.git/";
-
-LICENSE="GPL-2" # only
-SLOT="0"
-KEYWORDS="amd64 ppc64 x86"
-IUSE="debug"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-       >=dev-libs/elfutils-0.178
-       sys-libs/zlib"
-DEPEND="${RDEPEND}"
-
-if [[ ${PV//_p} == ${PV} ]]; then
-       SRC_URI="http://fedorapeople.org/~acme/dwarves/${P}.tar.xz";
-else
-       SRC_URI="https://dev.gentoo.org/~zzam/${PN}/${P}.tar.xz";
-fi
-
-DOCS=( README README.ctracer NEWS )
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-1.10-python-import.patch
-)
-
-src_configure() {
-       local mycmakeargs=( "-D__LIB=$(get_libdir)" )
-       cmake-utils_src_configure
-}
-
-src_test() { :; }
-
-src_install() {
-       cmake-utils_src_install
-}

diff --git a/dev-util/dwarves/dwarves-1.18.ebuild 
b/dev-util/dwarves/dwarves-1.18.ebuild
deleted file mode 100644
index 02626d8bfca..00000000000
--- a/dev-util/dwarves/dwarves-1.18.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} )
-inherit multilib cmake python-single-r1
-
-DESCRIPTION="pahole (Poke-a-Hole) and other DWARF2 utilities"
-HOMEPAGE="https://git.kernel.org/cgit/devel/pahole/pahole.git/";
-
-LICENSE="GPL-2" # only
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE="debug"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-       >=dev-libs/elfutils-0.178
-       sys-libs/zlib"
-DEPEND="${RDEPEND}"
-
-if [[ ${PV//_p} == ${PV} ]]; then
-       SRC_URI="http://fedorapeople.org/~acme/dwarves/${P}.tar.xz";
-else
-       SRC_URI="https://dev.gentoo.org/~zzam/${PN}/${P}.tar.xz";
-fi
-
-DOCS=( README README.ctracer NEWS )
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-1.10-python-import.patch
-)
-
-src_configure() {
-       local mycmakeargs=( "-D__LIB=$(get_libdir)" )
-       cmake_src_configure
-}
-
-src_test() { :; }
-
-src_install() {
-       cmake_src_install
-}

diff --git a/dev-util/dwarves/dwarves-1.19-r1.ebuild 
b/dev-util/dwarves/dwarves-1.19-r1.ebuild
deleted file mode 100644
index 10618245f8e..00000000000
--- a/dev-util/dwarves/dwarves-1.19-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-inherit multilib cmake python-single-r1
-
-DESCRIPTION="pahole (Poke-a-Hole) and other DWARF2 utilities"
-HOMEPAGE="https://git.kernel.org/cgit/devel/pahole/pahole.git/";
-
-LICENSE="GPL-2" # only
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="debug"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-       >=dev-libs/elfutils-0.178
-       sys-libs/zlib"
-DEPEND="${RDEPEND}"
-
-if [[ ${PV//_p} == ${PV} ]]; then
-       SRC_URI="http://fedorapeople.org/~acme/dwarves/${P}.tar.xz";
-else
-       SRC_URI="https://dev.gentoo.org/~zzam/${PN}/${P}.tar.xz";
-fi
-
-DOCS=( README README.ctracer NEWS )
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-1.10-python-import.patch
-)
-
-src_prepare() {
-       cmake_src_prepare
-       python_fix_shebang ostra/ostra-cg ostra/python/ostra.py
-}
-
-src_configure() {
-       local mycmakeargs=( "-D__LIB=$(get_libdir)" )
-       cmake_src_configure
-}
-
-src_test() { :; }
-
-src_install() {
-       cmake_src_install
-}

diff --git a/dev-util/dwarves/dwarves-1.19.ebuild 
b/dev-util/dwarves/dwarves-1.19.ebuild
deleted file mode 100644
index 7624739ac40..00000000000
--- a/dev-util/dwarves/dwarves-1.19.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} )
-inherit multilib cmake python-single-r1
-
-DESCRIPTION="pahole (Poke-a-Hole) and other DWARF2 utilities"
-HOMEPAGE="https://git.kernel.org/cgit/devel/pahole/pahole.git/";
-
-LICENSE="GPL-2" # only
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="debug"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-       >=dev-libs/elfutils-0.178
-       sys-libs/zlib"
-DEPEND="${RDEPEND}"
-
-if [[ ${PV//_p} == ${PV} ]]; then
-       SRC_URI="http://fedorapeople.org/~acme/dwarves/${P}.tar.xz";
-else
-       SRC_URI="https://dev.gentoo.org/~zzam/${PN}/${P}.tar.xz";
-fi
-
-DOCS=( README README.ctracer NEWS )
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-1.10-python-import.patch
-)
-
-src_configure() {
-       local mycmakeargs=( "-D__LIB=$(get_libdir)" )
-       cmake_src_configure
-}
-
-src_test() { :; }
-
-src_install() {
-       cmake_src_install
-}

Reply via email to