Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-pda/fusepod: metadata.xml ChangeLog fusepod-0.5.2.ebuild
Date: Wed, 30 Mar 2011 15:42:42
Message-Id: 20110330154233.1DF9F20051@flycatcher.gentoo.org
1 ssuominen 11/03/30 15:42:33
2
3 Added: metadata.xml ChangeLog fusepod-0.5.2.ebuild
4 Log:
5 Initial commit, see ChangeLog for details
6
7 (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 app-pda/fusepod/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/fusepod/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/fusepod/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>pda</herd>
21 </pkgmetadata>
22
23
24
25 1.1 app-pda/fusepod/ChangeLog
26
27 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/fusepod/ChangeLog?rev=1.1&view=markup
28 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/fusepod/ChangeLog?rev=1.1&content-type=text/plain
29
30 Index: ChangeLog
31 ===================================================================
32 # ChangeLog for app-pda/fusepod
33 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
34 # $Header: /var/cvsroot/gentoo-x86/app-pda/fusepod/ChangeLog,v 1.1 2011/03/30 15:42:33 ssuominen Exp $
35
36 *fusepod-0.5.2 (30 Mar 2011)
37
38 30 Mar 2011; Samuli Suominen <ssuominen@g.o> +fusepod-0.5.2.ebuild,
39 +files/fusepod-0.5.2-missing_include.patch:
40 Initial commit wrt #136624 by Keegan Carruthers-Smith and Dirk Vanden Boer.
41
42
43
44
45 1.1 app-pda/fusepod/fusepod-0.5.2.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/fusepod/fusepod-0.5.2.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/fusepod/fusepod-0.5.2.ebuild?rev=1.1&content-type=text/plain
49
50 Index: fusepod-0.5.2.ebuild
51 ===================================================================
52 # Copyright 1999-2011 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/app-pda/fusepod/fusepod-0.5.2.ebuild,v 1.1 2011/03/30 15:42:33 ssuominen Exp $
55
56 EAPI=4
57 inherit eutils
58
59 DESCRIPTION="A userspace filesystem which mounts your iPod into a directory"
60 HOMEPAGE="http://sourceforge.net/projects/fusepod/"
61 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
62
63 LICENSE="GPL-2"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66 IUSE=""
67
68 RDEPEND="media-libs/libgpod
69 media-libs/taglib
70 sys-fs/fuse"
71 DEPEND="${RDEPEND}
72 dev-util/pkgconfig"
73
74 DOCS="AUTHORS NEWS README README.fuse THANKS TODO"
75
76 src_prepare() {
77 epatch "${FILESDIR}"/${P}-missing_include.patch
78 }