summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2014-03-04 07:02:50 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2014-03-04 07:02:50 +0000
commit320f6f22dd975fbb7fb47c3ba3b4f0476808a9f8 (patch)
treec13bffdb7b26442d3794adcb1d3e0612355f70f1 /app-pda/ifuse
parentinitial version added, 1.2.0 (diff)
downloadgentoo-2-320f6f22dd975fbb7fb47c3ba3b4f0476808a9f8.tar.gz
gentoo-2-320f6f22dd975fbb7fb47c3ba3b4f0476808a9f8.tar.bz2
gentoo-2-320f6f22dd975fbb7fb47c3ba3b4f0476808a9f8.zip
old
(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/ChangeLog5
-rw-r--r--app-pda/ifuse/ifuse-1.1.2.ebuild30
2 files changed, 4 insertions, 31 deletions
diff --git a/app-pda/ifuse/ChangeLog b/app-pda/ifuse/ChangeLog
index e5274dbbccf5..65a0f74dac73 100644
--- a/app-pda/ifuse/ChangeLog
+++ b/app-pda/ifuse/ChangeLog
@@ -1,6 +1,9 @@
# 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.15 2014/03/03 23:56:08 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/ifuse/ChangeLog,v 1.16 2014/03/04 07:02:50 ssuominen Exp $
+
+ 04 Mar 2014; Samuli Suominen <ssuominen@gentoo.org> -ifuse-1.1.2.ebuild:
+ old
03 Mar 2014; Pacho Ramos <pacho@gentoo.org> ifuse-1.1.2-r1.ebuild:
amd64 stable, bug #500238
diff --git a/app-pda/ifuse/ifuse-1.1.2.ebuild b/app-pda/ifuse/ifuse-1.1.2.ebuild
deleted file mode 100644
index 4ba1ab60d182..000000000000
--- a/app-pda/ifuse/ifuse-1.1.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2013 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.4 2013/05/11 22:05:54 ssuominen Exp $
-
-EAPI=5
-
-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."
-}