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/libgii: libgii-1.0.2.ebuild
Date: Wed, 30 Sep 2009 09:40:35
Message-Id: E1Msvfl-0001uW-PS@stork.gentoo.org
1 ssuominen 09/09/30 09:40:33
2
3 Modified: libgii-1.0.2.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.15 media-libs/libgii/libgii-1.0.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libgii/libgii-1.0.2.ebuild?rev=1.15&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libgii/libgii-1.0.2.ebuild?rev=1.15&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libgii/libgii-1.0.2.ebuild?r1=1.14&r2=1.15
14
15 Index: libgii-1.0.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/libgii/libgii-1.0.2.ebuild,v
18 retrieving revision 1.14
19 retrieving revision 1.15
20 diff -u -r1.14 -r1.15
21 --- libgii-1.0.2.ebuild 12 Jun 2008 14:53:16 -0000 1.14
22 +++ libgii-1.0.2.ebuild 30 Sep 2009 09:40:33 -0000 1.15
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/libgii/libgii-1.0.2.ebuild,v 1.14 2008/06/12 14:53:16 drac Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libgii/libgii-1.0.2.ebuild,v 1.15 2009/09/30 09:40:33 ssuominen Exp $
29
30 inherit autotools eutils
31
32 @@ -29,17 +29,10 @@
33
34 src_compile() {
35 econf $(use_with X x) $(use_enable X x) || die
36 - emake || die "emake failed."
37 + emake || die
38 }
39
40 src_install() {
41 - emake DESTDIR="${D}" install || die "emake install failed."
42 + emake DESTDIR="${D}" install || die
43 dodoc ChangeLog* FAQ NEWS README
44 }
45 -
46 -pkg_postinst() {
47 - elog
48 - elog "Be noted that API has been changed, and you need to run"
49 - elog "revdep-rebuild from gentoolkit to correct deps."
50 - elog
51 -}