public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-pda/ifuse: ChangeLog ifuse-1.1.2.ebuild
@ 2012-05-16  1:12 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 5+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-05-16  1:12 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/05/16 01:12:08

  Modified:             ChangeLog
  Added:                ifuse-1.1.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha105/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  app-pda/ifuse/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/ifuse/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/ifuse/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/ifuse/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/ifuse/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	3 May 2012 20:21:00 -0000	1.7
+++ ChangeLog	16 May 2012 01:12:08 -0000	1.8
@@ -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



1.1                  app-pda/ifuse/ifuse-1.1.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/ifuse/ifuse-1.1.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/ifuse/ifuse-1.1.2.ebuild?rev=1.1&content-type=text/plain

Index: ifuse-1.1.2.ebuild
===================================================================
# 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."
}






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-pda/ifuse: ChangeLog ifuse-1.1.2.ebuild
@ 2012-08-11 18:04 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-08-11 18:04 UTC (permalink / raw
  To: gentoo-commits

ago         12/08/11 18:04:47

  Modified:             ChangeLog ifuse-1.1.2.ebuild
  Log:
  Stable for amd64, wrt bug #423155
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 app-pda/ifuse/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/ifuse/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/ifuse/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/ifuse/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/ifuse/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	16 May 2012 01:13:06 -0000	1.9
+++ ChangeLog	11 Aug 2012 18:04:47 -0000	1.10
@@ -1,6 +1,9 @@
 # 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.9 2012/05/16 01:13:06 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/ifuse/ChangeLog,v 1.10 2012/08/11 18:04:47 ago Exp $
+
+  11 Aug 2012; Agostino Sarubbo <ago@gentoo.org> ifuse-1.1.2.ebuild:
+  Stable for amd64, wrt bug #423155
 
   16 May 2012; Samuli Suominen <ssuominen@gentoo.org>
   -files/ifuse-1.0.0-asneeded.patch, -ifuse-1.1.1.ebuild:



1.2                  app-pda/ifuse/ifuse-1.1.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/ifuse/ifuse-1.1.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/ifuse/ifuse-1.1.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/ifuse/ifuse-1.1.2.ebuild?r1=1.1&r2=1.2

Index: ifuse-1.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/ifuse/ifuse-1.1.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ifuse-1.1.2.ebuild	16 May 2012 01:12:08 -0000	1.1
+++ ifuse-1.1.2.ebuild	11 Aug 2012 18:04:47 -0000	1.2
@@ -1,6 +1,6 @@
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/ifuse/ifuse-1.1.2.ebuild,v 1.2 2012/08/11 18:04:47 ago Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND=">=app-pda/libimobiledevice-1.1.4





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-pda/ifuse: ChangeLog ifuse-1.1.2.ebuild
@ 2012-08-16 22:03 Johannes Huber (johu)
  0 siblings, 0 replies; 5+ messages in thread
From: Johannes Huber (johu) @ 2012-08-16 22:03 UTC (permalink / raw
  To: gentoo-commits

johu        12/08/16 22:03:33

  Modified:             ChangeLog ifuse-1.1.2.ebuild
  Log:
  Stable for x86, wrt bug #423155
  
  (Portage version: 2.2.0_alpha121/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 app-pda/ifuse/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/ifuse/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/ifuse/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/ifuse/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/ifuse/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	11 Aug 2012 18:04:47 -0000	1.10
+++ ChangeLog	16 Aug 2012 22:03:32 -0000	1.11
@@ -1,6 +1,9 @@
 # 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.10 2012/08/11 18:04:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/ifuse/ChangeLog,v 1.11 2012/08/16 22:03:32 johu Exp $
+
+  16 Aug 2012; Johannes Huber <johu@gentoo.org> ifuse-1.1.2.ebuild:
+  Stable for x86, wrt bug #423155
 
   11 Aug 2012; Agostino Sarubbo <ago@gentoo.org> ifuse-1.1.2.ebuild:
   Stable for amd64, wrt bug #423155



1.3                  app-pda/ifuse/ifuse-1.1.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/ifuse/ifuse-1.1.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/ifuse/ifuse-1.1.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/ifuse/ifuse-1.1.2.ebuild?r1=1.2&r2=1.3

Index: ifuse-1.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/ifuse/ifuse-1.1.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ifuse-1.1.2.ebuild	11 Aug 2012 18:04:47 -0000	1.2
+++ ifuse-1.1.2.ebuild	16 Aug 2012 22:03:32 -0000	1.3
@@ -1,6 +1,6 @@
 # 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.2 2012/08/11 18:04:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/ifuse/ifuse-1.1.2.ebuild,v 1.3 2012/08/16 22:03:32 johu Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND=">=app-pda/libimobiledevice-1.1.4





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-pda/ifuse: ChangeLog ifuse-1.1.2.ebuild
@ 2013-05-11 22:05 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 5+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-05-11 22:05 UTC (permalink / raw
  To: gentoo-commits

ssuominen    13/05/11 22:05:54

  Modified:             ChangeLog ifuse-1.1.2.ebuild
  Log:
  Use subslot operator for the libplist and libimobiledevice dependencies.
  
  (Portage version: 2.2.0_alpha174/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.12                 app-pda/ifuse/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/ifuse/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/ifuse/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/ifuse/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/ifuse/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	16 Aug 2012 22:03:32 -0000	1.11
+++ ChangeLog	11 May 2013 22:05:54 -0000	1.12
@@ -1,6 +1,9 @@
 # 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.11 2012/08/16 22:03:32 johu Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/ifuse/ChangeLog,v 1.12 2013/05/11 22:05:54 ssuominen Exp $
+
+  11 May 2013; Samuli Suominen <ssuominen@gentoo.org> ifuse-1.1.2.ebuild:
+  Use subslot operator for the libplist and libimobiledevice dependencies.
 
   16 Aug 2012; Johannes Huber <johu@gentoo.org> ifuse-1.1.2.ebuild:
   Stable for x86, wrt bug #423155



1.4                  app-pda/ifuse/ifuse-1.1.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/ifuse/ifuse-1.1.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/ifuse/ifuse-1.1.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/ifuse/ifuse-1.1.2.ebuild?r1=1.3&r2=1.4

Index: ifuse-1.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/ifuse/ifuse-1.1.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ifuse-1.1.2.ebuild	16 Aug 2012 22:03:32 -0000	1.3
+++ ifuse-1.1.2.ebuild	11 May 2013 22:05:54 -0000	1.4
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# 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.3 2012/08/16 22:03:32 johu Exp $
+# $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=4
+EAPI=5
 
 DESCRIPTION="Mount Apple iPhone/iPod Touch file systems for backup purposes"
 HOMEPAGE="http://www.libimobiledevice.org/"
@@ -13,8 +13,8 @@
 KEYWORDS="amd64 x86"
 IUSE=""
 
-RDEPEND=">=app-pda/libimobiledevice-1.1.4
-	>=app-pda/libplist-1.8
+RDEPEND=">=app-pda/libimobiledevice-1.1.4:=
+	>=app-pda/libplist-1.8:=
 	>=sys-fs/fuse-2.7.0"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-pda/ifuse: ChangeLog ifuse-1.1.2.ebuild
@ 2014-03-04  7:02 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 5+ messages in thread
From: Samuli Suominen (ssuominen) @ 2014-03-04  7:02 UTC (permalink / raw
  To: gentoo-commits

ssuominen    14/03/04 07:02:50

  Modified:             ChangeLog
  Removed:              ifuse-1.1.2.ebuild
  Log:
  old
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.16                 app-pda/ifuse/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/ifuse/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/ifuse/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/ifuse/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/ifuse/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	3 Mar 2014 23:56:08 -0000	1.15
+++ ChangeLog	4 Mar 2014 07:02:50 -0000	1.16
@@ -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





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-03-04  7:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-11 22:05 [gentoo-commits] gentoo-x86 commit in app-pda/ifuse: ChangeLog ifuse-1.1.2.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2014-03-04  7:02 Samuli Suominen (ssuominen)
2012-08-16 22:03 Johannes Huber (johu)
2012-08-11 18:04 Agostino Sarubbo (ago)
2012-05-16  1:12 Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox