Gentoo Archives: gentoo-commits

From: ": Raphael Marichez" <falco@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/falco:master commit in: media-libs/gphotofs/
Date: Tue, 22 Feb 2011 10:57:41
Message-Id: 345dd45683ff2393f85796642a622757c0083d62.falco@gentoo
1 commit: 345dd45683ff2393f85796642a622757c0083d62
2 Author: Raphael Marichez <Raphael.Marichez <AT> hsc <DOT> fr>
3 AuthorDate: Tue Feb 22 10:58:04 2011 +0000
4 Commit: : Raphael Marichez <falco <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 22 10:58:04 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/falco.git;a=commit;h=345dd456
7
8 gphotofs attempt
9
10 Signed-off-by: Raphael Marichez <Raphael.Marichez <AT> hsc.fr>
11
12 ---
13 media-libs/gphotofs/ChangeLog | 9 +++++++++
14 media-libs/gphotofs/Manifest | 3 +++
15 media-libs/gphotofs/gphotofs-0.4.0.ebuild | 21 +++++++++++++++++++++
16 media-libs/gphotofs/metadata.xml | 9 +++++++++
17 4 files changed, 42 insertions(+), 0 deletions(-)
18
19 diff --git a/media-libs/gphotofs/ChangeLog b/media-libs/gphotofs/ChangeLog
20 new file mode 100644
21 index 0000000..fb0e8b0
22 --- /dev/null
23 +++ b/media-libs/gphotofs/ChangeLog
24 @@ -0,0 +1,9 @@
25 +# ChangeLog for media-libs/gphotofs
26 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 +# $Header: $
28 +
29 +*gphotofs-0.4.0 (22 Feb 2011)
30 +
31 + 22 Feb 2011; Raphael Marichez <falco@g.o> +gphotofs-0.4.0.ebuild:
32 + Here is a trial of gphotofs from sunrise overlay - but does not compile fine, here
33 +
34
35 diff --git a/media-libs/gphotofs/Manifest b/media-libs/gphotofs/Manifest
36 new file mode 100644
37 index 0000000..6f17fdb
38 --- /dev/null
39 +++ b/media-libs/gphotofs/Manifest
40 @@ -0,0 +1,3 @@
41 +DIST gphotofs-0.4.0.tar.bz2 267708 RMD160 1b752284297fcbb74e252ae988682a8486399b1b SHA1 b580af6059b514185cd98b3961701023c18e7430 SHA256 d88f37dd70d36585edcff887d04c886b4a3dd3f5cb68f5d3b5c67f3fb9b2fd1f
42 +EBUILD gphotofs-0.4.0.ebuild 468 RMD160 6c8debe191d5603b527bf32649d9cc82fca27d83 SHA1 38a3ada4d6b96ffc80e2680bbc153db81ebdaf3c SHA256 9a5b21390e35af57a3271f6b96698d904bad7a570f1c91c51789f405fa71fcc6
43 +MISC ChangeLog 297 RMD160 5ba0c71e6e98d44f6589de81fd9545baebdff7c7 SHA1 37d91e3cf5ab34a1d6eb0b263e0ae3c5f5f076f9 SHA256 79de3ea137d233d3a27b2a13dad46c31f8950f89d97cbbb11153790c7def5e19
44
45 diff --git a/media-libs/gphotofs/gphotofs-0.4.0.ebuild b/media-libs/gphotofs/gphotofs-0.4.0.ebuild
46 new file mode 100644
47 index 0000000..0560eb5
48 --- /dev/null
49 +++ b/media-libs/gphotofs/gphotofs-0.4.0.ebuild
50 @@ -0,0 +1,21 @@
51 +# Copyright 1999-2011 Gentoo Foundation
52 +# Distributed under the terms of the GNU General Public License v2
53 +# $Header: $
54 +
55 +DESCRIPTION="FUSE based filesystem for gphoto2"
56 +HOMEPAGE="http://www.gphoto.org/"
57 +SRC_URI="mirror://sourceforge/gphoto/${P}.tar.bz2"
58 +
59 +LICENSE="GPL-2"
60 +SLOT="0"
61 +KEYWORDS="~amd64 ~x86"
62 +IUSE=""
63 +
64 +DEPEND=">media-libs/libgphoto2-2.4.0
65 + >=dev-libs/glib-2.6
66 + >=sys-fs/fuse-2.5"
67 +RDEPEND="${DEPEND}"
68 +
69 +src_install() {
70 + emake DESTDIR="${D}" install || die
71 +}
72
73 diff --git a/media-libs/gphotofs/metadata.xml b/media-libs/gphotofs/metadata.xml
74 new file mode 100644
75 index 0000000..6b983d0
76 --- /dev/null
77 +++ b/media-libs/gphotofs/metadata.xml
78 @@ -0,0 +1,9 @@
79 +<?xml version="1.0" encoding="UTF-8"?>
80 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
81 +<pkgmetadata>
82 + <herd>no-herd</herd>
83 + <maintainer>
84 + <email>falco@g.o</email>
85 + <name>Raphael Marichez</name>
86 + </maintainer>
87 +</pkgmetadata>