diff options
author | Mikael Hallendal <hallski@gentoo.org> | 2001-11-10 02:30:19 +0000 |
---|---|---|
committer | Mikael Hallendal <hallski@gentoo.org> | 2001-11-10 02:30:19 +0000 |
commit | 4135252f95c8d0ae5198ad92f34591fcef4fde65 (patch) | |
tree | 9da70395b7c8c5301cc01fc79eba9c830a207e77 /app-admin/logrotate | |
parent | fix the libIDLConf-file so that gnome-config --cflags libIDL returns the corr... (diff) | |
download | historical-4135252f95c8d0ae5198ad92f34591fcef4fde65.tar.gz historical-4135252f95c8d0ae5198ad92f34591fcef4fde65.tar.bz2 historical-4135252f95c8d0ae5198ad92f34591fcef4fde65.zip |
don't do A=
Diffstat (limited to 'app-admin/logrotate')
-rw-r--r-- | app-admin/logrotate/logrotate-3.3-r2.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app-admin/logrotate/logrotate-3.3-r2.ebuild b/app-admin/logrotate/logrotate-3.3-r2.ebuild index 84e6f2947aaa..b7538d3839f5 100644 --- a/app-admin/logrotate/logrotate-3.3-r2.ebuild +++ b/app-admin/logrotate/logrotate-3.3-r2.ebuild @@ -1,14 +1,13 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/logrotate-3.3-r2.ebuild,v 1.2 2001/06/21 20:15:00 lamer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/logrotate-3.3-r2.ebuild,v 1.3 2001/11/10 02:30:19 hallski Exp $ -P=logrotate-3.3 A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="Rotates, compresses, and mails system logs" -SRC_URI="ftp://ftp.redhat.com/redhat/linux/code/logrotate/${A} - ftp://ftp.valinux.com/pub/mirrors/redhat/redhat/linux/code/logrotate/${A}" +SRC_URI="ftp://ftp.redhat.com/redhat/linux/code/${PN}/${P}.tar.gz + ftp://ftp.valinux.com/pub/mirrors/redhat/redhat/linux/code/${PN}/{P}.tar.gz" DEPEND="virtual/glibc >=dev-libs/popt-1.5" |