* [gentoo-commits] gentoo-x86 commit in net-mail/archivemail: ChangeLog archivemail-0.7.2-r1.ebuild
@ 2008-07-08 12:04 Torsten Veller (tove)
0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller (tove) @ 2008-07-08 12:04 UTC (permalink / raw
To: gentoo-commits
tove 08/07/08 12:04:19
Modified: ChangeLog
Added: archivemail-0.7.2-r1.ebuild
Log:
Fixed crash when archiving an empty maildir with python 2.5.
(Portage version: 2.2_rc1/cvs/Linux 2.6.24-tuxonice-r9 i686)
Revision Changes Path
1.12 net-mail/archivemail/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/archivemail/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/archivemail/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/archivemail/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/archivemail/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 21 Nov 2007 19:38:55 -0000 1.11
+++ ChangeLog 8 Jul 2008 12:04:18 -0000 1.12
@@ -1,6 +1,12 @@
# ChangeLog for net-mail/archivemail
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/archivemail/ChangeLog,v 1.11 2007/11/21 19:38:55 tove Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/archivemail/ChangeLog,v 1.12 2008/07/08 12:04:18 tove Exp $
+
+*archivemail-0.7.2-r1 (08 Jul 2008)
+
+ 08 Jul 2008; Torsten Veller <tove@gentoo.org>
+ +files/0.7.2-empty_maildir-r266.patch, +archivemail-0.7.2-r1.ebuild:
+ Fixed crash when archiving an empty maildir with python 2.5.
*archivemail-0.7.2 (21 Nov 2007)
1.1 net-mail/archivemail/archivemail-0.7.2-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/archivemail/archivemail-0.7.2-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/archivemail/archivemail-0.7.2-r1.ebuild?rev=1.1&content-type=text/plain
Index: archivemail-0.7.2-r1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/archivemail/archivemail-0.7.2-r1.ebuild,v 1.1 2008/07/08 12:04:18 tove Exp $
inherit distutils eutils
DESCRIPTION="Tool written in Python for archiving and compressing old email in mailboxes."
HOMEPAGE="http://archivemail.sourceforge.net/"
SRC_URI="mirror://sourceforge/archivemail/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~sparc ~x86"
IUSE=""
DEPEND=">=dev-lang/python-2.3"
DOCS="examples/* FAQ"
src_unpack() {
distutils_src_unpack
epatch "${FILESDIR}/0.7.2-empty_maildir-r266.patch"
}
src_test() {
echo ">>> Test phase: ${CATEGORY}/${PF}"
ln -sf "${S}"/archivemail "${S}"/archivemail.py
"${S}"/test_archivemail.py || die "test_archivemail.py failed"
}
src_install() {
distutils_src_install --install-data=/usr/share
}
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-mail/archivemail: ChangeLog archivemail-0.7.2-r1.ebuild
@ 2008-07-09 8:28 Christian Faulhammer (opfer)
0 siblings, 0 replies; 2+ messages in thread
From: Christian Faulhammer (opfer) @ 2008-07-09 8:28 UTC (permalink / raw
To: gentoo-commits
opfer 08/07/09 08:28:30
Modified: ChangeLog archivemail-0.7.2-r1.ebuild
Log:
stable x86, bug 231160
(Portage version: 2.1.4.4)
Revision Changes Path
1.14 net-mail/archivemail/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/archivemail/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/archivemail/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/archivemail/ChangeLog?r1=1.13&r2=1.14
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/archivemail/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog 8 Jul 2008 12:06:19 -0000 1.13
+++ ChangeLog 9 Jul 2008 08:28:29 -0000 1.14
@@ -1,6 +1,10 @@
# ChangeLog for net-mail/archivemail
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/archivemail/ChangeLog,v 1.13 2008/07/08 12:06:19 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/archivemail/ChangeLog,v 1.14 2008/07/09 08:28:29 opfer Exp $
+
+ 09 Jul 2008; Christian Faulhammer <opfer@gentoo.org>
+ archivemail-0.7.2-r1.ebuild:
+ stable x86, bug 231160
08 Jul 2008; Torsten Veller <tove@gentoo.org> -archivemail-0.6.2.ebuild,
-archivemail-0.7.0.ebuild, -archivemail-0.7.0-r1.ebuild:
1.2 net-mail/archivemail/archivemail-0.7.2-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/archivemail/archivemail-0.7.2-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/archivemail/archivemail-0.7.2-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/archivemail/archivemail-0.7.2-r1.ebuild?r1=1.1&r2=1.2
Index: archivemail-0.7.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/archivemail/archivemail-0.7.2-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- archivemail-0.7.2-r1.ebuild 8 Jul 2008 12:04:18 -0000 1.1
+++ archivemail-0.7.2-r1.ebuild 9 Jul 2008 08:28:29 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/archivemail/archivemail-0.7.2-r1.ebuild,v 1.1 2008/07/08 12:04:18 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/archivemail/archivemail-0.7.2-r1.ebuild,v 1.2 2008/07/09 08:28:29 opfer Exp $
inherit distutils eutils
@@ -10,7 +10,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
+KEYWORDS="~amd64 ~sparc x86"
IUSE=""
DEPEND=">=dev-lang/python-2.3"
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-07-09 8:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-08 12:04 [gentoo-commits] gentoo-x86 commit in net-mail/archivemail: ChangeLog archivemail-0.7.2-r1.ebuild Torsten Veller (tove)
-- strict thread matches above, loose matches on Subject: below --
2008-07-09 8:28 Christian Faulhammer (opfer)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox