* [gentoo-commits] gentoo-x86 commit in net-mail/imapsync: imapsync-1.498.ebuild ChangeLog
@ 2012-08-01 23:14 Tim Harder (radhermit)
0 siblings, 0 replies; 4+ messages in thread
From: Tim Harder (radhermit) @ 2012-08-01 23:14 UTC (permalink / raw
To: gentoo-commits
radhermit 12/08/01 23:14:17
Modified: ChangeLog
Added: imapsync-1.498.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Revision Changes Path
1.55 net-mail/imapsync/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/ChangeLog?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/ChangeLog?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/ChangeLog?r1=1.54&r2=1.55
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog 29 May 2012 13:02:20 -0000 1.54
+++ ChangeLog 1 Aug 2012 23:14:17 -0000 1.55
@@ -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.54 2012/05/29 13:02:20 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.55 2012/08/01 23:14:17 radhermit Exp $
+
+*imapsync-1.498 (01 Aug 2012)
+
+ 01 Aug 2012; Tim Harder <radhermit@gentoo.org> +imapsync-1.498.ebuild:
+ Version bump.
29 May 2012; Tim Harder <radhermit@gentoo.org> -imapsync-1.480.ebuild,
-imapsync-1.484.ebuild:
1.1 net-mail/imapsync/imapsync-1.498.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/imapsync-1.498.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/imapsync-1.498.ebuild?rev=1.1&content-type=text/plain
Index: imapsync-1.498.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.498.ebuild,v 1.1 2012/08/01 23:14:17 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.498.ebuild ChangeLog
@ 2012-09-08 12:39 Agostino Sarubbo (ago)
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-09-08 12:39 UTC (permalink / raw
To: gentoo-commits
ago 12/09/08 12:39:02
Modified: imapsync-1.498.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #434298
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Revision Changes Path
1.2 net-mail/imapsync/imapsync-1.498.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/imapsync-1.498.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/imapsync-1.498.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/imapsync-1.498.ebuild?r1=1.1&r2=1.2
Index: imapsync-1.498.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.498.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- imapsync-1.498.ebuild 1 Aug 2012 23:14:17 -0000 1.1
+++ imapsync-1.498.ebuild 8 Sep 2012 12:39:02 -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.498.ebuild,v 1.1 2012/08/01 23:14:17 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.498.ebuild,v 1.2 2012/09/08 12:39:02 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.61 net-mail/imapsync/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/ChangeLog?rev=1.61&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/ChangeLog?rev=1.61&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/ChangeLog?r1=1.60&r2=1.61
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog 8 Sep 2012 08:25:20 -0000 1.60
+++ ChangeLog 8 Sep 2012 12:39:02 -0000 1.61
@@ -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.60 2012/09/08 08:25:20 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.61 2012/09/08 12:39:02 ago Exp $
+
+ 08 Sep 2012; Agostino Sarubbo <ago@gentoo.org> imapsync-1.498.ebuild:
+ Stable for amd64, wrt bug #434298
08 Sep 2012; Tim Harder <radhermit@gentoo.org> -imapsync-1.476.ebuild,
-imapsync-1.487.ebuild:
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-mail/imapsync: imapsync-1.498.ebuild ChangeLog
@ 2012-09-08 18:50 Anthony G. Basile (blueness)
0 siblings, 0 replies; 4+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-09-08 18:50 UTC (permalink / raw
To: gentoo-commits
blueness 12/09/08 18:50:04
Modified: imapsync-1.498.ebuild ChangeLog
Log:
Stable ppc, bug #434298
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Revision Changes Path
1.3 net-mail/imapsync/imapsync-1.498.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/imapsync-1.498.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/imapsync-1.498.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/imapsync-1.498.ebuild?r1=1.2&r2=1.3
Index: imapsync-1.498.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.498.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- imapsync-1.498.ebuild 8 Sep 2012 12:39:02 -0000 1.2
+++ imapsync-1.498.ebuild 8 Sep 2012 18:50:04 -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.498.ebuild,v 1.2 2012/09/08 12:39:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.498.ebuild,v 1.3 2012/09/08 18:50:04 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.62 net-mail/imapsync/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/ChangeLog?rev=1.62&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/ChangeLog?rev=1.62&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/ChangeLog?r1=1.61&r2=1.62
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog 8 Sep 2012 12:39:02 -0000 1.61
+++ ChangeLog 8 Sep 2012 18:50:04 -0000 1.62
@@ -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.61 2012/09/08 12:39:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.62 2012/09/08 18:50:04 blueness Exp $
+
+ 08 Sep 2012; Anthony G. Basile <blueness@gentoo.org> imapsync-1.498.ebuild:
+ Stable ppc, bug #434298
08 Sep 2012; Agostino Sarubbo <ago@gentoo.org> imapsync-1.498.ebuild:
Stable for amd64, wrt bug #434298
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-mail/imapsync: imapsync-1.498.ebuild ChangeLog
@ 2012-09-18 11:58 Johannes Huber (johu)
0 siblings, 0 replies; 4+ messages in thread
From: Johannes Huber (johu) @ 2012-09-18 11:58 UTC (permalink / raw
To: gentoo-commits
johu 12/09/18 11:58:30
Modified: imapsync-1.498.ebuild ChangeLog
Log:
Stable for x86, wrt bug #434298
(Portage version: 2.2.0_alpha129/cvs/Linux x86_64)
Revision Changes Path
1.4 net-mail/imapsync/imapsync-1.498.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/imapsync-1.498.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/imapsync-1.498.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/imapsync-1.498.ebuild?r1=1.3&r2=1.4
Index: imapsync-1.498.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.498.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- imapsync-1.498.ebuild 8 Sep 2012 18:50:04 -0000 1.3
+++ imapsync-1.498.ebuild 18 Sep 2012 11:58:30 -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.498.ebuild,v 1.3 2012/09/08 18:50:04 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.498.ebuild,v 1.4 2012/09/18 11:58:30 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.63 net-mail/imapsync/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/ChangeLog?rev=1.63&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/ChangeLog?rev=1.63&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/ChangeLog?r1=1.62&r2=1.63
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog 8 Sep 2012 18:50:04 -0000 1.62
+++ ChangeLog 18 Sep 2012 11:58:30 -0000 1.63
@@ -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.62 2012/09/08 18:50:04 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.63 2012/09/18 11:58:30 johu Exp $
+
+ 18 Sep 2012; Johannes Huber <johu@gentoo.org> imapsync-1.498.ebuild:
+ Stable for x86, wrt bug #434298
08 Sep 2012; Anthony G. Basile <blueness@gentoo.org> imapsync-1.498.ebuild:
Stable ppc, bug #434298
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-09-18 11:58 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-01 23:14 [gentoo-commits] gentoo-x86 commit in net-mail/imapsync: imapsync-1.498.ebuild ChangeLog Tim Harder (radhermit)
-- strict thread matches above, loose matches on Subject: below --
2012-09-08 12:39 Agostino Sarubbo (ago)
2012-09-08 18:50 Anthony G. Basile (blueness)
2012-09-18 11:58 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