summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-06-06 20:15:37 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-06-06 20:15:37 +0000
commit4b0eb6a05b9f043cf87d01409f319272527bacdd (patch)
tree3c0015db7755f2b096f9223e7ffcc060e551f89d /media-sound/exaile
parentold (diff)
downloadgentoo-2-4b0eb6a05b9f043cf87d01409f319272527bacdd.tar.gz
gentoo-2-4b0eb6a05b9f043cf87d01409f319272527bacdd.tar.bz2
gentoo-2-4b0eb6a05b9f043cf87d01409f319272527bacdd.zip
Write a postinst message for users moving from 0.2.x just in case.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/exaile')
-rw-r--r--media-sound/exaile/ChangeLog6
-rw-r--r--media-sound/exaile/exaile-0.3.0_alpha2.ebuild8
2 files changed, 12 insertions, 2 deletions
diff --git a/media-sound/exaile/ChangeLog b/media-sound/exaile/ChangeLog
index d6bfaf8a8fbd..d23e8d7675bf 100644
--- a/media-sound/exaile/ChangeLog
+++ b/media-sound/exaile/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/exaile
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/ChangeLog,v 1.52 2009/06/05 17:47:00 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/ChangeLog,v 1.53 2009/06/06 20:15:37 ssuominen Exp $
+
+ 06 Jun 2009; Samuli Suominen <ssuominen@gentoo.org>
+ exaile-0.3.0_alpha2.ebuild:
+ Write a postinst message for users moving from 0.2.x just in case.
*exaile-0.3.0_alpha2 (05 Jun 2009)
diff --git a/media-sound/exaile/exaile-0.3.0_alpha2.ebuild b/media-sound/exaile/exaile-0.3.0_alpha2.ebuild
index b88b2ec2c33e..40d85d745bca 100644
--- a/media-sound/exaile/exaile-0.3.0_alpha2.ebuild
+++ b/media-sound/exaile/exaile-0.3.0_alpha2.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/media-sound/exaile/exaile-0.3.0_alpha2.ebuild,v 1.1 2009/06/05 17:47:00 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/exaile-0.3.0_alpha2.ebuild,v 1.2 2009/06/06 20:15:37 ssuominen Exp $
EAPI=2
inherit eutils fdo-mime multilib python
@@ -55,6 +55,12 @@ pkg_postinst() {
python_mod_optimize /usr/$(get_libdir)/${PN}
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
+ elog "This version is more or less a rewrite from 0.2.x series, so"
+ elog "don't expect all the features you had before to be there yet."
+ elog "It would be a good idea to remove your old exaile configs"
+ elog "and databases out of the way before switching from 0.2.x."
+ elog "These files are in your home directory in .exaile, .config/exaile"
+ elog "and .local/share/exaile"
}
pkg_postrm() {