diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-25 23:12:35 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-25 23:12:35 +0000 |
commit | 78620bc8eaaacada088ff7e5061e38242433c7fd (patch) | |
tree | a37345776d9b2a8b49235ab1d62481d75dac59a4 /app-admin/tmpwatch | |
parent | stable on amd64 (diff) | |
download | historical-78620bc8eaaacada088ff7e5061e38242433c7fd.tar.gz historical-78620bc8eaaacada088ff7e5061e38242433c7fd.tar.bz2 historical-78620bc8eaaacada088ff7e5061e38242433c7fd.zip |
use virtual/libc
Diffstat (limited to 'app-admin/tmpwatch')
-rw-r--r-- | app-admin/tmpwatch/tmpwatch-2.8.4.ebuild | 10 | ||||
-rw-r--r-- | app-admin/tmpwatch/tmpwatch-2.9.0.ebuild | 10 |
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 } |