diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2009-06-08 23:26:57 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2009-06-08 23:26:57 +0000 |
commit | dfab8eff9ee37d9f227d1bd84a85f1c610479907 (patch) | |
tree | 070fef6270f2706b4a93300a1a111303c4b75ee6 /app-pda/ifuse | |
parent | Initial commit, ebuild by me. For bug #241174. (diff) | |
download | gentoo-2-dfab8eff9ee37d9f227d1bd84a85f1c610479907.tar.gz gentoo-2-dfab8eff9ee37d9f227d1bd84a85f1c610479907.tar.bz2 gentoo-2-dfab8eff9ee37d9f227d1bd84a85f1c610479907.zip |
Initial commit, ebuild by me. Closes bug #241174.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'app-pda/ifuse')
-rw-r--r-- | app-pda/ifuse/ChangeLog | 9 | ||||
-rw-r--r-- | app-pda/ifuse/ifuse-0.9.1.ebuild | 27 | ||||
-rw-r--r-- | app-pda/ifuse/metadata.xml | 10 |
3 files changed, 46 insertions, 0 deletions
diff --git a/app-pda/ifuse/ChangeLog b/app-pda/ifuse/ChangeLog new file mode 100644 index 000000000000..97a914ab59a1 --- /dev/null +++ b/app-pda/ifuse/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for app-pda/ifuse +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/ifuse/ChangeLog,v 1.1 2009/06/08 23:26:57 chainsaw Exp $ + +*ifuse-0.9.1 (08 Jun 2009) + + 08 Jun 2009; <chainsaw@gentoo.org> +ifuse-0.9.1.ebuild, +metadata.xml: + Initial commit, ebuild by me. Closes bug #241174. + diff --git a/app-pda/ifuse/ifuse-0.9.1.ebuild b/app-pda/ifuse/ifuse-0.9.1.ebuild new file mode 100644 index 000000000000..7c7654595284 --- /dev/null +++ b/app-pda/ifuse/ifuse-0.9.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/ifuse/ifuse-0.9.1.ebuild,v 1.1 2009/06/08 23:26:57 chainsaw Exp $ + +DESCRIPTION="Mount Apple iPhone/iPod Touch file systems for backup purposes" +HOMEPAGE="http://matt.colyer.name/projects/iphone-linux/index.php?title=Main_Page" +SRC_URI="http://cloud.github.com/downloads/MattColyer/${PN}/${P}.tar.bz2" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" +RDEPEND="app-pda/libplist + app-pda/libiphone + =dev-libs/glib-2* + sys-fs/fuse" + +src_install() { + make DESTDIR="${D}" install || die +} + +pkg_postinst() { + ewarn "Only use this filesystem driver to create backups of your data." + ewarn "The music database is hashed, and attempting to add files will " + ewarn "cause the iPod/iPhone to consider your database unauthorised." + ewarn "It will respond by wiping all media files, requiring a restore " + ewarn "through iTunes. You have been warned." +} diff --git a/app-pda/ifuse/metadata.xml b/app-pda/ifuse/metadata.xml new file mode 100644 index 000000000000..0bef3c15362f --- /dev/null +++ b/app-pda/ifuse/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>pda</herd> + <maintainer> + <email>chainsaw@gentoo.org</email> + <name>Tony Vroon</name> + </maintainer> +</pkgmetadata> + |