diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-12-17 02:23:52 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-12-17 02:23:52 +0000 |
commit | 71c09e7e2f5d6f810d14b631e1c2e067b0b40be4 (patch) | |
tree | 207bcf688e1a11940542b87574d31ecf181c0ef0 /app-admin/tmpwatch/tmpwatch-2.9.4.1.ebuild | |
parent | rename HTB patch func (diff) | |
download | gentoo-2-71c09e7e2f5d6f810d14b631e1c2e067b0b40be4.tar.gz gentoo-2-71c09e7e2f5d6f810d14b631e1c2e067b0b40be4.tar.bz2 gentoo-2-71c09e7e2f5d6f810d14b631e1c2e067b0b40be4.zip |
remove pointless call to preplib
(Portage version: 2.0.53)
Diffstat (limited to 'app-admin/tmpwatch/tmpwatch-2.9.4.1.ebuild')
-rw-r--r-- | app-admin/tmpwatch/tmpwatch-2.9.4.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-admin/tmpwatch/tmpwatch-2.9.4.1.ebuild b/app-admin/tmpwatch/tmpwatch-2.9.4.1.ebuild index 28cdcea6aa27..92cd04554754 100644 --- a/app-admin/tmpwatch/tmpwatch-2.9.4.1.ebuild +++ b/app-admin/tmpwatch/tmpwatch-2.9.4.1.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/tmpwatch/tmpwatch-2.9.4.1.ebuild,v 1.9 2005/11/12 16:00:37 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/tmpwatch/tmpwatch-2.9.4.1.ebuild,v 1.10 2005/12/17 02:23:52 vapier Exp $ inherit rpm versionator RPM_P="${PN}-$(replace_version_separator 3 '-')" MY_P="${RPM_P%-*}" -S="${WORKDIR}/${MY_P}" DESCRIPTION="Utility recursively searches through specified directories and removes files which have not been accessed in a specified period of time." HOMEPAGE="http://download.fedora.redhat.com/pub/fedora/linux/core/development/SRPMS/" @@ -17,6 +16,8 @@ SLOT="0" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="" +S=${WORKDIR}/${MY_P} + src_unpack() { rpm_src_unpack @@ -30,7 +31,6 @@ src_unpack() { } src_install() { - preplib dosbin tmpwatch || die "dosbin failed" doman tmpwatch.8 || die "doman failed" |