summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-05-16 01:13:07 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-05-16 01:13:07 +0000
commit7af6645c93fcad5917d036b0122cf80e3e62101b (patch)
tree2c5c134b8dcc1cdcff05c63d3aa9e6abd45d70d5 /app-pda/ifuse
parentVersion bump. (diff)
downloadgentoo-2-7af6645c93fcad5917d036b0122cf80e3e62101b.tar.gz
gentoo-2-7af6645c93fcad5917d036b0122cf80e3e62101b.tar.bz2
gentoo-2-7af6645c93fcad5917d036b0122cf80e3e62101b.zip
old
(Portage version: 2.2.0_alpha105/cvs/Linux x86_64)
Diffstat (limited to 'app-pda/ifuse')
-rw-r--r--app-pda/ifuse/ChangeLog6
-rw-r--r--app-pda/ifuse/files/ifuse-1.0.0-asneeded.patch15
-rw-r--r--app-pda/ifuse/ifuse-1.1.1.ebuild34
3 files changed, 5 insertions, 50 deletions
diff --git a/app-pda/ifuse/ChangeLog b/app-pda/ifuse/ChangeLog
index 622c29ad261b..6035d86a6e45 100644
--- a/app-pda/ifuse/ChangeLog
+++ b/app-pda/ifuse/ChangeLog
@@ -1,6 +1,10 @@
# 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.8 2012/05/16 01:12:08 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/ifuse/ChangeLog,v 1.9 2012/05/16 01:13:06 ssuominen Exp $
+
+ 16 May 2012; Samuli Suominen <ssuominen@gentoo.org>
+ -files/ifuse-1.0.0-asneeded.patch, -ifuse-1.1.1.ebuild:
+ old
*ifuse-1.1.2 (16 May 2012)
diff --git a/app-pda/ifuse/files/ifuse-1.0.0-asneeded.patch b/app-pda/ifuse/files/ifuse-1.0.0-asneeded.patch
deleted file mode 100644
index 20c2cdb628f1..000000000000
--- a/app-pda/ifuse/files/ifuse-1.0.0-asneeded.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Fixing as-needed issues
-
-http://bugs.gentoo.org/show_bug.cgi?id=322667
-
---- src/Makefile.am
-+++ src/Makefile.am
-@@ -1,6 +1,5 @@
--AM_CFLAGS = $(libglib2_CFLAGS) $(libfuse_CFLAGS) $(libimobiledevice_CFLAGS) -g
--AM_LDFLAGS = $(libglib2_LIBS) $(libfuse_LIBS) $(libimobiledevice_LIBS)
--
- bin_PROGRAMS = ifuse
-+ifuse_CFLAGS = $(libglib2_CFLAGS) $(libfuse_CFLAGS) $(libimobiledevice_CFLAGS)
-+ifuse_LDADD = $(libglib2_LIBS) $(libfuse_LIBS) $(libimobiledevice_LIBS)
-
- ifuse_SOURCES = ifuse.c
diff --git a/app-pda/ifuse/ifuse-1.1.1.ebuild b/app-pda/ifuse/ifuse-1.1.1.ebuild
deleted file mode 100644
index 8bba2523a20a..000000000000
--- a/app-pda/ifuse/ifuse-1.1.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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.1.ebuild,v 1.2 2012/05/03 20:21:00 jdhore Exp $
-
-EAPI=4
-inherit autotools eutils
-
-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.0.0
- >=dev-libs/glib-2.14.1
- >=sys-fs/fuse-2.7.0"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-1.0.0-asneeded.patch
- eautoreconf
-}
-
-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."
-}