[proaudio] [1237] Removed warning and added info |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
Revision: 1237
Author: dominique
Date: 2008-06-23 18:18:36 +0200 (Mon, 23 Jun 2008)
Log Message:
-----------
Removed warning and added info
Modified Paths:
--------------
trunk/overlays/proaudio/x11-themes/fvwm-crystal/ChangeLog
trunk/overlays/proaudio/x11-themes/fvwm-crystal/Manifest
trunk/overlays/proaudio/x11-themes/fvwm-crystal/fvwm-crystal-9999.ebuild
Modified: trunk/overlays/proaudio/x11-themes/fvwm-crystal/ChangeLog
===================================================================
--- trunk/overlays/proaudio/x11-themes/fvwm-crystal/ChangeLog 2008-06-23 13:40:27 UTC (rev 1236)
+++ trunk/overlays/proaudio/x11-themes/fvwm-crystal/ChangeLog 2008-06-23 16:18:36 UTC (rev 1237)
@@ -2,6 +2,10 @@
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 23 Jun 2008; Dominique Michel <dominique.michel@xxxxxxxxxxxx> The posix bug
+ is fixed into the svn, removed the warning and added info about what is needed
+ to do to the user config.
+
22 Jun 2008; Dominique Michel <dominique.michel@xxxxxxxxxxxx> Added
important warning about bug 210580: http://bugs.gentoo.org/show_bug.cgi?=210580
Changed the fvwm-crystal session file in order to use the new and correct
Modified: trunk/overlays/proaudio/x11-themes/fvwm-crystal/Manifest
===================================================================
--- trunk/overlays/proaudio/x11-themes/fvwm-crystal/Manifest 2008-06-23 13:40:27 UTC (rev 1236)
+++ trunk/overlays/proaudio/x11-themes/fvwm-crystal/Manifest 2008-06-23 16:18:36 UTC (rev 1237)
@@ -1,4 +1,4 @@
AUX fvwm-crystal 24 RMD160 3dbc69c681d7371a515a74f706b573f98acd7089 SHA1 860fab9be792eaef5128188687ff8b4da59a7a2a SHA256 10daec05010a6def1e0c1bb5ecd5f7627bb9f42ca11bf41d667fab01e90137e9
-EBUILD fvwm-crystal-9999.ebuild 3315 RMD160 8fe5db248a9f4f27053b4d6bbef6a619e9a510e2 SHA1 b64b3abed7e290d135e18012f86e41d4fb1bdbbc SHA256 4f947cc679d8c666a13de32858780dd821596a2e8d9406bacd9750f61964d944
-MISC ChangeLog 578 RMD160 3c83158e32ce9863ba614a49b03d10e79b6a3946 SHA1 9d031338a3e77d3efefdcce8213df4b5c2cf5814 SHA256 82682308b45b578d46bcc123288f87dd152d80b600c3c21595101670a8ba29a1
+EBUILD fvwm-crystal-9999.ebuild 2926 RMD160 579c4841fc7b88ce443b9ddefe82da6e7db16d91 SHA1 d8e73d1c1d287182520e32b9c5ae90bd5ff85656 SHA256 886d04e1fb99ce360fad48434abf59fc3242754bf0714d482d8da8a1530dea87
+MISC ChangeLog 768 RMD160 e9eb43786e95fa222f9f6e0afe354b5a3aa469ba SHA1 fe4c777c55f6b7593b88d5baddeb779d6b1a30a2 SHA256 61a9b3292f42f63148fe17e8d76180d7d462e830aacd8be7510c516cc51251b5
MISC metadata.xml 268 RMD160 facc07bd885f20615a1f2555069329c642e1a566 SHA1 2456bdb8a218c9d477d2d6ee4bf158de070c7be4 SHA256 96629b266b743f566c29158d4498edeeb1cd6b1f0cd9629e42d4f10b4da82f89
Modified: trunk/overlays/proaudio/x11-themes/fvwm-crystal/fvwm-crystal-9999.ebuild
===================================================================
--- trunk/overlays/proaudio/x11-themes/fvwm-crystal/fvwm-crystal-9999.ebuild 2008-06-23 13:40:27 UTC (rev 1236)
+++ trunk/overlays/proaudio/x11-themes/fvwm-crystal/fvwm-crystal-9999.ebuild 2008-06-23 16:18:36 UTC (rev 1237)
@@ -26,7 +26,6 @@
!x11-themes/crystal-audio"
S="${WORKDIR}/${PN}"
-#S="${WORKDIR}/current"
src_unpack() {
subversion_src_unpack
@@ -75,22 +74,12 @@
einfo "Read addons/session-management.README, it contain important"
einfo "information about session management support in FVWM-Crystal"
einfo
- ebeep 5
- ewarn
- ewarn " Do not use konsole into fvwm-crystal to do portage or emerge work"
- ewarn "because it will break your system. Use another terminal instead."
- ewarn " Urxvt is working fine for me."
- ewarn " See http://bugs.gentoo.org/show_bug.cgi?id=210580 for a discussion"
- ewarn "on this issue."
- ewarn
- ewarn " The envfix.sh script will break the user configuration. It is why"
- ewarn "I will not apply this script into this ebuild until I am 100% sure"
- ewarn "that it address the real problem and that it is not a workaround for"
- ewarn "some portage, konsole or gentoo specific issue."
- ewarn
- ewarn " You have be warned. If you want to use konsole into fvwm-crystal to do"
- ewarn "portage work, use the last official gentoo ebuild for fvwm-crystal."
- ewarn
- ebeep 10
+ einfo "An important POSIX bugfix was committed recently to the svn"
+ einfo "repository. All the environment variable names with - in their"
+ einfo "name was changed to the same name with _ insted of -."
+ einfo " This will break your user configuration, so please check every"
+ einfo "file into your user config and change all the - into _ for all"
+ einfo "the environment variable names with - in their name."
+ einfo
}