public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-mail/imapsync: imapsync-1.267.ebuild ChangeLog
@ 2009-03-08 11:21 Tobias Scherbaum (dertobi123)
  0 siblings, 0 replies; 4+ messages in thread
From: Tobias Scherbaum (dertobi123) @ 2009-03-08 11:21 UTC (permalink / raw
  To: gentoo-commits

dertobi123    09/03/08 11:21:08

  Modified:             ChangeLog
  Added:                imapsync-1.267.ebuild
  Log:
  Version bump, #261456
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.22                 net-mail/imapsync/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	29 Oct 2008 08:36:57 -0000	1.21
+++ ChangeLog	8 Mar 2009 11:21:08 -0000	1.22
@@ -1,6 +1,12 @@
 # ChangeLog for net-mail/imapsync
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.21 2008/10/29 08:36:57 tove Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.22 2009/03/08 11:21:08 dertobi123 Exp $
+
+*imapsync-1.267 (08 Mar 2009)
+
+  08 Mar 2009; Tobias Scherbaum <dertobi123@gentoo.org>
+  +imapsync-1.267.ebuild:
+  Version bump, #261456
 
   29 Oct 2008; Torsten Veller <tove@gentoo.org> imapsync-1.255-r1.ebuild:
   Add dev-perl/DateManip dependency (#244859)



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

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

Index: imapsync-1.267.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.267.ebuild,v 1.1 2009/03/08 11:21:08 dertobi123 Exp $

inherit eutils

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="GPL-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-2.2.9"

RESTRICT="test"

src_unpack() {
	unpack ${A}
	sed -i -e "s/^install: testp/install:/" \
		-e "s/^\(all: ChangeLog README\) VERSION/\1/" "${S}"/Makefile || die
}

src_compile() {
	emake all || die
}

src_install() {
	make 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: imapsync-1.267.ebuild ChangeLog
@ 2009-06-17 20:21 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-06-17 20:21 UTC (permalink / raw
  To: gentoo-commits

fauli       09/06/17 20:21:15

  Modified:             imapsync-1.267.ebuild ChangeLog
  Log:
  stable x86, bug 274370
  (Portage version: 2.1.6.13/cvs/Linux i686)

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

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

Index: imapsync-1.267.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.267.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- imapsync-1.267.ebuild	8 Mar 2009 11:21:08 -0000	1.1
+++ imapsync-1.267.ebuild	17 Jun 2009 20:21:15 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.267.ebuild,v 1.1 2009/03/08 11:21:08 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.267.ebuild,v 1.2 2009/06/17 20:21:15 fauli Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 LICENSE="GPL-2"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE=""
 
 DEPEND="dev-lang/perl"



1.26                 net-mail/imapsync/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	20 Mar 2009 15:55:31 -0000	1.25
+++ ChangeLog	17 Jun 2009 20:21:15 -0000	1.26
@@ -1,6 +1,10 @@
 # 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.25 2009/03/20 15:55:31 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.26 2009/06/17 20:21:15 fauli Exp $
+
+  17 Jun 2009; Christian Faulhammer <fauli@gentoo.org>
+  imapsync-1.267.ebuild:
+  stable x86, bug 274370
 
   20 Mar 2009; Tobias Scherbaum <dertobi123@gentoo.org>
   -files/imapsync-1.182-gentoo.patch, -imapsync-1.182.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in net-mail/imapsync: imapsync-1.267.ebuild ChangeLog
@ 2009-07-05 14:41 Markus Meier (maekke)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2009-07-05 14:41 UTC (permalink / raw
  To: gentoo-commits

maekke      09/07/05 14:41:58

  Modified:             imapsync-1.267.ebuild ChangeLog
  Log:
  amd64 stable, bug #274370
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

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

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

Index: imapsync-1.267.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.267.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- imapsync-1.267.ebuild	17 Jun 2009 20:21:15 -0000	1.2
+++ imapsync-1.267.ebuild	5 Jul 2009 14:41:58 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.267.ebuild,v 1.2 2009/06/17 20:21:15 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.267.ebuild,v 1.3 2009/07/05 14:41:58 maekke Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 LICENSE="GPL-2"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 DEPEND="dev-lang/perl"



1.27                 net-mail/imapsync/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	17 Jun 2009 20:21:15 -0000	1.26
+++ ChangeLog	5 Jul 2009 14:41:58 -0000	1.27
@@ -1,6 +1,9 @@
 # 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.26 2009/06/17 20:21:15 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.27 2009/07/05 14:41:58 maekke Exp $
+
+  05 Jul 2009; Markus Meier <maekke@gentoo.org> imapsync-1.267.ebuild:
+  amd64 stable, bug #274370
 
   17 Jun 2009; Christian Faulhammer <fauli@gentoo.org>
   imapsync-1.267.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in net-mail/imapsync: imapsync-1.267.ebuild ChangeLog
@ 2009-07-19 18:21 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 4+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-07-19 18:21 UTC (permalink / raw
  To: gentoo-commits

nixnut      09/07/19 18:21:24

  Modified:             imapsync-1.267.ebuild ChangeLog
  Log:
  ppc stable #274370
  (Portage version: 2.1.6.13/cvs/Linux ppc)

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

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

Index: imapsync-1.267.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.267.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- imapsync-1.267.ebuild	5 Jul 2009 14:41:58 -0000	1.3
+++ imapsync-1.267.ebuild	19 Jul 2009 18:21:24 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.267.ebuild,v 1.3 2009/07/05 14:41:58 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.267.ebuild,v 1.4 2009/07/19 18:21:24 nixnut Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 LICENSE="GPL-2"
 
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE=""
 
 DEPEND="dev-lang/perl"



1.28                 net-mail/imapsync/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	5 Jul 2009 14:41:58 -0000	1.27
+++ ChangeLog	19 Jul 2009 18:21:24 -0000	1.28
@@ -1,6 +1,9 @@
 # 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.27 2009/07/05 14:41:58 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.28 2009/07/19 18:21:24 nixnut Exp $
+
+  19 Jul 2009; nixnut <nixnut@gentoo.org> imapsync-1.267.ebuild:
+  ppc stable #274370
 
   05 Jul 2009; Markus Meier <maekke@gentoo.org> imapsync-1.267.ebuild:
   amd64 stable, bug #274370






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

end of thread, other threads:[~2009-07-19 18:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-05 14:41 [gentoo-commits] gentoo-x86 commit in net-mail/imapsync: imapsync-1.267.ebuild ChangeLog Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2009-07-19 18:21 Gysbert Wassenaar (nixnut)
2009-06-17 20:21 Christian Faulhammer (fauli)
2009-03-08 11:21 Tobias Scherbaum (dertobi123)

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