commit:     12fb445ef79aaa1e9189a671ac15c2a2060bea13
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 30 11:03:54 2021 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Oct 30 11:11:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12fb445e

app-portage/iwdevtools: drop 0.7.0

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 app-portage/iwdevtools/Manifest                |  1 -
 app-portage/iwdevtools/iwdevtools-0.7.0.ebuild | 50 --------------------------
 2 files changed, 51 deletions(-)

diff --git a/app-portage/iwdevtools/Manifest b/app-portage/iwdevtools/Manifest
index cd89822bee7..906d92e8292 100644
--- a/app-portage/iwdevtools/Manifest
+++ b/app-portage/iwdevtools/Manifest
@@ -1,2 +1 @@
-DIST iwdevtools-0.7.0.tar.gz 56208 BLAKE2B 
205bb9bc1e894b9cc6a9c3abb4f902c9c3f8337fff8618df162f4dc5d78416fe8e2852cb513d4153d8acf2a0d918e43352714502e1f40faffc777e19ad81ab55
 SHA512 
ec528901229066d333fcd8f53060601628b682a93c3e07a89826ff0fd2e406a4dffe76397883d4c50b459588cc6364873c43e5129bd172049c30aea039ae36d5
 DIST iwdevtools-0.8.0.tar.gz 57529 BLAKE2B 
b8068c7781b8b164b9b5d191f8a33a4a89854edb7c78c56d4f1312dd0d051d0b033f21611066303acb7efdf8403d6869458db98e7b1b2a293c779cca2bdcdd36
 SHA512 
df39fa02d7f4f72334286305bfa9c2db6d5db90bddc47194e3383a99492366796c7ae2e751bcf8af01d14cfa0bac88ea8d9c8678b7891f85aaa1b20e4a9e91cb

diff --git a/app-portage/iwdevtools/iwdevtools-0.7.0.ebuild 
b/app-portage/iwdevtools/iwdevtools-0.7.0.ebuild
deleted file mode 100644
index 25cb8346209..00000000000
--- a/app-portage/iwdevtools/iwdevtools-0.7.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson optfeature
-
-DESCRIPTION="Small tools to aid with Gentoo development, primarily intended 
for QA"
-HOMEPAGE="https://github.com/ionenwks/iwdevtools";
-SRC_URI="https://github.com/ionenwks/iwdevtools/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       app-misc/pax-utils
-       app-portage/portage-utils
-       sys-apps/diffutils
-       sys-apps/file
-       sys-apps/portage
-       sys-apps/util-linux"
-BDEPEND="
-       sys-apps/help2man
-       test? ( ${RDEPEND} )"
-
-src_configure() {
-       local emesonargs=(
-               -Ddocdir=${PF}
-               -Deprefix="${EPREFIX}"
-               $(meson_use test)
-       )
-       meson_src_configure
-}
-
-pkg_postinst() {
-       optfeature "detecting potential ABI issues using abidiff" 
dev-util/libabigail
-
-       if [[ ! ${REPLACING_VERSIONS} ]]; then
-               elog "To (optionally) integrate with portage, inspect the 
.bashrc files installed"
-               elog "at ${EROOT}/usr/share/${PN}. If not already using a 
bashrc, you can use"
-               elog "the example bashrc directly by creating a symlink:"
-               elog
-               elog "    ln -s ../../usr/share/${PN}/bashrc 
${EROOT}/etc/portage/bashrc"
-               elog
-               elog "See ${EROOT}/usr/share/doc/${PF}/README.rst* for info on 
tools."
-       fi
-}

Reply via email to