diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2014-04-07 12:32:56 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2014-04-07 12:32:56 +0000 |
commit | 210ee9e8b024e6a9f1a18cd57287ac8d9c6d108a (patch) | |
tree | 1dc7be2f7b4e64f7ea96a5983951f43c216166bc /app-pda/ifuse | |
parent | Fix timeout crashes and error message. Add a note about passive behavior and... (diff) | |
download | gentoo-2-210ee9e8b024e6a9f1a18cd57287ac8d9c6d108a.tar.gz gentoo-2-210ee9e8b024e6a9f1a18cd57287ac8d9c6d108a.tar.bz2 gentoo-2-210ee9e8b024e6a9f1a18cd57287ac8d9c6d108a.zip |
Version bump.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'app-pda/ifuse')
-rw-r--r-- | app-pda/ifuse/ChangeLog | 7 | ||||
-rw-r--r-- | app-pda/ifuse/ifuse-1.1.3.ebuild | 28 |
2 files changed, 34 insertions, 1 deletions
diff --git a/app-pda/ifuse/ChangeLog b/app-pda/ifuse/ChangeLog index 65a0f74dac73..aa58774f3397 100644 --- a/app-pda/ifuse/ChangeLog +++ b/app-pda/ifuse/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-pda/ifuse # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/ifuse/ChangeLog,v 1.16 2014/03/04 07:02:50 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/ifuse/ChangeLog,v 1.17 2014/04/07 12:32:56 ssuominen Exp $ + +*ifuse-1.1.3 (07 Apr 2014) + + 07 Apr 2014; Samuli Suominen <ssuominen@gentoo.org> +ifuse-1.1.3.ebuild: + Version bump. 04 Mar 2014; Samuli Suominen <ssuominen@gentoo.org> -ifuse-1.1.2.ebuild: old diff --git a/app-pda/ifuse/ifuse-1.1.3.ebuild b/app-pda/ifuse/ifuse-1.1.3.ebuild new file mode 100644 index 000000000000..306c9c551af1 --- /dev/null +++ b/app-pda/ifuse/ifuse-1.1.3.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/ifuse/ifuse-1.1.3.ebuild,v 1.1 2014/04/07 12:32:56 ssuominen Exp $ + +EAPI=5 +inherit readme.gentoo + +DESCRIPTION="Mount Apple iPhone/iPod Touch file systems for backup purposes" +HOMEPAGE="http://www.libimobiledevice.org/" +SRC_URI="http://www.libimobiledevice.org/downloads/${P}.tar.bz2" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=app-pda/libimobiledevice-1.1.4:= + >=app-pda/libplist-1.8:= + >=sys-fs/fuse-2.7.0" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +DOCS="AUTHORS NEWS README" + +DOC_CONTENTS="Only use this filesystem driver to create backups of your data. +The music database is hashed, and attempting to add files will cause the +iPod/iPhone to consider your database unauthorised. +It will respond by wiping all media files, requiring a restore through iTunes." |