summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/ondir/ondir-0.2.2-r2.ebuild')
-rw-r--r--app-misc/ondir/ondir-0.2.2-r2.ebuild45
1 files changed, 0 insertions, 45 deletions
diff --git a/app-misc/ondir/ondir-0.2.2-r2.ebuild b/app-misc/ondir/ondir-0.2.2-r2.ebuild
deleted file mode 100644
index 59d6874ad10e..000000000000
--- a/app-misc/ondir/ondir-0.2.2-r2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="Automatically execute scripts as you traverse directories"
-HOMEPAGE="http://swapoff.org/OnDir"
-SRC_URI="http://swapoff.org/files/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-
-DEPEND="sys-apps/sed"
-RDEPEND="${DEPEND}"
-
-DOCS=( AUTHORS ChangeLog README INSTALL scripts.tcsh scripts.sh )
-HTML_DOCS=( changelog.html ondir.1.html )
-
-src_prepare() {
- default
- sed -i \
- -e "s:\(/man/.*$\):/share\1:g" \
- -e "s:-g:${CFLAGS}:" Makefile || die "sed Makefile failed"
-}
-
-src_compile() {
- emake \
- CC="$(tc-getCC)" \
- PREFIX="${EPREFIX}/usr" \
- CONF="${EPREFIX}/etc/ondirrc" \
- LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
- default
- emake \
- DESTDIR="${D}" \
- PREFIX="${EPREFIX}/usr" \
- CONF="${EPREFIX}/etc/ondirrc" \
- install
- newdoc ondirrc.eg ondirrc.example
-}