From aeb00d494a88844a67a5483be221169c5cc2c4be Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 6 Mar 2024 07:06:03 +0000 Subject: gentoo auto-resync : 06:03:2024 - 07:06:02 --- app-misc/dfshow/dfshow-0.9.1_beta-r1.ebuild | 49 ----------------------------- 1 file changed, 49 deletions(-) delete mode 100644 app-misc/dfshow/dfshow-0.9.1_beta-r1.ebuild (limited to 'app-misc/dfshow/dfshow-0.9.1_beta-r1.ebuild') diff --git a/app-misc/dfshow/dfshow-0.9.1_beta-r1.ebuild b/app-misc/dfshow/dfshow-0.9.1_beta-r1.ebuild deleted file mode 100644 index d6a901fd6e7d..000000000000 --- a/app-misc/dfshow/dfshow-0.9.1_beta-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 - -inherit autotools bash-completion-r1 flag-o-matic - -MY_PV="${PV//_beta/-beta}" -DESCRIPTION="DF-SHOW is a Unix-like rewrite of some of the applications from DF-EDIT" -HOMEPAGE="https://github.com/roberthawdon/dfshow" -SRC_URI="https://github.com/roberthawdon/dfshow/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}-${MY_PV}" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND="dev-libs/libconfig:= - sys-libs/ncurses:0= -" -RDEPEND="${DEPEND}" -BDEPEND="virtual/pkgconfig" - -PATCHES=( - "${FILESDIR}"/${PN}-0.9.1_beta-use-PKG_CHECK_MODULES-for-ncurses-libconfig.patch -) - -src_prepare() { - default - - if [[ ${CHOST} == *-darwin* ]] ; then - # Standard on macOS - # No real motivation to push libtool upstream just for this - append-ldflags -Wl,-undefined -Wl,dynamic_lookup - fi - - eautoreconf -} - -src_install() { - default - - newbashcomp "${S}/misc/auto-completion/bash/sf-completion.bash" sf-completion - newbashcomp "${S}/misc/auto-completion/bash/show-completion.bash" show-completion - - insinto /usr/share/zsh/site-functions - doins "${S}/misc/auto-completion/zsh/_sf" - doins "${S}/misc/auto-completion/zsh/_show" -} -- cgit v1.2.3