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 16:47:54
Message-Id: 20101031164742.47ECA20051@flycatcher.gentoo.org
1 ssuominen 10/10/31 16:47:42
2
3 Modified: libgpod-0.8.0.ebuild
4 Log:
5 Remove eutils from inherit, unused.
6
7 (Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 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.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libgpod/libgpod-0.8.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libgpod/libgpod-0.8.0.ebuild?r1=1.1&r2=1.2
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.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- libgpod-0.8.0.ebuild 31 Oct 2010 16:07:46 -0000 1.1
23 +++ libgpod-0.8.0.ebuild 31 Oct 2010 16:47:42 -0000 1.2
24 @@ -1,12 +1,12 @@
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.1 2010/10/31 16:07:46 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libgpod/libgpod-0.8.0.ebuild,v 1.2 2010/10/31 16:47:42 ssuominen Exp $
29
30 EAPI=3
31
32 PYTHON_DEPEND="python? 2:2.6"
33
34 -inherit eutils mono python
35 +inherit mono python
36
37 DESCRIPTION="Shared library to access the contents of an iPod"
38 HOMEPAGE="http://www.gtkpod.org/libgpod/"