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/faad2: faad2-2.6.1-r2.ebuild
Date: Wed, 30 Sep 2009 09:44:51
Message-Id: E1Msvjt-00022b-RL@stork.gentoo.org
1 ssuominen 09/09/30 09:44:49
2
3 Modified: faad2-2.6.1-r2.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/faad2/faad2-2.6.1-r2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faad2/faad2-2.6.1-r2.ebuild?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faad2/faad2-2.6.1-r2.ebuild?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faad2/faad2-2.6.1-r2.ebuild?r1=1.9&r2=1.10
14
15 Index: faad2-2.6.1-r2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/faad2/faad2-2.6.1-r2.ebuild,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- faad2-2.6.1-r2.ebuild 5 Nov 2008 04:10:23 -0000 1.9
22 +++ faad2-2.6.1-r2.ebuild 30 Sep 2009 09:44:49 -0000 1.10
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/faad2/faad2-2.6.1-r2.ebuild,v 1.9 2008/11/05 04:10:23 beandog Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/faad2/faad2-2.6.1-r2.ebuild,v 1.10 2009/09/30 09:44:49 ssuominen Exp $
29
30 inherit eutils autotools
31
32 @@ -16,7 +16,7 @@
33 RDEPEND=""
34 DEPEND=""
35
36 -S="${WORKDIR}/${PN}"
37 +S=${WORKDIR}/${PN}
38
39 src_unpack() {
40 unpack ${A}
41 @@ -32,23 +32,12 @@
42
43 src_compile() {
44 econf \
45 - $(use_with digitalradio drm)\
46 - --without-xmms \
47 - || die "econf failed"
48 -
49 + $(use_with digitalradio drm) \
50 + --without-xmms
51 emake || die
52 }
53
54 src_install() {
55 emake DESTDIR="${D}" install || die
56 -
57 dodoc AUTHORS ChangeLog NEWS README README.linux TODO
58 }
59 -
60 -pkg_postinst() {
61 - elog "Please note that from ${PN}-2.0* to ${P}, ABI has changed"
62 - elog "So if you are upgrading from those versions, you need to rebuild"
63 - elog "all the packages linked against ${PN}."
64 - elog "You can use revdep-rebuild from app-portage/gentoolkit if you are"
65 - elog "using portage or reconcilio if you are using paludis, or ..."
66 -}