public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-mail/imapsync: ChangeLog imapsync-1.303.ebuild
@ 2010-01-24 18:47 Torsten Veller (tove)
  0 siblings, 0 replies; 4+ messages in thread
From: Torsten Veller (tove) @ 2010-01-24 18:47 UTC (permalink / raw
  To: gentoo-commits

tove        10/01/24 18:47:37

  Modified:             ChangeLog
  Added:                imapsync-1.303.ebuild
  Log:
  Version bump. Supports Mail-IMAPClient-3 too. Thanks to Kerin Millar (#302022)
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.29                 net-mail/imapsync/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/imapsync/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/imapsync/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/imapsync/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	19 Jul 2009 18:21:24 -0000	1.28
+++ ChangeLog	24 Jan 2010 18:47:36 -0000	1.29
@@ -1,6 +1,12 @@
 # ChangeLog for net-mail/imapsync
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.28 2009/07/19 18:21:24 nixnut Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.29 2010/01/24 18:47:36 tove Exp $
+
+*imapsync-1.303 (24 Jan 2010)
+
+  24 Jan 2010; Torsten Veller <tove@gentoo.org> +imapsync-1.303.ebuild:
+  Version bump. Supports Mail-IMAPClient-3 too. Thanks to Kerin Millar
+  (#302022)
 
   19 Jul 2009; nixnut <nixnut@gentoo.org> imapsync-1.267.ebuild:
   ppc stable #274370



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

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

Index: imapsync-1.303.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.303.ebuild,v 1.1 2010/01/24 18:47:36 tove Exp $

EAPI=2

DESCRIPTION="A tool allowing incremental and recursive imap transfer from one mailbox to another."
HOMEPAGE="http://www.linux-france.org/prj/"
SRC_URI="http://www.linux-france.org/prj/imapsync/dist/${P}.tgz"

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

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

RESTRICT="test"

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

src_compile() { : ; }

src_install() {
	emake DESTDIR="${D}" install || die "make failed"
	dodoc CREDITS ChangeLog FAQ README TODO || die "dodoc failed"
}






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

* [gentoo-commits] gentoo-x86 commit in net-mail/imapsync: ChangeLog imapsync-1.303.ebuild
@ 2010-06-07  9:08 Christoph Mende (angelos)
  0 siblings, 0 replies; 4+ messages in thread
From: Christoph Mende (angelos) @ 2010-06-07  9:08 UTC (permalink / raw
  To: gentoo-commits

angelos     10/06/07 09:08:13

  Modified:             ChangeLog imapsync-1.303.ebuild
  Log:
  amd64 stable (bug #301836)
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.30                 net-mail/imapsync/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	24 Jan 2010 18:47:36 -0000	1.29
+++ ChangeLog	7 Jun 2010 09:08:13 -0000	1.30
@@ -1,6 +1,9 @@
 # ChangeLog for net-mail/imapsync
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.29 2010/01/24 18:47:36 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.30 2010/06/07 09:08:13 angelos Exp $
+
+  07 Jun 2010; Christoph Mende <angelos@gentoo.org> imapsync-1.303.ebuild:
+  amd64 stable (bug #301836)
 
 *imapsync-1.303 (24 Jan 2010)
 



1.2                  net-mail/imapsync/imapsync-1.303.ebuild

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

Index: imapsync-1.303.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.303.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- imapsync-1.303.ebuild	24 Jan 2010 18:47:36 -0000	1.1
+++ imapsync-1.303.ebuild	7 Jun 2010 09:08:13 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.303.ebuild,v 1.1 2010/01/24 18:47:36 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.303.ebuild,v 1.2 2010/06/07 09:08:13 angelos Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 
 LICENSE="WTFPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE=""
 
 DEPEND="dev-lang/perl"






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

* [gentoo-commits] gentoo-x86 commit in net-mail/imapsync: ChangeLog imapsync-1.303.ebuild
@ 2010-06-20 17:40 Raul Porcel (armin76)
  0 siblings, 0 replies; 4+ messages in thread
From: Raul Porcel (armin76) @ 2010-06-20 17:40 UTC (permalink / raw
  To: gentoo-commits

armin76     10/06/20 17:40:11

  Modified:             ChangeLog imapsync-1.303.ebuild
  Log:
  x86 stable wrt #301836
  (Portage version: 2.1.8.3/cvs/Linux ia64)

Revision  Changes    Path
1.31                 net-mail/imapsync/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	7 Jun 2010 09:08:13 -0000	1.30
+++ ChangeLog	20 Jun 2010 17:40:10 -0000	1.31
@@ -1,6 +1,9 @@
 # ChangeLog for net-mail/imapsync
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.30 2010/06/07 09:08:13 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.31 2010/06/20 17:40:10 armin76 Exp $
+
+  20 Jun 2010; Raúl Porcel <armin76@gentoo.org> imapsync-1.303.ebuild:
+  x86 stable wrt #301836
 
   07 Jun 2010; Christoph Mende <angelos@gentoo.org> imapsync-1.303.ebuild:
   amd64 stable (bug #301836)



1.3                  net-mail/imapsync/imapsync-1.303.ebuild

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

Index: imapsync-1.303.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.303.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- imapsync-1.303.ebuild	7 Jun 2010 09:08:13 -0000	1.2
+++ imapsync-1.303.ebuild	20 Jun 2010 17:40:11 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.303.ebuild,v 1.2 2010/06/07 09:08:13 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.303.ebuild,v 1.3 2010/06/20 17:40:11 armin76 Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 
 LICENSE="WTFPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 DEPEND="dev-lang/perl"






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

* [gentoo-commits] gentoo-x86 commit in net-mail/imapsync: ChangeLog imapsync-1.303.ebuild
@ 2010-06-26 17:07 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 4+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2010-06-26 17:07 UTC (permalink / raw
  To: gentoo-commits

nixnut      10/06/26 17:07:34

  Modified:             ChangeLog imapsync-1.303.ebuild
  Log:
  ppc stable #301836
  (Portage version: 2.1.8.3/cvs/Linux ppc)

Revision  Changes    Path
1.32                 net-mail/imapsync/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	20 Jun 2010 17:40:10 -0000	1.31
+++ ChangeLog	26 Jun 2010 17:07:34 -0000	1.32
@@ -1,6 +1,9 @@
 # ChangeLog for net-mail/imapsync
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.31 2010/06/20 17:40:10 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.32 2010/06/26 17:07:34 nixnut Exp $
+
+  26 Jun 2010; <nixnut@gentoo.org> imapsync-1.303.ebuild:
+  ppc stable #301836
 
   20 Jun 2010; Raúl Porcel <armin76@gentoo.org> imapsync-1.303.ebuild:
   x86 stable wrt #301836



1.4                  net-mail/imapsync/imapsync-1.303.ebuild

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

Index: imapsync-1.303.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.303.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- imapsync-1.303.ebuild	20 Jun 2010 17:40:11 -0000	1.3
+++ imapsync-1.303.ebuild	26 Jun 2010 17:07:34 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.303.ebuild,v 1.3 2010/06/20 17:40:11 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.303.ebuild,v 1.4 2010/06/26 17:07:34 nixnut Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 
 LICENSE="WTFPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE=""
 
 DEPEND="dev-lang/perl"






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

end of thread, other threads:[~2010-06-26 17:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-20 17:40 [gentoo-commits] gentoo-x86 commit in net-mail/imapsync: ChangeLog imapsync-1.303.ebuild Raul Porcel (armin76)
  -- strict thread matches above, loose matches on Subject: below --
2010-06-26 17:07 Gysbert Wassenaar (nixnut)
2010-06-07  9:08 Christoph Mende (angelos)
2010-01-24 18:47 Torsten Veller (tove)

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