summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-06-25 23:07:33 +0000
committerMike Frysinger <vapier@gentoo.org>2004-06-25 23:07:33 +0000
commit76f0815ddd429335e2d91e99cfd9b0bab25ae5e7 (patch)
tree978be750f80e70f5af9c85b87de6d0f13932eff7 /app-admin/tmpwatch
parentstable on amd64 (Manifest recommit) (diff)
downloadgentoo-2-76f0815ddd429335e2d91e99cfd9b0bab25ae5e7.tar.gz
gentoo-2-76f0815ddd429335e2d91e99cfd9b0bab25ae5e7.tar.bz2
gentoo-2-76f0815ddd429335e2d91e99cfd9b0bab25ae5e7.zip
use virtual/libc
Diffstat (limited to 'app-admin/tmpwatch')
-rw-r--r--app-admin/tmpwatch/tmpwatch-2.8.4.ebuild10
-rw-r--r--app-admin/tmpwatch/tmpwatch-2.9.0.ebuild10
2 files changed, 10 insertions, 10 deletions
diff --git a/app-admin/tmpwatch/tmpwatch-2.8.4.ebuild b/app-admin/tmpwatch/tmpwatch-2.8.4.ebuild
index 67a2fcb787e3..286516a410b3 100644
--- a/app-admin/tmpwatch/tmpwatch-2.8.4.ebuild
+++ b/app-admin/tmpwatch/tmpwatch-2.8.4.ebuild
@@ -1,18 +1,19 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/tmpwatch/tmpwatch-2.8.4.ebuild,v 1.8 2004/06/24 21:40:35 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/tmpwatch/tmpwatch-2.8.4.ebuild,v 1.9 2004/06/25 23:03:22 vapier Exp $
RPM_V="4"
DESCRIPTION="Utility recursively searches through specified directories and removes files which have not been accessed in a specified period of time."
-SRC_URI="ftp://ftp.redhat.com/pub/redhat/linux/rawhide/SRPMS/SRPMS/${P}-${RPM_V}.src.rpm"
HOMEPAGE="ftp://ftp.redhat.com/pub/redhat/linux/rawhide/SRPMS/SRPMS"
+SRC_URI="ftp://ftp.redhat.com/pub/redhat/linux/rawhide/SRPMS/SRPMS/${P}-${RPM_V}.src.rpm"
+
LICENSE="GPL-2"
SLOT="0"
-IUSE=""
KEYWORDS="x86 ~ppc"
+IUSE=""
-DEPEND="virtual/glibc
+DEPEND="virtual/libc
app-arch/rpm2targz"
src_unpack() {
@@ -32,7 +33,6 @@ src_compile() {
src_install() {
preplib /usr
-
dosbin tmpwatch
doman tmpwatch.8
}
diff --git a/app-admin/tmpwatch/tmpwatch-2.9.0.ebuild b/app-admin/tmpwatch/tmpwatch-2.9.0.ebuild
index 5443f96b3552..d3a035cd2faa 100644
--- a/app-admin/tmpwatch/tmpwatch-2.9.0.ebuild
+++ b/app-admin/tmpwatch/tmpwatch-2.9.0.ebuild
@@ -1,18 +1,19 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/tmpwatch/tmpwatch-2.9.0.ebuild,v 1.7 2004/06/24 21:40:35 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/tmpwatch/tmpwatch-2.9.0.ebuild,v 1.8 2004/06/25 23:03:22 vapier Exp $
RPM_V="2"
DESCRIPTION="Utility recursively searches through specified directories and removes files which have not been accessed in a specified period of time."
-SRC_URI="ftp://ftp.redhat.com/pub/redhat/linux/rawhide/SRPMS/SRPMS/${P}-${RPM_V}.src.rpm"
HOMEPAGE="ftp://ftp.redhat.com/pub/redhat/linux/rawhide/SRPMS/SRPMS"
+SRC_URI="ftp://ftp.redhat.com/pub/redhat/linux/rawhide/SRPMS/SRPMS/${P}-${RPM_V}.src.rpm"
+
LICENSE="GPL-2"
SLOT="0"
-IUSE=""
KEYWORDS="x86 ppc alpha ia64 ~amd64"
+IUSE=""
-DEPEND="virtual/glibc
+DEPEND="virtual/libc
app-arch/rpm2targz"
src_unpack() {
@@ -33,7 +34,6 @@ src_compile() {
src_install() {
preplib /usr
-
dosbin tmpwatch
doman tmpwatch.8
}