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/tunepimp: tunepimp-0.5.3-r2.ebuild
Date: Wed, 29 Jul 2009 15:05:35
Message-Id: E1MWAii-0004Fn-8B@stork.gentoo.org
1 ssuominen 09/07/29 15:05:32
2
3 Modified: tunepimp-0.5.3-r2.ebuild
4 Log:
5 Remove INSTALL from dodoc as well.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.4 media-libs/tunepimp/tunepimp-0.5.3-r2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/tunepimp/tunepimp-0.5.3-r2.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/tunepimp/tunepimp-0.5.3-r2.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/tunepimp/tunepimp-0.5.3-r2.ebuild?r1=1.3&r2=1.4
14
15 Index: tunepimp-0.5.3-r2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/tunepimp/tunepimp-0.5.3-r2.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- tunepimp-0.5.3-r2.ebuild 29 Jul 2009 15:03:36 -0000 1.3
22 +++ tunepimp-0.5.3-r2.ebuild 29 Jul 2009 15:05:32 -0000 1.4
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/tunepimp/tunepimp-0.5.3-r2.ebuild,v 1.3 2009/07/29 15:03:36 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/tunepimp/tunepimp-0.5.3-r2.ebuild,v 1.4 2009/07/29 15:05:32 ssuominen Exp $
28
29 EAPI=2
30 inherit autotools eutils distutils
31 @@ -58,7 +58,7 @@
32
33 src_install() {
34 emake DESTDIR="${D}" install || die "emake install failed"
35 - dodoc AUTHORS ChangeLog INSTALL README TODO
36 + dodoc AUTHORS ChangeLog README TODO
37
38 if use python; then
39 cd python