diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-09-30 09:48:49 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-09-30 09:48:49 +0000 |
commit | aecf225e470255730a07889cd00ee7476aa5bdc8 (patch) | |
tree | a8eee19d5fde97d23e0da31162662027d678e142 /media-libs/libexif | |
parent | x11-drivers/xf86-video-nv: drop old ebuilds (diff) | |
download | historical-aecf225e470255730a07889cd00ee7476aa5bdc8.tar.gz historical-aecf225e470255730a07889cd00ee7476aa5bdc8.tar.bz2 historical-aecf225e470255730a07889cd00ee7476aa5bdc8.zip |
Remove old revdep-rebuild suggestion
Package-Manager: portage-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 -} |