summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-03-30 15:42:33 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-03-30 15:42:33 +0000
commit32629c0155656d71a5c0f14984423e75d0b31a66 (patch)
tree9b8d2bbbafb4687af94d03073625a321c8d035fe /app-pda
parentStable for HPPA (bug #358679). (diff)
downloadhistorical-32629c0155656d71a5c0f14984423e75d0b31a66.tar.gz
historical-32629c0155656d71a5c0f14984423e75d0b31a66.tar.bz2
historical-32629c0155656d71a5c0f14984423e75d0b31a66.zip
Initial commit, see ChangeLog for details
Package-Manager: portage-2.2.0_alpha29/cvs/Linux x86_64
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/fusepod/ChangeLog10
-rw-r--r--app-pda/fusepod/Manifest15
-rw-r--r--app-pda/fusepod/files/fusepod-0.5.2-missing_include.patch13
-rw-r--r--app-pda/fusepod/fusepod-0.5.2.ebuild27
-rw-r--r--app-pda/fusepod/metadata.xml5
5 files changed, 70 insertions, 0 deletions
diff --git a/app-pda/fusepod/ChangeLog b/app-pda/fusepod/ChangeLog
new file mode 100644
index 000000000000..2cb30d0eef21
--- /dev/null
+++ b/app-pda/fusepod/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-pda/fusepod
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/fusepod/ChangeLog,v 1.1 2011/03/30 15:42:33 ssuominen Exp $
+
+*fusepod-0.5.2 (30 Mar 2011)
+
+ 30 Mar 2011; Samuli Suominen <ssuominen@gentoo.org> +fusepod-0.5.2.ebuild,
+ +files/fusepod-0.5.2-missing_include.patch:
+ Initial commit wrt #136624 by Keegan Carruthers-Smith and Dirk Vanden Boer.
+
diff --git a/app-pda/fusepod/Manifest b/app-pda/fusepod/Manifest
new file mode 100644
index 000000000000..2242323d58d4
--- /dev/null
+++ b/app-pda/fusepod/Manifest
@@ -0,0 +1,15 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+AUX fusepod-0.5.2-missing_include.patch 417 RMD160 ae4718ba50642fe8bcf64d1d7d351cd41d1fc7ce SHA1 5251da376cbbad98da2e1003ef90183faa9a0693 SHA256 a9c7541bbdedf65a59a6554a5ef31fba2b2bb37d425e3c06a3c33216306fe68f
+DIST fusepod-0.5.2.tar.bz2 80923 RMD160 34b47ba7247afb4bf809d6088c6f8e32ca1b1eab SHA1 706f0541e80a3e72e74db384503198e07a2b4b35 SHA256 210d77cb2ec7701d4af681e63c4f52bc4d0c8cbfa493f55d3d9580e7106b857f
+EBUILD fusepod-0.5.2.ebuild 703 RMD160 2ee09dd5e8b98c44a41bf98f8f062da21edb8a55 SHA1 0f50dfdaf69258c3dc394e913142e723f76ef028 SHA256 e2527f03f3b9e4a7e640f129facafd5195de2f5d0e1f0f1798b30acfc1331f80
+MISC ChangeLog 438 RMD160 3ba8f24475f0d03ecd076749fa174f30cdca1491 SHA1 1ab6f791b8f82203a658d001c4cb64acdd153f49 SHA256 678db951068c92e2703c32fcbec9321052a7b0beab4aeb3b237bece4c748d56b
+MISC metadata.xml 156 RMD160 6a6d0f6bfe83e3a54c2d72444564ed6ab19857fe SHA1 5b9cb277159d763c133920e483df8d3d587cf7e2 SHA256 7f72b73f6e0d6e26603d85e52cca524711faddf6b516640104c3b82aab4754fb
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (GNU/Linux)
+
+iF4EAREIAAYFAk2TT5YACgkQXkR9YqOcLPHE0gEAnysAIInRPmx7eFo34tRjHtsR
+aBpN6yy0VEJp4L7Rvq8A/03fMBIJkQMxrXenclDAaIsZGHJ/VenZEFqSrYVVwHWu
+=xGoW
+-----END PGP SIGNATURE-----
diff --git a/app-pda/fusepod/files/fusepod-0.5.2-missing_include.patch b/app-pda/fusepod/files/fusepod-0.5.2-missing_include.patch
new file mode 100644
index 000000000000..1a1bc8415c91
--- /dev/null
+++ b/app-pda/fusepod/files/fusepod-0.5.2-missing_include.patch
@@ -0,0 +1,13 @@
+diff -ur fusepod-0.5.2.orig/src/fusepod_util.h fusepod-0.5.2/src/fusepod_util.h
+--- fusepod-0.5.2.orig/src/fusepod_util.h 2006-06-27 01:06:32.000000000 +0300
++++ fusepod-0.5.2/src/fusepod_util.h 2011-03-30 18:39:06.000000000 +0300
+@@ -15,6 +15,9 @@
+ #ifndef _FUSEPOD_UTIL_H_
+ #define _FUSEPOD_UTIL_H_
+
++#include <stdio.h> /* sprintf */
++#include <string.h> /* strcasecmp */
++
+ #include <vector>
+ #include <string>
+
diff --git a/app-pda/fusepod/fusepod-0.5.2.ebuild b/app-pda/fusepod/fusepod-0.5.2.ebuild
new file mode 100644
index 000000000000..450d6050f240
--- /dev/null
+++ b/app-pda/fusepod/fusepod-0.5.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/fusepod/fusepod-0.5.2.ebuild,v 1.1 2011/03/30 15:42:33 ssuominen Exp $
+
+EAPI=4
+inherit eutils
+
+DESCRIPTION="A userspace filesystem which mounts your iPod into a directory"
+HOMEPAGE="http://sourceforge.net/projects/fusepod/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="media-libs/libgpod
+ media-libs/taglib
+ sys-fs/fuse"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+DOCS="AUTHORS NEWS README README.fuse THANKS TODO"
+
+src_prepare() {
+ epatch "${FILESDIR}"/${P}-missing_include.patch
+}
diff --git a/app-pda/fusepod/metadata.xml b/app-pda/fusepod/metadata.xml
new file mode 100644
index 000000000000..228404d3a4b2
--- /dev/null
+++ b/app-pda/fusepod/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>pda</herd>
+</pkgmetadata>