public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-mail/altermime: ChangeLog altermime-0.3.10-r1.ebuild
@ 2010-11-02 19:02 Patrick Lauer (patrick)
  0 siblings, 0 replies; 4+ messages in thread
From: Patrick Lauer (patrick) @ 2010-11-02 19:02 UTC (permalink / raw
  To: gentoo-commits

patrick     10/11/02 19:02:35

  Modified:             ChangeLog
  Added:                altermime-0.3.10-r1.ebuild
  Log:
  Fixes for #241038, thanks to Kerin Millar
  
  (Portage version: 2.2.0_alpha3/cvs/Linux x86_64)

Revision  Changes    Path
1.18                 net-mail/altermime/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/altermime/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	6 Jun 2010 01:21:07 -0000	1.17
+++ ChangeLog	2 Nov 2010 19:02:35 -0000	1.18
@@ -1,6 +1,12 @@
 # ChangeLog for net-mail/altermime
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/altermime/ChangeLog,v 1.17 2010/06/06 01:21:07 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/altermime/ChangeLog,v 1.18 2010/11/02 19:02:35 patrick Exp $
+
+*altermime-0.3.10-r1 (02 Nov 2010)
+
+  02 Nov 2010; Patrick Lauer <patrick@gentoo.org>
+  +altermime-0.3.10-r1.ebuild, +files/altermime-0.3.10-respect-flags.patch:
+  Fixes for #241038, thanks to Kerin Millar
 
   06 Jun 2010; Samuli Suominen <ssuominen@gentoo.org>
   altermime-0.3.10.ebuild:



1.1                  net-mail/altermime/altermime-0.3.10-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/altermime/altermime-0.3.10-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/altermime/altermime-0.3.10-r1.ebuild?rev=1.1&content-type=text/plain

Index: altermime-0.3.10-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/altermime/altermime-0.3.10-r1.ebuild,v 1.1 2010/11/02 19:02:35 patrick Exp $

EAPI=2
inherit eutils toolchain-funcs

DESCRIPTION=" alterMIME is a small program which is used to alter your mime-encoded mailpacks"
SRC_URI="http://www.pldaniels.com/altermime/${P}.tar.gz"
HOMEPAGE="http://pldaniels.com/altermime/"

LICENSE="Sendmail"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~s390 ~x86"
IUSE=""

src_prepare() {
	epatch "${FILESDIR}"/${P}-fprintf-fixes.patch \
		"${FILESDIR}"/${P}-MIME_headers-overflow.patch \
		"${FILESDIR}"/${P}-respect-flags.patch
}

src_compile() {
	emake CC="$(tc-getCC)" || die
}

src_install () {
	dobin altermime || die
	dodoc CHANGELOG README || die
}






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

* [gentoo-commits] gentoo-x86 commit in net-mail/altermime: ChangeLog altermime-0.3.10-r1.ebuild
@ 2011-02-02 10:05 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 4+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-02-02 10:05 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/02/02 10:05:03

  Modified:             ChangeLog altermime-0.3.10-r1.ebuild
  Log:
  Stable on amd64 wrt bug #343929
  
  (Portage version: 2.1.9.35/cvs/Linux x86_64)

Revision  Changes    Path
1.19                 net-mail/altermime/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/altermime/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	2 Nov 2010 19:02:35 -0000	1.18
+++ ChangeLog	2 Feb 2011 10:05:03 -0000	1.19
@@ -1,6 +1,10 @@
 # ChangeLog for net-mail/altermime
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/altermime/ChangeLog,v 1.18 2010/11/02 19:02:35 patrick Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/altermime/ChangeLog,v 1.19 2011/02/02 10:05:03 hwoarang Exp $
+
+  02 Feb 2011; Markos Chandras <hwoarang@gentoo.org>
+  altermime-0.3.10-r1.ebuild:
+  Stable on amd64 wrt bug #343929
 
 *altermime-0.3.10-r1 (02 Nov 2010)
 



1.2                  net-mail/altermime/altermime-0.3.10-r1.ebuild

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

Index: altermime-0.3.10-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/altermime/altermime-0.3.10-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- altermime-0.3.10-r1.ebuild	2 Nov 2010 19:02:35 -0000	1.1
+++ altermime-0.3.10-r1.ebuild	2 Feb 2011 10:05:03 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/altermime/altermime-0.3.10-r1.ebuild,v 1.1 2010/11/02 19:02:35 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/altermime/altermime-0.3.10-r1.ebuild,v 1.2 2011/02/02 10:05:03 hwoarang Exp $
 
 EAPI=2
 inherit eutils toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="Sendmail"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~s390 ~x86"
+KEYWORDS="amd64 ~ppc ~s390 ~x86"
 IUSE=""
 
 src_prepare() {






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

* [gentoo-commits] gentoo-x86 commit in net-mail/altermime: ChangeLog altermime-0.3.10-r1.ebuild
@ 2011-02-08 17:42 Thomas Kahle (tomka)
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Kahle (tomka) @ 2011-02-08 17:42 UTC (permalink / raw
  To: gentoo-commits

tomka       11/02/08 17:42:38

  Modified:             ChangeLog altermime-0.3.10-r1.ebuild
  Log:
  x86 stable per bug 343929
  
  (Portage version: 2.1.9.35/cvs/Linux i686)

Revision  Changes    Path
1.20                 net-mail/altermime/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/altermime/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	2 Feb 2011 10:05:03 -0000	1.19
+++ ChangeLog	8 Feb 2011 17:42:38 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for net-mail/altermime
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/altermime/ChangeLog,v 1.19 2011/02/02 10:05:03 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/altermime/ChangeLog,v 1.20 2011/02/08 17:42:38 tomka Exp $
+
+  08 Feb 2011; Thomas Kahle <tomka@gentoo.org> altermime-0.3.10-r1.ebuild:
+  x86 stable per bug 343929
 
   02 Feb 2011; Markos Chandras <hwoarang@gentoo.org>
   altermime-0.3.10-r1.ebuild:



1.3                  net-mail/altermime/altermime-0.3.10-r1.ebuild

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

Index: altermime-0.3.10-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/altermime/altermime-0.3.10-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- altermime-0.3.10-r1.ebuild	2 Feb 2011 10:05:03 -0000	1.2
+++ altermime-0.3.10-r1.ebuild	8 Feb 2011 17:42:38 -0000	1.3
@@ -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/net-mail/altermime/altermime-0.3.10-r1.ebuild,v 1.2 2011/02/02 10:05:03 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/altermime/altermime-0.3.10-r1.ebuild,v 1.3 2011/02/08 17:42:38 tomka Exp $
 
 EAPI=2
 inherit eutils toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="Sendmail"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~s390 ~x86"
+KEYWORDS="amd64 ~ppc ~s390 x86"
 IUSE=""
 
 src_prepare() {






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

* [gentoo-commits] gentoo-x86 commit in net-mail/altermime: ChangeLog altermime-0.3.10-r1.ebuild
@ 2011-08-12 21:33 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 4+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-08-12 21:33 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/08/12 21:33:57

  Modified:             ChangeLog altermime-0.3.10-r1.ebuild
  Log:
  ppc stable wrt #343929
  
  (Portage version: 2.2.0_alpha50/cvs/Linux x86_64)

Revision  Changes    Path
1.21                 net-mail/altermime/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/altermime/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	8 Feb 2011 17:42:38 -0000	1.20
+++ ChangeLog	12 Aug 2011 21:33:57 -0000	1.21
@@ -1,6 +1,10 @@
 # ChangeLog for net-mail/altermime
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/altermime/ChangeLog,v 1.20 2011/02/08 17:42:38 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/altermime/ChangeLog,v 1.21 2011/08/12 21:33:57 xarthisius Exp $
+
+  12 Aug 2011; Kacper Kowalik <xarthisius@gentoo.org>
+  altermime-0.3.10-r1.ebuild:
+  ppc stable wrt #343929
 
   08 Feb 2011; Thomas Kahle <tomka@gentoo.org> altermime-0.3.10-r1.ebuild:
   x86 stable per bug 343929



1.4                  net-mail/altermime/altermime-0.3.10-r1.ebuild

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

Index: altermime-0.3.10-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/altermime/altermime-0.3.10-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- altermime-0.3.10-r1.ebuild	8 Feb 2011 17:42:38 -0000	1.3
+++ altermime-0.3.10-r1.ebuild	12 Aug 2011 21:33:57 -0000	1.4
@@ -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/net-mail/altermime/altermime-0.3.10-r1.ebuild,v 1.3 2011/02/08 17:42:38 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/altermime/altermime-0.3.10-r1.ebuild,v 1.4 2011/08/12 21:33:57 xarthisius Exp $
 
 EAPI=2
 inherit eutils toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="Sendmail"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~s390 x86"
+KEYWORDS="amd64 ppc ~s390 x86"
 IUSE=""
 
 src_prepare() {






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

end of thread, other threads:[~2011-08-12 21:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-12 21:33 [gentoo-commits] gentoo-x86 commit in net-mail/altermime: ChangeLog altermime-0.3.10-r1.ebuild Kacper Kowalik (xarthisius)
  -- strict thread matches above, loose matches on Subject: below --
2011-02-08 17:42 Thomas Kahle (tomka)
2011-02-02 10:05 Markos Chandras (hwoarang)
2010-11-02 19:02 Patrick Lauer (patrick)

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