diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2009-04-10 07:49:54 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2009-04-10 07:49:54 +0000 |
commit | 5fba2393774f816db76a5bd5b16acfe58ae4d5f0 (patch) | |
tree | adb04f18790d30bbe2cb0ee608660d1653998cf2 /app-antivirus/clamav | |
parent | Whitespace. (diff) | |
download | gentoo-2-5fba2393774f816db76a5bd5b16acfe58ae4d5f0.tar.gz gentoo-2-5fba2393774f816db76a5bd5b16acfe58ae4d5f0.tar.bz2 gentoo-2-5fba2393774f816db76a5bd5b16acfe58ae4d5f0.zip |
Fix soname change ewarn message.
(Portage version: 2.2_rc28/cvs/Linux x86_64)
Diffstat (limited to 'app-antivirus/clamav')
-rw-r--r-- | app-antivirus/clamav/ChangeLog | 6 | ||||
-rw-r--r-- | app-antivirus/clamav/clamav-0.95.1.ebuild | 4 | ||||
-rw-r--r-- | app-antivirus/clamav/clamav-0.95.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-antivirus/clamav/ChangeLog b/app-antivirus/clamav/ChangeLog index 22a3ce077c11..f5eca4388dae 100644 --- a/app-antivirus/clamav/ChangeLog +++ b/app-antivirus/clamav/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-antivirus/clamav # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.324 2009/04/09 11:52:01 lordvan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.325 2009/04/10 07:49:54 dertobi123 Exp $ + + 10 Apr 2009; Tobias Scherbaum <dertobi123@gentoo.org> clamav-0.95.ebuild, + clamav-0.95.1.ebuild: + Fix soname change ewarn message. *clamav-0.95.1 (09 Apr 2009) diff --git a/app-antivirus/clamav/clamav-0.95.1.ebuild b/app-antivirus/clamav/clamav-0.95.1.ebuild index 6c6039629bb9..268bd2e354c9 100644 --- a/app-antivirus/clamav/clamav-0.95.1.ebuild +++ b/app-antivirus/clamav/clamav-0.95.1.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.1.ebuild,v 1.1 2009/04/09 11:52:01 lordvan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.95.1.ebuild,v 1.2 2009/04/10 07:49:54 dertobi123 Exp $ inherit autotools eutils flag-o-matic fixheadtails multilib versionator @@ -133,7 +133,7 @@ pkg_postinst() { elog "read /usr/share/doc/${PF}/clamav-milter.README.gentoo.gz" echo fi - ewarn "The soname for libclamav has changed in clamav-0.94." + ewarn "The soname for libclamav has changed in clamav-0.95." ewarn "If you have upgraded from that or earlier version, it is" ewarn "recommended to run revdep-rebuild, in order to fix anything" ewarn "that links against libclamav.so library." diff --git a/app-antivirus/clamav/clamav-0.95.ebuild b/app-antivirus/clamav/clamav-0.95.ebuild index a2834c8fa78f..cb1756121964 100644 --- a/app-antivirus/clamav/clamav-0.95.ebuild +++ b/app-antivirus/clamav/clamav-0.95.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.ebuild,v 1.2 2009/04/03 08:20:19 lordvan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.95.ebuild,v 1.3 2009/04/10 07:49:54 dertobi123 Exp $ inherit autotools eutils flag-o-matic fixheadtails multilib versionator @@ -133,7 +133,7 @@ pkg_postinst() { elog "read /usr/share/doc/${PF}/clamav-milter.README.gentoo.gz" echo fi - ewarn "The soname for libclamav has changed in clamav-0.94." + ewarn "The soname for libclamav has changed in clamav-0.95." ewarn "If you have upgraded from that or earlier version, it is" ewarn "recommended to run revdep-rebuild, in order to fix anything" ewarn "that links against libclamav.so library." |