summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Buchholz <rbu@gentoo.org>2009-08-18 18:41:17 +0000
committerRobert Buchholz <rbu@gentoo.org>2009-08-18 18:41:17 +0000
commit1ea10009cb2fe446e5534af63b7601e91380d755 (patch)
tree2d88eddb69cb6a10e2e61ec6c63c90c7798d74b3 /app-portage
parentMasked dev-python/basemap-data for removal (diff)
downloadgentoo-2-1ea10009cb2fe446e5534af63b7601e91380d755.tar.gz
gentoo-2-1ea10009cb2fe446e5534af63b7601e91380d755.tar.bz2
gentoo-2-1ea10009cb2fe446e5534af63b7601e91380d755.zip
Update postinst message with changes to glsa-check
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/gentoolkit/ChangeLog5
-rw-r--r--app-portage/gentoolkit/gentoolkit-0.3.0_rc7.ebuild7
2 files changed, 10 insertions, 2 deletions
diff --git a/app-portage/gentoolkit/ChangeLog b/app-portage/gentoolkit/ChangeLog
index 0f5e3c271532..d1b341cd66a3 100644
--- a/app-portage/gentoolkit/ChangeLog
+++ b/app-portage/gentoolkit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-portage/gentoolkit
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/ChangeLog,v 1.168 2009/07/13 15:00:44 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/ChangeLog,v 1.169 2009/08/18 18:41:17 rbu Exp $
+
+ 18 Aug 2009; Robert Buchholz <rbu@gentoo.org> gentoolkit-0.3.0_rc7.ebuild:
+ Update postinst message with changes to glsa-check
13 Jul 2009; Joseph Jezak <josejx@gentoo.org> gentoolkit-0.2.4.5.ebuild:
Marked ppc stable for bug #268001.
diff --git a/app-portage/gentoolkit/gentoolkit-0.3.0_rc7.ebuild b/app-portage/gentoolkit/gentoolkit-0.3.0_rc7.ebuild
index bb58d16e04f9..d5835ed39b6b 100644
--- a/app-portage/gentoolkit/gentoolkit-0.3.0_rc7.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.3.0_rc7.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-portage/gentoolkit/gentoolkit-0.3.0_rc7.ebuild,v 1.1 2009/06/19 17:10:15 fuzzyray Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/gentoolkit-0.3.0_rc7.ebuild,v 1.2 2009/08/18 18:41:17 rbu Exp $
EAPI=2
@@ -62,4 +62,9 @@ pkg_postinst() {
ewarn "and the gentoolkit library. Because of this, the documentation is"
ewarn "out of date. Please check http://bugs.gentoo.org/269071 when"
ewarn "filing bugs to see if your issue is being addressed."
+ ewarn
+ ewarn "glsa-check since gentoolkit 0.3 has modified some output,"
+ ewarn "options and default behavior. The list of injected GLSAs"
+ ewarn "has moved to /var/lib/portage/glsa_injected, please"
+ ewarn "run 'glsa-check -p affected' before copying the existing checkfile."
}