diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-03-29 02:45:55 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-03-29 02:45:55 +0000 |
commit | 9798d18de689d83b135d4a52ddd51c57c68121c8 (patch) | |
tree | f01208b1e02b3d42493332fa9d3b10fca3dffb28 | |
parent | remove old (diff) | |
download | gentoo-2-9798d18de689d83b135d4a52ddd51c57c68121c8.tar.gz gentoo-2-9798d18de689d83b135d4a52ddd51c57c68121c8.tar.bz2 gentoo-2-9798d18de689d83b135d4a52ddd51c57c68121c8.zip |
Version bump.
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
-rw-r--r-- | app-pda/ifuse/ChangeLog | 9 | ||||
-rw-r--r-- | app-pda/ifuse/ifuse-1.1.1.ebuild (renamed from app-pda/ifuse/ifuse-1.0.0.ebuild) | 30 |
2 files changed, 19 insertions, 20 deletions
diff --git a/app-pda/ifuse/ChangeLog b/app-pda/ifuse/ChangeLog index 97902c40e950..ebc26aefa580 100644 --- a/app-pda/ifuse/ChangeLog +++ b/app-pda/ifuse/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-pda/ifuse -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/ifuse/ChangeLog,v 1.5 2010/06/06 16:49:41 xarthisius Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/ifuse/ChangeLog,v 1.6 2011/03/29 02:45:54 ssuominen Exp $ + +*ifuse-1.1.1 (29 Mar 2011) + + 29 Mar 2011; Samuli Suominen <ssuominen@gentoo.org> +ifuse-1.1.1.ebuild: + Version bump. 06 Jun 2010; Kacper Kowalik <xarthisius@gentoo.org> ifuse-1.0.0.ebuild, +files/ifuse-1.0.0-asneeded.patch: diff --git a/app-pda/ifuse/ifuse-1.0.0.ebuild b/app-pda/ifuse/ifuse-1.1.1.ebuild index 2e1cc15dcdb0..69e567078256 100644 --- a/app-pda/ifuse/ifuse-1.0.0.ebuild +++ b/app-pda/ifuse/ifuse-1.1.1.ebuild @@ -1,36 +1,30 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/ifuse/ifuse-1.0.0.ebuild,v 1.2 2010/06/06 16:49:41 xarthisius Exp $ - -EAPI=3 +# $Header: /var/cvsroot/gentoo-x86/app-pda/ifuse/ifuse-1.1.1.ebuild,v 1.1 2011/03/29 02:45:54 ssuominen Exp $ +EAPI=4 inherit autotools eutils DESCRIPTION="Mount Apple iPhone/iPod Touch file systems for backup purposes" -HOMEPAGE="http://libimobiledevice.org/" -SRC_URI="http://cloud.github.com/downloads/MattColyer/${PN}/${P}.tar.bz2" +HOMEPAGE="http://www.libimobiledevice.org/" +SRC_URI="http://www.libimobiledevice.org/downloads/${P}.tar.bz2" -LICENSE="GPL-2" +LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND=">=app-pda/libplist-1.3 - >=app-pda/libimobiledevice-1.0.1 - =dev-libs/glib-2* - sys-fs/fuse" -RDEPEND="${DEPEND}" +RDEPEND=">=app-pda/libimobiledevice-1.0.0 + >=dev-libs/glib-2.14.1 + >=sys-fs/fuse-2.7.0" +DEPEND="${RDEPEND} + dev-util/pkgconfig" src_prepare() { - epatch "${FILESDIR}"/${P}-asneeded.patch + epatch "${FILESDIR}"/${PN}-1.0.0-asneeded.patch eautoreconf } -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS README || 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 " |