diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-09-30 09:44:55 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-09-30 09:44:55 +0000 |
commit | 939a8b9f9b1d3d6e9534ea7433fdb41b85def2fa (patch) | |
tree | f23b905d4376d33569cb58906e48f57000011d20 /media-libs/libexif | |
parent | Remove old revdep-rebuild suggestion (diff) | |
download | gentoo-2-939a8b9f9b1d3d6e9534ea7433fdb41b85def2fa.tar.gz gentoo-2-939a8b9f9b1d3d6e9534ea7433fdb41b85def2fa.tar.bz2 gentoo-2-939a8b9f9b1d3d6e9534ea7433fdb41b85def2fa.zip |
Remove old revdep-rebuild suggestion
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libexif')
-rw-r--r-- | media-libs/libexif/libexif-0.6.17.ebuild | 23 |
1 files changed, 2 insertions, 21 deletions
diff --git a/media-libs/libexif/libexif-0.6.17.ebuild b/media-libs/libexif/libexif-0.6.17.ebuild index b8142eda75c5..2a139bd14b8d 100644 --- a/media-libs/libexif/libexif-0.6.17.ebuild +++ b/media-libs/libexif/libexif-0.6.17.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-libs/libexif/libexif-0.6.17.ebuild,v 1.7 2009/02/06 20:10:42 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libexif/libexif-0.6.17.ebuild,v 1.8 2009/09/30 09:44:55 ssuominen Exp $ inherit eutils libtool @@ -16,12 +16,10 @@ IUSE="doc nls" DEPEND="dev-util/pkgconfig doc? ( app-doc/doxygen ) nls? ( sys-devel/gettext )" - RDEPEND="nls? ( virtual/libintl )" src_unpack() { unpack ${A} - cd "${S}" epatch "${FILESDIR}/${PN}-0.6.13-pkgconfig.patch" @@ -44,27 +42,10 @@ src_install() { use doc && dodir /usr/share/doc/${PF} dodir /usr/$(get_libdir)/pkgconfig - make DESTDIR="${D}" install || die + emake DESTDIR="${D}" install || die dodoc ChangeLog README # installs a blank directory for whatever broken reason use nls || rm -rf "${D}usr/share/locale" } - -pkg_preinst() { - has_version "<${CATEGORY}/${PN}-0.6.13-r2" - previous_less_than_0_6_13_r2=$? -} - -pkg_postinst() { - if [[ $previous_less_than_0_6_13_r2 = 0 ]] ; then - elog "If you are upgrading from a version of libexif older than 0.6.13-r2," - elog "you will need to do the following to rebuild dependencies:" - elog "# revdep-rebuild --soname libexif.so.9" - elog "# revdep-rebuild --soname libexif.so.10" - elog "" - elog "Note, it is actually safe to create a symlink from libexif.so.10 to" - elog "libexif.so.12 if you need to during the update." - fi -} |