diff options
author | Cory Visi <merlin@gentoo.org> | 2004-06-29 17:01:36 +0000 |
---|---|---|
committer | Cory Visi <merlin@gentoo.org> | 2004-06-29 17:01:36 +0000 |
commit | 8347b6ec1832e63009e39c1ece224bd94c5704b5 (patch) | |
tree | 0f31dc72f2d740cad458a2b9fa237a1856208778 /app-antivirus | |
parent | Removed old ebuilds. (diff) | |
download | historical-8347b6ec1832e63009e39c1ece224bd94c5704b5.tar.gz historical-8347b6ec1832e63009e39c1ece224bd94c5704b5.tar.bz2 historical-8347b6ec1832e63009e39c1ece224bd94c5704b5.zip |
Fix check-updates.sh doins
Diffstat (limited to 'app-antivirus')
-rw-r--r-- | app-antivirus/vlnx/ChangeLog | 8 | ||||
-rw-r--r-- | app-antivirus/vlnx/Manifest | 6 | ||||
-rw-r--r-- | app-antivirus/vlnx/files/digest-vlnx-432e-r1 (renamed from app-antivirus/vlnx/files/digest-vlnx-432e) | 0 | ||||
-rw-r--r-- | app-antivirus/vlnx/vlnx-432e-r1.ebuild (renamed from app-antivirus/vlnx/vlnx-432e.ebuild) | 4 |
4 files changed, 12 insertions, 6 deletions
diff --git a/app-antivirus/vlnx/ChangeLog b/app-antivirus/vlnx/ChangeLog index ac497b0aefa5..ed08edf8f4c7 100644 --- a/app-antivirus/vlnx/ChangeLog +++ b/app-antivirus/vlnx/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-antivirus/vlnx # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/vlnx/ChangeLog,v 1.4 2004/06/29 04:50:48 merlin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/vlnx/ChangeLog,v 1.5 2004/06/29 17:01:36 merlin Exp $ + +*vlnx-432e-r1 (29 Jun 2004) + + 29 Jun 2004; Cory Visi <merlin@gentoo.org> vlnx-432e-r1.ebuild, + vlnx-432e.ebuild: + Fix check-updates.sh doins *vlnx-432e (29 Jun 2004) diff --git a/app-antivirus/vlnx/Manifest b/app-antivirus/vlnx/Manifest index 86c07c450055..6594167b29f0 100644 --- a/app-antivirus/vlnx/Manifest +++ b/app-antivirus/vlnx/Manifest @@ -1,8 +1,8 @@ -MD5 0c8692a604730ce69ee12a73c2c8f9c4 ChangeLog 2228 +MD5 8e61ba76f9321b30cf6ca938d56f391f ChangeLog 2373 MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161 MD5 1437959f465ed49a8c62c871f01605cb vlnx-414e-r2.ebuild 1068 MD5 65d1b4122946890cf8aff59f478db386 vlnx-416e.ebuild 1000 -MD5 e7729bbff84fa5668b9e142b9d6f1538 vlnx-432e.ebuild 1342 +MD5 1877edd16ee508b6f67469ebbd795540 vlnx-432e-r1.ebuild 1334 MD5 15edffaa6916d8c80256fe7fb6c6317c files/digest-vlnx-414e-r2 119 MD5 b3adc49af0bcd712e302e8b8a05d0a16 files/digest-vlnx-416e 119 MD5 5a856af918b22adc1ae21917d9910052 files/vlnx-414e-envd 41 @@ -11,4 +11,4 @@ MD5 c6c5114b5973447f08b4b4ac397cb05f files/uvscan.conf 141 MD5 169ab5e9eb5ad48b0d68111a0a0ca684 files/uvscan.cron 79 MD5 0febf48ea77ff1117e560010868ea848 files/uvscan.sh 43 MD5 17ffe8062ec618d01bfd603693ed4479 files/vlnx-432e-envd 17 -MD5 556ee00d17eb5d95c79b55b186cea4e5 files/digest-vlnx-432e 121 +MD5 556ee00d17eb5d95c79b55b186cea4e5 files/digest-vlnx-432e-r1 121 diff --git a/app-antivirus/vlnx/files/digest-vlnx-432e b/app-antivirus/vlnx/files/digest-vlnx-432e-r1 index aaa98fa8980a..aaa98fa8980a 100644 --- a/app-antivirus/vlnx/files/digest-vlnx-432e +++ b/app-antivirus/vlnx/files/digest-vlnx-432e-r1 diff --git a/app-antivirus/vlnx/vlnx-432e.ebuild b/app-antivirus/vlnx/vlnx-432e-r1.ebuild index ef8ed9715f84..bc7581ff56a4 100644 --- a/app-antivirus/vlnx/vlnx-432e.ebuild +++ b/app-antivirus/vlnx/vlnx-432e-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/vlnx/vlnx-432e.ebuild,v 1.1 2004/06/29 04:50:48 merlin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/vlnx/vlnx-432e-r1.ebuild,v 1.1 2004/06/29 17:01:36 merlin Exp $ MY_P="${P/-/}" S="${WORKDIR}" @@ -30,7 +30,7 @@ src_install() { insopts -m0755 doins uvscan - doins ${DISTDIR}/check-updates.sh + doins check-updates.sh insinto /opt/bin newins ${FILESDIR}/uvscan.sh uvscan |