diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-06-18 06:27:04 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-06-18 06:27:04 +0000 |
commit | 5ee20d46e31431565a8bfc0a8f4f4b2b07e5f9c8 (patch) | |
tree | 580bb5cd8075599b19742c3f1e090becf62db739 /media-libs/musicbrainz/musicbrainz-2.1.1.ebuild | |
parent | Stable amd64. (Manifest recommit) (diff) | |
download | gentoo-2-5ee20d46e31431565a8bfc0a8f4f4b2b07e5f9c8.tar.gz gentoo-2-5ee20d46e31431565a8bfc0a8f4f4b2b07e5f9c8.tar.bz2 gentoo-2-5ee20d46e31431565a8bfc0a8f4f4b2b07e5f9c8.zip |
Slottage since this version's library has a different version number. Added einfo to recommend revdep-rebuild.
Diffstat (limited to 'media-libs/musicbrainz/musicbrainz-2.1.1.ebuild')
-rw-r--r-- | media-libs/musicbrainz/musicbrainz-2.1.1.ebuild | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/media-libs/musicbrainz/musicbrainz-2.1.1.ebuild b/media-libs/musicbrainz/musicbrainz-2.1.1.ebuild index b506c960abb1..677861b82a5d 100644 --- a/media-libs/musicbrainz/musicbrainz-2.1.1.ebuild +++ b/media-libs/musicbrainz/musicbrainz-2.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/musicbrainz/musicbrainz-2.1.1.ebuild,v 1.2 2004/06/18 05:41:09 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/musicbrainz/musicbrainz-2.1.1.ebuild,v 1.3 2004/06/18 06:27:04 eradicator Exp $ IUSE="" @@ -9,7 +9,7 @@ HOMEPAGE="http://www.musicbrainz.org/" SRC_URI="http://ftp.musicbrainz.org/pub/musicbrainz/lib${P}.tar.gz" LICENSE="LGPL-2.1" -SLOT="0" +SLOT="1" KEYWORDS="~x86 ~ppc ~sparc hppa ~alpha amd64" RDEPEND="dev-libs/expat" @@ -29,3 +29,13 @@ src_install() { dodoc AUTHORS ChangeLog INSTALL README TODO docs/mb_howto.txt } + +pkg_postinst() { + einfo "The name of the library has changed from libmusicbrainz.so.2 to libmusicbrainz.so.4." + einfo "If you are updating from musicbrainz-2.0.x and you want to use the new library with" + einfo "existing applications, you must re-emerge them by doing:" + einfo "revdep-rebuild --soname libmusicbrainz.so.2" + einfo + einfo "After doing that, you can safely unmerge your old version by doing:" + einfo "emerge unmerge \=media-libs/musicbrainz-<old version>" +} |