diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-03-09 23:49:09 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-03-09 23:49:09 +0000 |
commit | 42316f4b5a3ec4381a39712cca34180e2aa6bab6 (patch) | |
tree | 9331203c329742c76eff8f3968fffb8aebb48340 /dev-libs/openssl | |
parent | Use revdep-rebuild --library instead of revdep-rebuild --soname #125506 by Ca... (diff) | |
download | gentoo-2-42316f4b5a3ec4381a39712cca34180e2aa6bab6.tar.gz gentoo-2-42316f4b5a3ec4381a39712cca34180e2aa6bab6.tar.bz2 gentoo-2-42316f4b5a3ec4381a39712cca34180e2aa6bab6.zip |
Use revdep-rebuild --library instead of revdep-rebuild --soname #125506 by Carsten Lohrke.
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'dev-libs/openssl')
-rw-r--r-- | dev-libs/openssl/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/openssl/openssl-0.9.7e-r2.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/openssl/openssl-0.9.7g-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/openssl/openssl-0.9.7h.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/openssl/openssl-0.9.7i.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/openssl/openssl-0.9.8a.ebuild | 6 |
6 files changed, 22 insertions, 16 deletions
diff --git a/dev-libs/openssl/ChangeLog b/dev-libs/openssl/ChangeLog index 1189e71e0ab6..a23e72c80e87 100644 --- a/dev-libs/openssl/ChangeLog +++ b/dev-libs/openssl/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/openssl # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.153 2006/02/15 08:47:09 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.154 2006/03/09 23:49:09 vapier Exp $ + + 09 Mar 2006; Mike Frysinger <vapier@gentoo.org> openssl-0.9.7e-r2.ebuild, + openssl-0.9.7g-r1.ebuild, openssl-0.9.7h.ebuild, openssl-0.9.7i.ebuild, + openssl-0.9.8a.ebuild: + Use revdep-rebuild --library instead of revdep-rebuild --soname #125506 by + Carsten Lohrke. 15 Feb 2006; Markus Rothe <corsair@gentoo.org> openssl-0.9.7i.ebuild: Stable on ppc64; bug #122071 diff --git a/dev-libs/openssl/openssl-0.9.7e-r2.ebuild b/dev-libs/openssl/openssl-0.9.7e-r2.ebuild index e05af122ddb0..05fc258c4811 100644 --- a/dev-libs/openssl/openssl-0.9.7e-r2.ebuild +++ b/dev-libs/openssl/openssl-0.9.7e-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.7e-r2.ebuild,v 1.4 2006/02/13 02:57:00 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.7e-r2.ebuild,v 1.5 2006/03/09 23:49:09 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs multilib @@ -274,8 +274,8 @@ pkg_postinst() { test -f ${ROOT}/usr/$(get_libdir)/libssl.so.0.9.6 && { einfo "You can now re-compile all packages that are linked against" einfo "OpenSSL 0.9.6 by using revdep-rebuild from gentoolkit:" - einfo "# revdep-rebuild --soname libssl.so.0.9.6" - einfo "# revdep-rebuild --soname libcrypto.so.0.9.6" + einfo "# revdep-rebuild --library libssl.so.0.9.6" + einfo "# revdep-rebuild --library libcrypto.so.0.9.6" einfo "After this, you can delete /usr/lib/libssl.so.0.9.6 and /usr/lib/libcrypto.so.0.9.6" } diff --git a/dev-libs/openssl/openssl-0.9.7g-r1.ebuild b/dev-libs/openssl/openssl-0.9.7g-r1.ebuild index b4a8c3e24a5f..8a848233ba1b 100644 --- a/dev-libs/openssl/openssl-0.9.7g-r1.ebuild +++ b/dev-libs/openssl/openssl-0.9.7g-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.7g-r1.ebuild,v 1.2 2006/01/06 01:06:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.7g-r1.ebuild,v 1.3 2006/03/09 23:49:09 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -166,8 +166,8 @@ pkg_postinst() { if [[ -e ${ROOT}/usr/lib/libcrypto.so.0.9.6 ]] ; then ewarn "You must re-compile all packages that are linked against" ewarn "OpenSSL 0.9.6 by using revdep-rebuild from gentoolkit:" - ewarn "# revdep-rebuild --soname libssl.so.0.9.6" - ewarn "# revdep-rebuild --soname libcrypto.so.0.9.6" + ewarn "# revdep-rebuild --library libssl.so.0.9.6" + ewarn "# revdep-rebuild --library libcrypto.so.0.9.6" ewarn "After this, you can delete /usr/lib/libssl.so.0.9.6 and /usr/lib/libcrypto.so.0.9.6" touch -c "${ROOT}"/usr/lib/lib{crypto,ssl}.so.0.9.6 fi diff --git a/dev-libs/openssl/openssl-0.9.7h.ebuild b/dev-libs/openssl/openssl-0.9.7h.ebuild index 5a61629f4c55..5e6e4b2a1e11 100644 --- a/dev-libs/openssl/openssl-0.9.7h.ebuild +++ b/dev-libs/openssl/openssl-0.9.7h.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.7h.ebuild,v 1.2 2006/01/06 01:06:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.7h.ebuild,v 1.3 2006/03/09 23:49:09 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -164,8 +164,8 @@ pkg_postinst() { if [[ -e ${ROOT}/usr/lib/libcrypto.so.0.9.6 ]] ; then ewarn "You must re-compile all packages that are linked against" ewarn "OpenSSL 0.9.6 by using revdep-rebuild from gentoolkit:" - ewarn "# revdep-rebuild --soname libssl.so.0.9.6" - ewarn "# revdep-rebuild --soname libcrypto.so.0.9.6" + ewarn "# revdep-rebuild --library libssl.so.0.9.6" + ewarn "# revdep-rebuild --library libcrypto.so.0.9.6" ewarn "After this, you can delete /usr/lib/libssl.so.0.9.6 and /usr/lib/libcrypto.so.0.9.6" touch -c "${ROOT}"/usr/lib/lib{crypto,ssl}.so.0.9.6 fi diff --git a/dev-libs/openssl/openssl-0.9.7i.ebuild b/dev-libs/openssl/openssl-0.9.7i.ebuild index e347cb270676..0e6f48d78da3 100644 --- a/dev-libs/openssl/openssl-0.9.7i.ebuild +++ b/dev-libs/openssl/openssl-0.9.7i.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.7i.ebuild,v 1.19 2006/02/15 08:47:10 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.7i.ebuild,v 1.20 2006/03/09 23:49:09 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -164,8 +164,8 @@ pkg_postinst() { if [[ -e ${ROOT}/usr/lib/libcrypto.so.0.9.6 ]] ; then ewarn "You must re-compile all packages that are linked against" ewarn "OpenSSL 0.9.6 by using revdep-rebuild from gentoolkit:" - ewarn "# revdep-rebuild --soname libssl.so.0.9.6" - ewarn "# revdep-rebuild --soname libcrypto.so.0.9.6" + ewarn "# revdep-rebuild --library libssl.so.0.9.6" + ewarn "# revdep-rebuild --library libcrypto.so.0.9.6" ewarn "After this, you can delete /usr/lib/libssl.so.0.9.6 and /usr/lib/libcrypto.so.0.9.6" touch -c "${ROOT}"/usr/lib/lib{crypto,ssl}.so.0.9.6 fi diff --git a/dev-libs/openssl/openssl-0.9.8a.ebuild b/dev-libs/openssl/openssl-0.9.8a.ebuild index d4df219aca3e..b21e5258ef11 100644 --- a/dev-libs/openssl/openssl-0.9.8a.ebuild +++ b/dev-libs/openssl/openssl-0.9.8a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.8a.ebuild,v 1.4 2006/02/12 22:12:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.8a.ebuild,v 1.5 2006/03/09 23:49:09 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -149,8 +149,8 @@ pkg_postinst() { if [[ -e ${ROOT}/usr/$(get_libdir)/libcrypto.so.0.9.7 ]] ; then ewarn "You must re-compile all packages that are linked against" ewarn "OpenSSL 0.9.7 by using revdep-rebuild from gentoolkit:" - ewarn "# revdep-rebuild --soname libssl.so.0.9.7" - ewarn "# revdep-rebuild --soname libcrypto.so.0.9.7" + ewarn "# revdep-rebuild --library libssl.so.0.9.7" + ewarn "# revdep-rebuild --library libcrypto.so.0.9.7" ewarn "After this, you can delete /usr/$(get_libdir)/libssl.so.0.9.7" ewarn "and /usr/$(get_libdir)/libcrypto.so.0.9.7" fi |