public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-mail/imapsync: imapsync-1.488.ebuild ChangeLog
@ 2012-05-29 13:01 Tim Harder (radhermit)
  0 siblings, 0 replies; 4+ messages in thread
From: Tim Harder (radhermit) @ 2012-05-29 13:01 UTC (permalink / raw
  To: gentoo-commits

radhermit    12/05/29 13:01:29

  Modified:             ChangeLog
  Added:                imapsync-1.488.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)

Revision  Changes    Path
1.53                 net-mail/imapsync/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/ChangeLog?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/ChangeLog?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/ChangeLog?r1=1.52&r2=1.53

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog	19 Mar 2012 23:54:46 -0000	1.52
+++ ChangeLog	29 May 2012 13:01:29 -0000	1.53
@@ -1,6 +1,11 @@
 # ChangeLog for net-mail/imapsync
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.52 2012/03/19 23:54:46 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.53 2012/05/29 13:01:29 radhermit Exp $
+
+*imapsync-1.488 (29 May 2012)
+
+  29 May 2012; Tim Harder <radhermit@gentoo.org> +imapsync-1.488.ebuild:
+  Version bump.
 
 *imapsync-1.487 (19 Mar 2012)
 



1.1                  net-mail/imapsync/imapsync-1.488.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/imapsync-1.488.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/imapsync-1.488.ebuild?rev=1.1&content-type=text/plain

Index: imapsync-1.488.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.488.ebuild,v 1.1 2012/05/29 13:01:29 radhermit Exp $

EAPI=4

DESCRIPTION="A tool allowing incremental and recursive imap transfer from one mailbox to another"
HOMEPAGE="http://ks.lamiral.info/imapsync/"
SRC_URI="https://fedorahosted.org/released/${PN}/${P}.tgz"

LICENSE="WTFPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

DEPEND="dev-lang/perl"
RDEPEND="${DEPEND}
	dev-perl/Digest-HMAC
	dev-perl/IO-Socket-SSL
	dev-perl/Mail-IMAPClient
	dev-perl/TermReadKey
	virtual/perl-Digest-MD5
	virtual/perl-MIME-Base64"

RESTRICT="test"

src_prepare() {
	sed -i -e "s/^install: testp/install:/" \
		-e "/^DO_IT/,/^$/d" "${S}"/Makefile || die
}

src_compile() { : ; }






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

