From: "Eray Aslan (eras)" <eras@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in mail-filter/maildrop: ChangeLog maildrop-2.5.4.ebuild
Date: Sat, 30 Jul 2011 11:56:42 +0000 (UTC) [thread overview]
Message-ID: <20110730115642.4B5D12004B@flycatcher.gentoo.org> (raw)
eras 11/07/30 11:56:42
Modified: ChangeLog maildrop-2.5.4.ebuild
Log:
Check for en_US.utf8 locale. If not available, donot run tests that fail without it - bug #376667
(Portage version: 2.1.10.9/cvs/Linux x86_64)
Revision Changes Path
1.112 mail-filter/maildrop/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/maildrop/ChangeLog?rev=1.112&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/maildrop/ChangeLog?rev=1.112&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/maildrop/ChangeLog?r1=1.111&r2=1.112
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/maildrop/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- ChangeLog 27 Jul 2011 18:24:29 -0000 1.111
+++ ChangeLog 30 Jul 2011 11:56:42 -0000 1.112
@@ -1,6 +1,10 @@
# ChangeLog for mail-filter/maildrop
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/maildrop/ChangeLog,v 1.111 2011/07/27 18:24:29 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/maildrop/ChangeLog,v 1.112 2011/07/30 11:56:42 eras Exp $
+
+ 30 Jul 2011; Eray Aslan <eras@gentoo.org> maildrop-2.5.4.ebuild,
+ +files/maildrop-testsuite.patch:
+ Check for en_US.utf8 and run tests accordingly - bug #376667
*maildrop-2.4.2-r1 (27 Jul 2011)
1.5 mail-filter/maildrop/maildrop-2.5.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/maildrop/maildrop-2.5.4.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/maildrop/maildrop-2.5.4.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/maildrop/maildrop-2.5.4.ebuild?r1=1.4&r2=1.5
Index: maildrop-2.5.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/maildrop/maildrop-2.5.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- maildrop-2.5.4.ebuild 27 Jul 2011 15:35:26 -0000 1.4
+++ maildrop-2.5.4.ebuild 30 Jul 2011 11:56:42 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/maildrop/maildrop-2.5.4.ebuild,v 1.4 2011/07/27 15:35:26 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/maildrop/maildrop-2.5.4.ebuild,v 1.5 2011/07/30 11:56:42 eras Exp $
EAPI=4
@@ -60,8 +60,8 @@
# no need to error out if no default - it will be given to configure anyway
sed -i -e \
's~AC_MSG_ERROR(Cannot determine default mailbox)~SPOOLDIR="./.maildir"~' \
- "${S}"/maildrop/configure.in
-
+ "${S}"/maildrop/configure.in || die "sed failed"
+ epatch "${FILESDIR}"/${PN}-testsuite.patch
eautoreconf
}
@@ -127,7 +127,7 @@
fi
dodir "/usr/share/doc/${PF}"
- mv "${D}/usr/share/maildrop/html" "${D}/usr/share/doc/${PF}/"
+ mv "${D}/usr/share/maildrop/html" "${D}/usr/share/doc/${PF}/" || die
rm -rf "${D}"/usr/share/maildrop
dohtml *.html maildir/*.html
next reply other threads:[~2011-07-30 12:05 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-30 11:56 Eray Aslan (eras) [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-10-11 19:28 [gentoo-commits] gentoo-x86 commit in mail-filter/maildrop: ChangeLog maildrop-2.5.4.ebuild Jeroen Roovers (jer)
2011-09-17 10:54 Raul Porcel (armin76)
2011-09-11 20:10 Markus Meier (maekke)
2011-08-15 7:23 Eray Aslan (eras)
2011-08-09 12:53 Kacper Kowalik (xarthisius)
2011-08-07 3:11 PaweA Hajdan (phajdan.jr)
2011-08-02 15:14 Markos Chandras (hwoarang)
2011-07-27 15:35 Eray Aslan (eras)
2011-07-27 14:58 Eray Aslan (eras)
2011-05-27 13:50 Eray Aslan (eras)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110730115642.4B5D12004B@flycatcher.gentoo.org \
--to=eras@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox