diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2006-12-03 18:44:27 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2006-12-03 18:44:27 +0000 |
commit | acef17742f1d293c96e23ac7ab76317e90a9dbea (patch) | |
tree | c18c7a3a605cb0eb470a37ec08bc9766375fdca4 /dev-libs | |
parent | Stable on ppc64 (diff) | |
download | gentoo-2-acef17742f1d293c96e23ac7ab76317e90a9dbea.tar.gz gentoo-2-acef17742f1d293c96e23ac7ab76317e90a9dbea.tar.bz2 gentoo-2-acef17742f1d293c96e23ac7ab76317e90a9dbea.zip |
Added notice about revdep-rebuild as requested by Axel Dyks <XL@XLsigned.net> in Bug #138658.
(Portage version: 2.1.2_rc2-r4)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libcdio/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/libcdio/libcdio-0.77.ebuild | 9 | ||||
-rw-r--r-- | dev-libs/libcdio/libcdio-0.78.2.ebuild | 9 |
3 files changed, 22 insertions, 3 deletions
diff --git a/dev-libs/libcdio/ChangeLog b/dev-libs/libcdio/ChangeLog index 2704b81223f1..0738a8f55108 100644 --- a/dev-libs/libcdio/ChangeLog +++ b/dev-libs/libcdio/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/libcdio # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcdio/ChangeLog,v 1.67 2006/11/17 15:37:27 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcdio/ChangeLog,v 1.68 2006/12/03 18:44:27 zzam Exp $ + + 03 Dec 2006; Matthias Schwarzott <zzam@gentoo.org> libcdio-0.77.ebuild, + libcdio-0.78.2.ebuild: + Added notice about revdep-rebuild as requested by Axel Dyks + <XL@XLsigned.net> in Bug #138658. 17 Nov 2006; Diego Pettenò <flameeyes@gentoo.org> libcdio-0.78.2.ebuild: Add ~sparc-fbsd keyword. diff --git a/dev-libs/libcdio/libcdio-0.77.ebuild b/dev-libs/libcdio/libcdio-0.77.ebuild index caa8f5987ed1..8ad265e9427a 100644 --- a/dev-libs/libcdio/libcdio-0.77.ebuild +++ b/dev-libs/libcdio/libcdio-0.77.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcdio/libcdio-0.77.ebuild,v 1.16 2006/10/31 05:22:25 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcdio/libcdio-0.77.ebuild,v 1.17 2006/12/03 18:44:27 zzam Exp $ WANT_AUTOMAKE="1.9" WANT_AUTOCONF="2.5" @@ -55,3 +55,10 @@ src_install() { make DESTDIR="${D}" install || die "make install failed" dodoc AUTHORS ChangeLog NEWS README THANKS } + +pkg_postinst() { + ewarn "If you've upgraded from a previous version of ${PN}, you may need to re-emerge" + ewarn "packages that linked against ${PN} (vlc, vcdimager and more) by running:" + ewarn "\trevdep-rebuild" +} + diff --git a/dev-libs/libcdio/libcdio-0.78.2.ebuild b/dev-libs/libcdio/libcdio-0.78.2.ebuild index 7a55748baad0..2eb842fc8c65 100644 --- a/dev-libs/libcdio/libcdio-0.78.2.ebuild +++ b/dev-libs/libcdio/libcdio-0.78.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcdio/libcdio-0.78.2.ebuild,v 1.2 2006/11/17 15:37:27 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcdio/libcdio-0.78.2.ebuild,v 1.3 2006/12/03 18:44:27 zzam Exp $ inherit eutils libtool @@ -48,3 +48,10 @@ src_install() { make DESTDIR="${D}" install || die "make install failed" dodoc AUTHORS ChangeLog NEWS README THANKS } + +pkg_postinst() { + ewarn "If you've upgraded from a previous version of ${PN}, you may need to re-emerge" + ewarn "packages that linked against ${PN} (vlc, vcdimager and more) by running:" + ewarn "\trevdep-rebuild" +} + |