diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-05-16 01:12:08 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-05-16 01:12:08 +0000 |
commit | 2edd3c4c3be5540c6e81687cbbcc7e845ba84b99 (patch) | |
tree | 5e645538a82e6bafb29ab423b5015368860ece79 /app-pda/ifuse | |
parent | old (diff) | |
download | historical-2edd3c4c3be5540c6e81687cbbcc7e845ba84b99.tar.gz historical-2edd3c4c3be5540c6e81687cbbcc7e845ba84b99.tar.bz2 historical-2edd3c4c3be5540c6e81687cbbcc7e845ba84b99.zip |
Version bump.
Package-Manager: portage-2.2.0_alpha105/cvs/Linux x86_64
Diffstat (limited to 'app-pda/ifuse')
-rw-r--r-- | app-pda/ifuse/ChangeLog | 7 | ||||
-rw-r--r-- | app-pda/ifuse/ifuse-1.1.2.ebuild | 30 |
2 files changed, 36 insertions, 1 deletions
diff --git a/app-pda/ifuse/ChangeLog b/app-pda/ifuse/ChangeLog index 0523e628e263..622c29ad261b 100644 --- a/app-pda/ifuse/ChangeLog +++ b/app-pda/ifuse/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-pda/ifuse # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/ifuse/ChangeLog,v 1.7 2012/05/03 20:21:00 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/ifuse/ChangeLog,v 1.8 2012/05/16 01:12:08 ssuominen Exp $ + +*ifuse-1.1.2 (16 May 2012) + + 16 May 2012; Samuli Suominen <ssuominen@gentoo.org> +ifuse-1.1.2.ebuild: + Version bump. 03 May 2012; Jeff Horelick <jdhore@gentoo.org> ifuse-1.1.1.ebuild: dev-util/pkgconfig -> virtual/pkgconfig diff --git a/app-pda/ifuse/ifuse-1.1.2.ebuild b/app-pda/ifuse/ifuse-1.1.2.ebuild new file mode 100644 index 000000000000..ffde0e4815e8 --- /dev/null +++ b/app-pda/ifuse/ifuse-1.1.2.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/ifuse/ifuse-1.1.2.ebuild,v 1.1 2012/05/16 01:12:08 ssuominen Exp $ + +EAPI=4 + +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" + +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." +} |