summaryrefslogtreecommitdiff
path: root/app-misc/dfshow/dfshow-0.9.1_beta-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-03-06 07:06:03 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-03-06 07:06:03 +0000
commitaeb00d494a88844a67a5483be221169c5cc2c4be (patch)
tree31cadd24d79954c602995af6abb621e764729674 /app-misc/dfshow/dfshow-0.9.1_beta-r1.ebuild
parent1c646fe0f6db3b97a61ac9d93f96c0eee5ef517a (diff)
gentoo auto-resync : 06:03:2024 - 07:06:02
Diffstat (limited to 'app-misc/dfshow/dfshow-0.9.1_beta-r1.ebuild')
-rw-r--r--app-misc/dfshow/dfshow-0.9.1_beta-r1.ebuild49
1 files changed, 0 insertions, 49 deletions
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"
-}