summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-12-17 02:23:52 +0000
committerMike Frysinger <vapier@gentoo.org>2005-12-17 02:23:52 +0000
commit71c09e7e2f5d6f810d14b631e1c2e067b0b40be4 (patch)
tree207bcf688e1a11940542b87574d31ecf181c0ef0 /app-admin/tmpwatch
parentrename HTB patch func (diff)
downloadgentoo-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')
-rw-r--r--app-admin/tmpwatch/tmpwatch-2.9.2.2.ebuild3
-rw-r--r--app-admin/tmpwatch/tmpwatch-2.9.4.1.ebuild6
2 files changed, 4 insertions, 5 deletions
diff --git a/app-admin/tmpwatch/tmpwatch-2.9.2.2.ebuild b/app-admin/tmpwatch/tmpwatch-2.9.2.2.ebuild
index 039d52aabcef..6053351036a0 100644
--- a/app-admin/tmpwatch/tmpwatch-2.9.2.2.ebuild
+++ b/app-admin/tmpwatch/tmpwatch-2.9.2.2.ebuild
@@ -1,6 +1,6 @@
# 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.2.2.ebuild,v 1.4 2005/04/24 08:15:21 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/tmpwatch/tmpwatch-2.9.2.2.ebuild,v 1.5 2005/12/17 02:23:52 vapier Exp $
inherit versionator
@@ -37,7 +37,6 @@ src_unpack() {
}
src_install() {
- preplib
dosbin tmpwatch || die "dosbin failed"
doman tmpwatch.8 || die "doman failed"
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"