From 1b428d5e838b5b880684d5f49ccb7b207a16b7d8 Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Wed, 30 Sep 2009 09:46:20 +0000 Subject: Remove old revdep-rebuild suggestion (Portage version: 2.2_rc42/cvs/Linux x86_64) --- media-libs/jasper/jasper-1.900.1-r3.ebuild | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'media-libs') diff --git a/media-libs/jasper/jasper-1.900.1-r3.ebuild b/media-libs/jasper/jasper-1.900.1-r3.ebuild index 622685e89489..abb36a5513b5 100644 --- a/media-libs/jasper/jasper-1.900.1-r3.ebuild +++ b/media-libs/jasper/jasper-1.900.1-r3.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/jasper/jasper-1.900.1-r3.ebuild,v 1.9 2009/06/30 14:32:27 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/jasper/jasper-1.900.1-r3.ebuild,v 1.10 2009/09/30 09:46:20 ssuominen Exp $ inherit libtool eutils @@ -22,7 +22,6 @@ DEPEND="${RDEPEND} src_unpack() { unpack ${A} cd "${S}" - epatch "${WORKDIR}"/${P}-fixes-20081208.patch elibtoolize @@ -38,13 +37,6 @@ src_compile() { } src_install() { - make DESTDIR="${D}" install || die + emake DESTDIR="${D}" install || die dodoc NEWS README doc/* } - -pkg_postinst() { - elog - elog "Be noted that API has been changed, and you need to run" - elog "revdep-rebuild from gentoolkit to correct deps." - elog -} -- cgit v1.2.3-65-gdbad