diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-01-05 16:23:33 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-01-05 16:23:33 +0000 |
commit | 13ca98f9e782b216355806c211e2a58ae97cf080 (patch) | |
tree | 24c13938a0294bd77d39b8e934290cf2cbccebbf /app-misc/ondir | |
parent | Stable on amd64 wrt bug #317429 (diff) | |
download | gentoo-2-13ca98f9e782b216355806c211e2a58ae97cf080.tar.gz gentoo-2-13ca98f9e782b216355806c211e2a58ae97cf080.tar.bz2 gentoo-2-13ca98f9e782b216355806c211e2a58ae97cf080.zip |
Some Clean up
(Portage version: 2.2.0_alpha12/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/ondir')
-rw-r--r-- | app-misc/ondir/ChangeLog | 8 | ||||
-rw-r--r-- | app-misc/ondir/ondir-0.2.2-r1.ebuild | 7 | ||||
-rw-r--r-- | app-misc/ondir/ondir-0.2.2.ebuild | 13 |
3 files changed, 17 insertions, 11 deletions
diff --git a/app-misc/ondir/ChangeLog b/app-misc/ondir/ChangeLog index 789ed0eceb4a..d8a995077d7d 100644 --- a/app-misc/ondir/ChangeLog +++ b/app-misc/ondir/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-misc/ondir -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/ondir/ChangeLog,v 1.19 2010/06/15 11:33:11 jlec Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/ondir/ChangeLog,v 1.20 2011/01/05 16:23:33 jlec Exp $ + + 05 Jan 2011; Justin Lecher <jlec@gentoo.org> ondir-0.2.2.ebuild, + ondir-0.2.2-r1.ebuild: + Some Clean up *ondir-0.2.2-r1 (15 Jun 2010) diff --git a/app-misc/ondir/ondir-0.2.2-r1.ebuild b/app-misc/ondir/ondir-0.2.2-r1.ebuild index da1c0be0d363..c0927dc55a0f 100644 --- a/app-misc/ondir/ondir-0.2.2-r1.ebuild +++ b/app-misc/ondir/ondir-0.2.2-r1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/ondir/ondir-0.2.2-r1.ebuild,v 1.1 2010/06/15 11:33:11 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/ondir/ondir-0.2.2-r1.ebuild,v 1.2 2011/01/05 16:23:33 jlec Exp $ EAPI="3" inherit toolchain-funcs -DESCRIPTION="program that automatically executes scripts as you traverse directories" +DESCRIPTION="Automatically execute scripts as you traverse directories" HOMEPAGE="http://swapoff.org/OnDir" SRC_URI="http://swapoff.org/files/${PN}/${P}.tar.gz" @@ -16,6 +16,7 @@ KEYWORDS="~amd64 ~ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86- IUSE="" DEPEND="sys-apps/sed" +RDEPEND="" src_prepare() { sed -i \ diff --git a/app-misc/ondir/ondir-0.2.2.ebuild b/app-misc/ondir/ondir-0.2.2.ebuild index 9b7f89aea68e..d937add0c9be 100644 --- a/app-misc/ondir/ondir-0.2.2.ebuild +++ b/app-misc/ondir/ondir-0.2.2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/ondir/ondir-0.2.2.ebuild,v 1.11 2010/01/01 18:30:30 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/ondir/ondir-0.2.2.ebuild,v 1.12 2011/01/05 16:23:33 jlec Exp $ inherit toolchain-funcs -DESCRIPTION="program that automatically executes scripts as you traverse directories" +DESCRIPTION="Automatically execute scripts as you traverse directories" HOMEPAGE="http://swapoff.org/OnDir" SRC_URI="http://swapoff.org/files/${PN}/${P}.tar.gz" @@ -14,6 +14,7 @@ KEYWORDS="amd64 ppc x86" IUSE="" DEPEND="sys-apps/sed" +RDEPEND="" src_unpack() { unpack ${A} @@ -29,7 +30,7 @@ src_compile() { src_install() { make DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog README INSTALL scripts.tcsh scripts.sh - newdoc ondirrc.eg ondirrc.example - dohtml changelog.html ondir.1.html + dodoc AUTHORS ChangeLog README INSTALL scripts.tcsh scripts.sh || die + newdoc ondirrc.eg ondirrc.example || die + dohtml changelog.html ondir.1.html || die } |