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/libgpod: libgpod-0.8.0.ebuild
Date: Sun, 31 Oct 2010 19:29:50
Message-Id: 20101031192942.5ECB920051@flycatcher.gentoo.org
1 ssuominen 10/10/31 19:29:42
2
3 Modified: libgpod-0.8.0.ebuild
4 Log:
5 Fix for previous commit, double README in dodoc
6
7 (Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 media-libs/libgpod/libgpod-0.8.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libgpod/libgpod-0.8.0.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libgpod/libgpod-0.8.0.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libgpod/libgpod-0.8.0.ebuild?r1=1.2&r2=1.3
15
16 Index: libgpod-0.8.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/libgpod/libgpod-0.8.0.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- libgpod-0.8.0.ebuild 31 Oct 2010 16:47:42 -0000 1.2
23 +++ libgpod-0.8.0.ebuild 31 Oct 2010 19:29:42 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libgpod/libgpod-0.8.0.ebuild,v 1.2 2010/10/31 16:47:42 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libgpod/libgpod-0.8.0.ebuild,v 1.3 2010/10/31 19:29:42 ssuominen Exp $
29
30 EAPI=3
31
32 @@ -63,7 +63,7 @@
33
34 src_install() {
35 emake DESTDIR="${D}" install || die
36 - dodoc AUTHORS README NEWS README* TROUBLESHOOTING
37 + dodoc AUTHORS NEWS README* TROUBLESHOOTING
38
39 find "${D}" -name '*.la' -exec rm -f '{}' +
40 }