summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2020-11-25 00:06:33 +0100
committerPatrice Clement <monsieurp@gentoo.org>2020-11-25 00:11:45 +0100
commitd6e65af1b7485ebc9e3b0221ccdd552a50ed3bfc (patch)
tree1c7cd3cd9db90167ac70ef1d7dee126f854f517d /app-misc/ondir
parentapp-misc/ondir: stable for amd64. (diff)
downloadgentoo-d6e65af1b7485ebc9e3b0221ccdd552a50ed3bfc.tar.gz
gentoo-d6e65af1b7485ebc9e3b0221ccdd552a50ed3bfc.tar.bz2
gentoo-d6e65af1b7485ebc9e3b0221ccdd552a50ed3bfc.zip
app-misc/ondir: clean up old.
Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-misc/ondir')
-rw-r--r--app-misc/ondir/Manifest1
-rw-r--r--app-misc/ondir/ondir-0.2.2-r2.ebuild45
2 files changed, 0 insertions, 46 deletions
diff --git a/app-misc/ondir/Manifest b/app-misc/ondir/Manifest
index 0cc2e1a4bc80..f3e197723a6c 100644
--- a/app-misc/ondir/Manifest
+++ b/app-misc/ondir/Manifest
@@ -1,2 +1 @@
-DIST ondir-0.2.2.tar.gz 20138 BLAKE2B 3724b8d356cec16e1f60ec49574e2f688d4f7456f48f1d909402e8436f588d9617c827eda9a74c1b930d2538fe8c9d1372a1d222124d8f7b863bf8e895cfaa25 SHA512 5c2c53532934b25d2a170c619d067c369b6acf2ef3e0a87607619613dcc0bbfc570937fb91cdc5df3f22ae0453b5a5d00edd57cd1b852f7a076c15b96c45d4dd
DIST ondir-0.2.4.tar.gz 52860 BLAKE2B e9111f9a64d8d7393d9a8e48d5dc66d5814995ae1dbd2f577538a03021c1b1b92af43acbd0ab9cb24ab29ba16c50d5752a9442689effc62bd8c13b6fe11a4785 SHA512 f59a823807f86ce2992aaf5fb174ddea222b02ed18e1289ca450179bd090892f1467072dfcec97ce219e216c055781ea7a1a05bb9402276fb9404a57f42ddb52
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
-}