From 78620bc8eaaacada088ff7e5061e38242433c7fd Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 25 Jun 2004 23:12:35 +0000 Subject: use virtual/libc --- app-admin/tmpwatch/tmpwatch-2.8.4.ebuild | 10 +++++----- app-admin/tmpwatch/tmpwatch-2.9.0.ebuild | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) (limited to 'app-admin/tmpwatch') 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 } -- cgit v1.2.3-65-gdbad