summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-06-28 04:18:52 +0000
committerMike Frysinger <vapier@gentoo.org>2004-06-28 04:18:52 +0000
commitdf5dbac64793120bd42de7e388374590da2b5287 (patch)
tree90f06c3d21bf3f66510acc04e4f0c7084b424bb9 /app-misc/ondir
parentunmask baselayout-1.10 (diff)
downloadhistorical-df5dbac64793120bd42de7e388374590da2b5287.tar.gz
historical-df5dbac64793120bd42de7e388374590da2b5287.tar.bz2
historical-df5dbac64793120bd42de7e388374590da2b5287.zip
change glibc to libc and clean up other horribly ugly ebuilds
Diffstat (limited to 'app-misc/ondir')
-rw-r--r--app-misc/ondir/ondir-0.2.1.ebuild15
1 files changed, 5 insertions, 10 deletions
diff --git a/app-misc/ondir/ondir-0.2.1.ebuild b/app-misc/ondir/ondir-0.2.1.ebuild
index f97b3339a3b3..4305e2dd5d6c 100644
--- a/app-misc/ondir/ondir-0.2.1.ebuild
+++ b/app-misc/ondir/ondir-0.2.1.ebuild
@@ -1,23 +1,19 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/ondir/ondir-0.2.1.ebuild,v 1.4 2004/06/24 22:27:46 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/ondir/ondir-0.2.1.ebuild,v 1.5 2004/06/28 04:06:48 vapier Exp $
inherit eutils
-DESCRIPTION="ondir is a program that automatically executes scripts as you traverse directories."
+DESCRIPTION="program that automatically executes scripts as you traverse directories"
+HOMEPAGE="http://ondir.sourceforge.net/"
SRC_URI="http://ondir.sourceforge.net/${PV}/ondir-${PV}.tar.gz"
-HOMEPAGE="http://ondir.sourceforge.net"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
IUSE=""
-DEPEND=""
-src_unpack() {
- unpack "${A}"
- cd "${S}"
-}
+DEPEND=""
src_compile() {
emake PREFIX=/usr CONF=/etc/ondirrc || die "Make failed"
@@ -35,7 +31,6 @@ src_install() {
insopts -oroot -groot -m0644
doins ondirrc.eg
## DOCS
- dodoc AUTHORS ChangeLog COPYING \
- INSTALL README TODO
+ dodoc AUTHORS ChangeLog INSTALL README TODO
doman ondir.1
}