* [gentoo-commits] gentoo-x86 commit in net-mail/imapsync: imapsync-1.488.ebuild ChangeLog
@ 2012-08-03 18:18 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-08-03 18:18 UTC (permalink / raw
  To: gentoo-commits

ago         12/08/03 18:18:46

  Modified:             imapsync-1.488.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #429176
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  net-mail/imapsync/imapsync-1.488.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/imapsync-1.488.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/imapsync-1.488.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/imapsync-1.488.ebuild?r1=1.1&r2=1.2

Index: imapsync-1.488.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.488.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- imapsync-1.488.ebuild	29 May 2012 13:01:29 -0000	1.1
+++ imapsync-1.488.ebuild	3 Aug 2012 18:18:46 -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/net-mail/imapsync/imapsync-1.488.ebuild,v 1.1 2012/05/29 13:01:29 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.488.ebuild,v 1.2 2012/08/03 18:18:46 ago Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="WTFPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE=""
 
 DEPEND="dev-lang/perl"



1.56                 net-mail/imapsync/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/ChangeLog?r1=1.55&r2=1.56

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog	1 Aug 2012 23:14:17 -0000	1.55
+++ ChangeLog	3 Aug 2012 18:18:46 -0000	1.56
@@ -1,6 +1,9 @@
 # ChangeLog for net-mail/imapsync
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.55 2012/08/01 23:14:17 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.56 2012/08/03 18:18:46 ago Exp $
+
+  03 Aug 2012; Agostino Sarubbo <ago@gentoo.org> imapsync-1.488.ebuild:
+  Stable for amd64, wrt bug #429176
 
 *imapsync-1.498 (01 Aug 2012)
 





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

* [gentoo-commits] gentoo-x86 commit in net-mail/imapsync: imapsync-1.488.ebuild ChangeLog
@ 2012-08-04 11:32 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 4+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-08-04 11:32 UTC (permalink / raw
  To: gentoo-commits

blueness    12/08/04 11:32:30

  Modified:             imapsync-1.488.ebuild ChangeLog
  Log:
  Stable ppc, bug #429176
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  net-mail/imapsync/imapsync-1.488.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/imapsync-1.488.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/imapsync-1.488.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/imapsync-1.488.ebuild?r1=1.2&r2=1.3

Index: imapsync-1.488.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.488.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- imapsync-1.488.ebuild	3 Aug 2012 18:18:46 -0000	1.2
+++ imapsync-1.488.ebuild	4 Aug 2012 11:32:30 -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/net-mail/imapsync/imapsync-1.488.ebuild,v 1.2 2012/08/03 18:18:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.488.ebuild,v 1.3 2012/08/04 11:32:30 blueness Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="WTFPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc ~x86"
 IUSE=""
 
 DEPEND="dev-lang/perl"



1.57                 net-mail/imapsync/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/ChangeLog?rev=1.57&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/ChangeLog?rev=1.57&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/ChangeLog?r1=1.56&r2=1.57

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog	3 Aug 2012 18:18:46 -0000	1.56
+++ ChangeLog	4 Aug 2012 11:32:30 -0000	1.57
@@ -1,6 +1,9 @@
 # ChangeLog for net-mail/imapsync
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.56 2012/08/03 18:18:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.57 2012/08/04 11:32:30 blueness Exp $
+
+  04 Aug 2012; Anthony G. Basile <blueness@gentoo.org> imapsync-1.488.ebuild:
+  Stable ppc, bug #429176
 
   03 Aug 2012; Agostino Sarubbo <ago@gentoo.org> imapsync-1.488.ebuild:
   Stable for amd64, wrt bug #429176





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

* [gentoo-commits] gentoo-x86 commit in net-mail/imapsync: imapsync-1.488.ebuild ChangeLog
@ 2012-08-21 15:06 Johannes Huber (johu)
  0 siblings, 0 replies; 4+ messages in thread
From: Johannes Huber (johu) @ 2012-08-21 15:06 UTC (permalink / raw
  To: gentoo-commits

johu        12/08/21 15:06:32

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

Revision  Changes    Path
1.4                  net-mail/imapsync/imapsync-1.488.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/imapsync-1.488.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/imapsync-1.488.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/imapsync-1.488.ebuild?r1=1.3&r2=1.4

Index: imapsync-1.488.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.488.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- imapsync-1.488.ebuild	4 Aug 2012 11:32:30 -0000	1.3
+++ imapsync-1.488.ebuild	21 Aug 2012 15:06:32 -0000	1.4
@@ -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/net-mail/imapsync/imapsync-1.488.ebuild,v 1.3 2012/08/04 11:32:30 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.488.ebuild,v 1.4 2012/08/21 15:06:32 johu Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="WTFPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 IUSE=""
 
 DEPEND="dev-lang/perl"



1.58                 net-mail/imapsync/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/ChangeLog?r1=1.57&r2=1.58

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	4 Aug 2012 11:32:30 -0000	1.57
+++ ChangeLog	21 Aug 2012 15:06:32 -0000	1.58
@@ -1,6 +1,9 @@
 # ChangeLog for net-mail/imapsync
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.57 2012/08/04 11:32:30 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.58 2012/08/21 15:06:32 johu Exp $
+
+  21 Aug 2012; Johannes Huber <johu@gentoo.org> imapsync-1.488.ebuild:
+  Stable for x86, wrt bug #429176
 
   04 Aug 2012; Anthony G. Basile <blueness@gentoo.org> imapsync-1.488.ebuild:
   Stable ppc, bug #429176





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

end of thread, other threads:[~2012-08-21 15:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-29 13:01 [gentoo-commits] gentoo-x86 commit in net-mail/imapsync: imapsync-1.488.ebuild ChangeLog Tim Harder (radhermit)
  -- strict thread matches above, loose matches on Subject: below --
2012-08-03 18:18 Agostino Sarubbo (ago)
2012-08-04 11:32 Anthony G. Basile (blueness)
2012-08-21 15:06 Johannes Huber (johu)

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