diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2009-10-29 17:47:34 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2009-10-29 17:47:34 +0000 |
commit | 45128563f922c43c501a516b216dc5a719ed9a52 (patch) | |
tree | 972aec0e4f068000a77c627fc42c4830b19beabb /app-antivirus | |
parent | amd64/x86 stable, bug #289435 (diff) | |
download | gentoo-2-45128563f922c43c501a516b216dc5a719ed9a52.tar.gz gentoo-2-45128563f922c43c501a516b216dc5a719ed9a52.tar.bz2 gentoo-2-45128563f922c43c501a516b216dc5a719ed9a52.zip |
Version bump, #291041
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'app-antivirus')
-rw-r--r-- | app-antivirus/clamav/ChangeLog | 9 | ||||
-rw-r--r-- | app-antivirus/clamav/clamav-0.95.3.ebuild (renamed from app-antivirus/clamav/clamav-0.95.2-r1.ebuild) | 3 | ||||
-rw-r--r-- | app-antivirus/clamav/files/clamav-0.95.2-fno-strict-aliasing.patch | 18 |
3 files changed, 9 insertions, 21 deletions
diff --git a/app-antivirus/clamav/ChangeLog b/app-antivirus/clamav/ChangeLog index f5d083748084..1f94c1c6f74f 100644 --- a/app-antivirus/clamav/ChangeLog +++ b/app-antivirus/clamav/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-antivirus/clamav # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.341 2009/10/17 17:21:18 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.342 2009/10/29 17:47:32 dertobi123 Exp $ + +*clamav-0.95.3 (29 Oct 2009) + + 29 Oct 2009; Tobias Scherbaum <dertobi123@gentoo.org> + -clamav-0.95.2-r1.ebuild, -files/clamav-0.95.2-fno-strict-aliasing.patch, + +clamav-0.95.3.ebuild: + Version bump, #291041 *clamav-0.95.2-r1 (17 Oct 2009) diff --git a/app-antivirus/clamav/clamav-0.95.2-r1.ebuild b/app-antivirus/clamav/clamav-0.95.3.ebuild index a153d75027ce..e8dc10c171b5 100644 --- a/app-antivirus/clamav/clamav-0.95.2-r1.ebuild +++ b/app-antivirus/clamav/clamav-0.95.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.95.2-r1.ebuild,v 1.1 2009/10/17 17:21:19 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.95.3.ebuild,v 1.1 2009/10/29 17:47:32 dertobi123 Exp $ EAPI=2 @@ -45,7 +45,6 @@ pkg_setup() { src_prepare() { epatch "${FILESDIR}/${PN}-0.95.1-nls.patch" - epatch "${FILESDIR}/${P}-fno-strict-aliasing.patch" } src_configure() { diff --git a/app-antivirus/clamav/files/clamav-0.95.2-fno-strict-aliasing.patch b/app-antivirus/clamav/files/clamav-0.95.2-fno-strict-aliasing.patch deleted file mode 100644 index e36411d0d801..000000000000 --- a/app-antivirus/clamav/files/clamav-0.95.2-fno-strict-aliasing.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- configure.in -+++ configure.in -@@ -97,9 +97,15 @@ - AC_MSG_RESULT([ok (${gcc_version})]) - ;; - esac -+ case "${gcc_version}" in -+ [[56789]].* | 4.[[3456789]].*) - # bb #1581 - temporarely add -fno-strict-aliasing so gcc 4.4.0 - # works correctly - CFLAGS="$CFLAGS -fno-strict-aliasing" -+ ;; -+ *) -+ ;; -+ esac - fi - else - CFLAGS="$CFLAGS -O0" |