diff options
author | Saleem Abdulrasool <compnerd@gentoo.org> | 2005-11-29 17:20:17 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@gentoo.org> | 2005-11-29 17:20:17 +0000 |
commit | 49067db96ce5a1b072f0da55f54fa7cbd87c6516 (patch) | |
tree | 838c74dd85ecca5b709bcfe945e6787d21e9c8b7 /sys-apps | |
parent | New version. (diff) | |
download | historical-49067db96ce5a1b072f0da55f54fa7cbd87c6516.tar.gz historical-49067db96ce5a1b072f0da55f54fa7cbd87c6516.tar.bz2 historical-49067db96ce5a1b072f0da55f54fa7cbd87c6516.zip |
Adding upgrade warning
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/hal/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/hal/Manifest | 4 | ||||
-rw-r--r-- | sys-apps/hal/hal-0.5.4.ebuild | 9 |
3 files changed, 14 insertions, 4 deletions
diff --git a/sys-apps/hal/ChangeLog b/sys-apps/hal/ChangeLog index a361574f086e..1088ed20612f 100644 --- a/sys-apps/hal/ChangeLog +++ b/sys-apps/hal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/hal # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.55 2005/11/27 06:18:11 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.56 2005/11/29 17:20:17 compnerd Exp $ + + 29 Nov 2005; Saleem Abdulrasool <compnerd@gentoo.org> hal-0.5.4.ebuild: + Adding a revdep-rebuild warning as per comment on bug #113818 27 Nov 2005; Saleem Abdulrasool <compnerd@gentoo.org> hal-0.5.4.ebuild: Backporting kernel check to origival reported version. diff --git a/sys-apps/hal/Manifest b/sys-apps/hal/Manifest index 5e66e1653b62..a8ef87900e18 100644 --- a/sys-apps/hal/Manifest +++ b/sys-apps/hal/Manifest @@ -1,4 +1,4 @@ -MD5 5ed9742d08b98d3b16f0385c666441fa ChangeLog 7866 +MD5 c4ae5e6790a66fe5b058bc462b6be49c ChangeLog 8005 MD5 40a7b45f127bfdcacaa142660ad8b5f9 files/0.5-hald.rc 537 MD5 ada3b2801b82813b4f10fd6f6caf9d6f files/digest-hal-0.4.5-r2 62 MD5 3031a9fe74f43859c313d5f3076e68cd files/digest-hal-0.4.7-r2 62 @@ -20,6 +20,6 @@ MD5 192112dfb678a9795a93d3cdcc50bb95 files/hald 543 MD5 2cf5b3c9219c87b1d9aee01f4f5f19bb hal-0.4.5-r2.ebuild 3118 MD5 1a146b79d18a689bbc8a96b81f74c7f6 hal-0.4.7-r2.ebuild 3455 MD5 8420501e80e55b313d30f4e0309c08dd hal-0.4.8.ebuild 3419 -MD5 2744acb42095e55b428f68bff0d9c2ec hal-0.5.4.ebuild 3778 +MD5 0f845310f938f2c422815649173aedab hal-0.5.4.ebuild 4041 MD5 c587e7d02a20b445d6b164a8c71fc1da hal-0.5.5.1.ebuild 3937 MD5 a60767d83157413d549c69b98fac962c metadata.xml 303 diff --git a/sys-apps/hal/hal-0.5.4.ebuild b/sys-apps/hal/hal-0.5.4.ebuild index ced07bc0ee37..78a3c7d16b5c 100644 --- a/sys-apps/hal/hal-0.5.4.ebuild +++ b/sys-apps/hal/hal-0.5.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.4.ebuild,v 1.6 2005/11/27 06:18:11 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.4.ebuild,v 1.7 2005/11/29 17:20:17 compnerd Exp $ inherit eutils linux-info @@ -121,4 +121,11 @@ pkg_postinst() { einfo "work. Suggested is to add the init script to your start-up" einfo "scripts, this should be done like this :" einfo "\`rc-update add hald default\`" + + ewarn + ewarn "If you are upgrading from a previous version of hal you should run" + ewarn "revdep-rebuild to find any programs which were built against the old" + ewarn "version and then rebuild them. Not doing so may result in a broken" + ewarn "system." + ewarn } |