diff options
author | 2021-08-17 13:40:34 -0400 | |
---|---|---|
committer | 2021-08-17 13:40:42 -0400 | |
commit | d5f15b4e5853ed5a02a613f0717df9639d13b168 (patch) | |
tree | 3dccfab055ab12bdcead028a25a743b62aac231d /app-portage/iwdevtools | |
parent | app-portage/iwdevtools: add 0.1.1 (diff) | |
download | gentoo-d5f15b4e5853ed5a02a613f0717df9639d13b168.tar.gz gentoo-d5f15b4e5853ed5a02a613f0717df9639d13b168.tar.bz2 gentoo-d5f15b4e5853ed5a02a613f0717df9639d13b168.zip |
app-portage/iwdevtools: drop 0.1.0
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-portage/iwdevtools')
-rw-r--r-- | app-portage/iwdevtools/Manifest | 1 | ||||
-rw-r--r-- | app-portage/iwdevtools/iwdevtools-0.1.0.ebuild | 36 |
2 files changed, 0 insertions, 37 deletions
diff --git a/app-portage/iwdevtools/Manifest b/app-portage/iwdevtools/Manifest index 9f1505933379..026eabe4aed4 100644 --- a/app-portage/iwdevtools/Manifest +++ b/app-portage/iwdevtools/Manifest @@ -1,2 +1 @@ -DIST iwdevtools-0.1.0.tar.gz 16082 BLAKE2B 941ed5436be9579c1a1e96a032e8122f67f74b5449713be474dda443fa983759c61a8a19f846fc0e6d04e8ef757efbacc4a058fe1c27c0ec91029587bb0ac6a0 SHA512 7a26e59d8707fab80a0a234c294f100f75f411fce2e0f12bc1c5b4c134aaaa9c878d405e77a0cf88119681841a9bf4b98662bb729fda50bb7ca5bcea025a2fca DIST iwdevtools-0.1.1.tar.gz 16139 BLAKE2B effceb407319d2f8acf44db5642a55c426c73628bef9c2004dd76118dc042cbc1178975e06b14d6950cef417790693af9a98dc77e4873f0175a408ca14f71384 SHA512 b0d3a1145c3ecfc71e7f8b0d8d8e321840869037841e1faa547ad4a385751b4fb13de31b3ed497eeacbdf227a81c4f28ff6fd229b008105489ada7c1a15b88e4 diff --git a/app-portage/iwdevtools/iwdevtools-0.1.0.ebuild b/app-portage/iwdevtools/iwdevtools-0.1.0.ebuild deleted file mode 100644 index 8886d7139126..000000000000 --- a/app-portage/iwdevtools/iwdevtools-0.1.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson - -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 ~x86" - -RDEPEND=" - app-portage/portage-utils - sys-apps/diffutils - sys-apps/file - sys-apps/portage - sys-apps/util-linux" - -src_configure() { - meson_src_configure -Ddocdir=${PF} -} - -pkg_postinst() { - 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 - fi -} |