summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2011-05-04 14:41:46 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2011-05-04 14:41:46 +0000
commit71a8d677b179e502603f24b71b51d00b0f0558a3 (patch)
tree72a62b50ed4224743c27c902cf96d7965eb25b76 /gnustep-base
parentVersion bump. (diff)
downloadgentoo-2-71a8d677b179e502603f24b71b51d00b0f0558a3.tar.gz
gentoo-2-71a8d677b179e502603f24b71b51d00b0f0558a3.tar.bz2
gentoo-2-71a8d677b179e502603f24b71b51d00b0f0558a3.zip
Warn the user to first update configuration files before rebuilding gnustep packages
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'gnustep-base')
-rw-r--r--gnustep-base/gnustep-make/ChangeLog7
-rw-r--r--gnustep-base/gnustep-make/gnustep-make-2.6.0.ebuild5
2 files changed, 9 insertions, 3 deletions
diff --git a/gnustep-base/gnustep-make/ChangeLog b/gnustep-base/gnustep-make/ChangeLog
index 927b3b294c28..a76d1d27d9ae 100644
--- a/gnustep-base/gnustep-make/ChangeLog
+++ b/gnustep-base/gnustep-make/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for gnustep-base/gnustep-make
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/ChangeLog,v 1.97 2011/04/20 18:58:05 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/ChangeLog,v 1.98 2011/05/04 14:41:46 voyageur Exp $
+
+ 04 May 2011; Bernard Cafarelli <voyageur@gentoo.org>
+ gnustep-make-2.6.0.ebuild:
+ Warn the user to first update configuration files before rebuilding gnustep
+ packages
20 Apr 2011; Bernard Cafarelli <voyageur@gentoo.org>
gnustep-make-2.6.0.ebuild:
diff --git a/gnustep-base/gnustep-make/gnustep-make-2.6.0.ebuild b/gnustep-base/gnustep-make/gnustep-make-2.6.0.ebuild
index db8659b544d5..ed8cafdfcc2d 100644
--- a/gnustep-base/gnustep-make/gnustep-make-2.6.0.ebuild
+++ b/gnustep-base/gnustep-make/gnustep-make-2.6.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/gnustep-make-2.6.0.ebuild,v 1.2 2011/04/20 18:58:05 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/gnustep-make-2.6.0.ebuild,v 1.3 2011/05/04 14:41:46 voyageur Exp $
EAPI="3"
@@ -77,7 +77,8 @@ pkg_postinst() {
if [ -e /usr/GNUstep/System ]; then
ewarn "Old layout directory detected (/usr/GNUstep/System)"
ewarn "Gentoo has switched to FHS layout for GNUstep packages"
- ewarn "Please remerge all packages still installed with the old layout"
+ ewarn "You must first update the configuration files from this package,"
+ ewarn "then remerge all packages still installed with the old layout"
ewarn "You can use gnustep-base/gnustep-updater for this task"
fi
}