Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/jasper: jasper-1.900.1-r3.ebuild
Date: Wed, 30 Sep 2009 09:46:23
Message-Id: E1MsvlN-00027o-50@stork.gentoo.org
1 ssuominen 09/09/30 09:46:21
2
3 Modified: jasper-1.900.1-r3.ebuild
4 Log:
5 Remove old revdep-rebuild suggestion
6 (Portage version: 2.2_rc42/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.10 media-libs/jasper/jasper-1.900.1-r3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jasper/jasper-1.900.1-r3.ebuild?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jasper/jasper-1.900.1-r3.ebuild?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jasper/jasper-1.900.1-r3.ebuild?r1=1.9&r2=1.10
14
15 Index: jasper-1.900.1-r3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/jasper/jasper-1.900.1-r3.ebuild,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- jasper-1.900.1-r3.ebuild 30 Jun 2009 14:32:27 -0000 1.9
22 +++ jasper-1.900.1-r3.ebuild 30 Sep 2009 09:46:20 -0000 1.10
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $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 $
27 +# $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 $
28
29 inherit libtool eutils
30
31 @@ -22,7 +22,6 @@
32 src_unpack() {
33 unpack ${A}
34 cd "${S}"
35 -
36 epatch "${WORKDIR}"/${P}-fixes-20081208.patch
37
38 elibtoolize
39 @@ -38,13 +37,6 @@
40 }
41
42 src_install() {
43 - make DESTDIR="${D}" install || die
44 + emake DESTDIR="${D}" install || die
45 dodoc NEWS README doc/*
46 }
47 -
48 -pkg_postinst() {
49 - elog
50 - elog "Be noted that API has been changed, and you need to run"
51 - elog "revdep-rebuild from gentoolkit to correct deps."
52 - elog
53 -}