public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-mail/vpopmail: vpopmail-5.4.33.ebuild ChangeLog
@ 2013-05-30 23:21 Robin H. Johnson (robbat2)
  0 siblings, 0 replies; 7+ messages in thread
From: Robin H. Johnson (robbat2) @ 2013-05-30 23:21 UTC (permalink / raw
  To: gentoo-commits

robbat2     13/05/30 23:21:24

  Modified:             vpopmail-5.4.33.ebuild ChangeLog
  Log:
  Fix build with new automake/aclocal. Also bug #343341: _FORTIFY_SOURCE.
  
  (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.8                  net-mail/vpopmail/vpopmail-5.4.33.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/vpopmail/vpopmail-5.4.33.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/vpopmail/vpopmail-5.4.33.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/vpopmail/vpopmail-5.4.33.ebuild?r1=1.7&r2=1.8

Index: vpopmail-5.4.33.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/vpopmail/vpopmail-5.4.33.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -p -w -b -B -u -u -r1.7 -r1.8
--- vpopmail-5.4.33.ebuild	9 Feb 2012 03:50:00 -0000	1.7
+++ vpopmail-5.4.33.ebuild	30 May 2013 23:21:24 -0000	1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/vpopmail/vpopmail-5.4.33.ebuild,v 1.7 2012/02/09 03:50:00 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/vpopmail/vpopmail-5.4.33.ebuild,v 1.8 2013/05/30 23:21:24 robbat2 Exp $
 
 EAPI=4
 
@@ -58,6 +58,16 @@ src_prepare() {
 	sed -i -e '/printf.*vpopmail/s:vpopmail (:(:' \
 		vdelivermail.c vpopbull.c vqmaillocal.c || die
 
+	# automake/autoconf
+	mv -f "${S}"/configure.{in,ac} || die
+	sed -i -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,g' \
+	        configure.ac || die
+
+	# _FORTIFY_SOURCE
+	sed -i \
+		-e 's/\(snprintf(\s*\(LI->[a-zA-Z_]\+\),\s*\)[a-zA-Z_]\+,/\1 sizeof(\2),/' \
+		vlistlib.c || die
+
 	eautoreconf
 	ht_fix_file cdb/Makefile
 }



1.109                net-mail/vpopmail/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/vpopmail/ChangeLog,v
retrieving revision 1.108
retrieving revision 1.109
diff -p -w -b -B -u -u -r1.108 -r1.109
--- ChangeLog	9 Feb 2012 03:50:00 -0000	1.108
+++ ChangeLog	30 May 2013 23:21:24 -0000	1.109
@@ -1,6 +1,9 @@
 # ChangeLog for net-mail/vpopmail
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/vpopmail/ChangeLog,v 1.108 2012/02/09 03:50:00 jer Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/vpopmail/ChangeLog,v 1.109 2013/05/30 23:21:24 robbat2 Exp $
+
+  30 May 2013; Robin H. Johnson <robbat2@gentoo.org> vpopmail-5.4.33.ebuild:
+  Fix build with new automake/aclocal. Also bug #343341: _FORTIFY_SOURCE.
 
   09 Feb 2012; Jeroen Roovers <jer@gentoo.org> vpopmail-5.4.33.ebuild:
   Stable for HPPA (bug #378371).





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

* [gentoo-commits] gentoo-x86 commit in net-mail/vpopmail: vpopmail-5.4.33.ebuild ChangeLog
@ 2013-06-05 15:27 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-05 15:27 UTC (permalink / raw
  To: gentoo-commits

ago         13/06/05 15:27:25

  Modified:             vpopmail-5.4.33.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #269129
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.10                 net-mail/vpopmail/vpopmail-5.4.33.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/vpopmail/vpopmail-5.4.33.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/vpopmail/vpopmail-5.4.33.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/vpopmail/vpopmail-5.4.33.ebuild?r1=1.9&r2=1.10

Index: vpopmail-5.4.33.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/vpopmail/vpopmail-5.4.33.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- vpopmail-5.4.33.ebuild	31 May 2013 00:46:46 -0000	1.9
+++ vpopmail-5.4.33.ebuild	5 Jun 2013 15:27:25 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/vpopmail/vpopmail-5.4.33.ebuild,v 1.9 2013/05/31 00:46:46 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/vpopmail/vpopmail-5.4.33.ebuild,v 1.10 2013/06/05 15:27:25 ago Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="amd64 ~arm hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc ~x86"
 IUSE="clearpasswd ipalias maildrop mysql spamassassin"
 
 DEPEND="virtual/qmail



1.112                net-mail/vpopmail/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/vpopmail/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- ChangeLog	31 May 2013 00:46:46 -0000	1.111
+++ ChangeLog	5 Jun 2013 15:27:25 -0000	1.112
@@ -1,6 +1,9 @@
 # ChangeLog for net-mail/vpopmail
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/vpopmail/ChangeLog,v 1.111 2013/05/31 00:46:46 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/vpopmail/ChangeLog,v 1.112 2013/06/05 15:27:25 ago Exp $
+
+  05 Jun 2013; Agostino Sarubbo <ago@gentoo.org> vpopmail-5.4.33.ebuild:
+  Stable for amd64, wrt bug #269129
 
   31 May 2013; Robin H. Johnson <robbat2@gentoo.org> vpopmail-5.4.16.ebuild,
   vpopmail-5.4.30-r1.ebuild, vpopmail-5.4.30-r2.ebuild,





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

* [gentoo-commits] gentoo-x86 commit in net-mail/vpopmail: vpopmail-5.4.33.ebuild ChangeLog
@ 2013-06-05 15:27 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-05 15:27 UTC (permalink / raw
  To: gentoo-commits

ago         13/06/05 15:27:41

  Modified:             vpopmail-5.4.33.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #269129
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.11                 net-mail/vpopmail/vpopmail-5.4.33.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/vpopmail/vpopmail-5.4.33.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/vpopmail/vpopmail-5.4.33.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/vpopmail/vpopmail-5.4.33.ebuild?r1=1.10&r2=1.11

Index: vpopmail-5.4.33.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/vpopmail/vpopmail-5.4.33.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- vpopmail-5.4.33.ebuild	5 Jun 2013 15:27:25 -0000	1.10
+++ vpopmail-5.4.33.ebuild	5 Jun 2013 15:27:41 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/vpopmail/vpopmail-5.4.33.ebuild,v 1.10 2013/06/05 15:27:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/vpopmail/vpopmail-5.4.33.ebuild,v 1.11 2013/06/05 15:27:41 ago Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="amd64 ~arm hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc x86"
 IUSE="clearpasswd ipalias maildrop mysql spamassassin"
 
 DEPEND="virtual/qmail



1.113                net-mail/vpopmail/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/vpopmail/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- ChangeLog	5 Jun 2013 15:27:25 -0000	1.112
+++ ChangeLog	5 Jun 2013 15:27:41 -0000	1.113
@@ -1,6 +1,9 @@
 # ChangeLog for net-mail/vpopmail
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/vpopmail/ChangeLog,v 1.112 2013/06/05 15:27:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/vpopmail/ChangeLog,v 1.113 2013/06/05 15:27:41 ago Exp $
+
+  05 Jun 2013; Agostino Sarubbo <ago@gentoo.org> vpopmail-5.4.33.ebuild:
+  Stable for x86, wrt bug #269129
 
   05 Jun 2013; Agostino Sarubbo <ago@gentoo.org> vpopmail-5.4.33.ebuild:
   Stable for amd64, wrt bug #269129





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

* [gentoo-commits] gentoo-x86 commit in net-mail/vpopmail: vpopmail-5.4.33.ebuild ChangeLog
@ 2013-06-09 11:36 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-09 11:36 UTC (permalink / raw
  To: gentoo-commits

ago         13/06/09 11:36:01

  Modified:             vpopmail-5.4.33.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #269129
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.12                 net-mail/vpopmail/vpopmail-5.4.33.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/vpopmail/vpopmail-5.4.33.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/vpopmail/vpopmail-5.4.33.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/vpopmail/vpopmail-5.4.33.ebuild?r1=1.11&r2=1.12

Index: vpopmail-5.4.33.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/vpopmail/vpopmail-5.4.33.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- vpopmail-5.4.33.ebuild	5 Jun 2013 15:27:41 -0000	1.11
+++ vpopmail-5.4.33.ebuild	9 Jun 2013 11:36:01 -0000	1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/vpopmail/vpopmail-5.4.33.ebuild,v 1.11 2013/06/05 15:27:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/vpopmail/vpopmail-5.4.33.ebuild,v 1.12 2013/06/09 11:36:01 ago Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="amd64 ~arm hppa ia64 ppc ppc64 ~s390 ~sh ~sparc x86"
 IUSE="clearpasswd ipalias maildrop mysql spamassassin"
 
 DEPEND="virtual/qmail



1.114                net-mail/vpopmail/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/vpopmail/ChangeLog,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- ChangeLog	5 Jun 2013 15:27:41 -0000	1.113
+++ ChangeLog	9 Jun 2013 11:36:01 -0000	1.114
@@ -1,6 +1,9 @@
 # ChangeLog for net-mail/vpopmail
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/vpopmail/ChangeLog,v 1.113 2013/06/05 15:27:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/vpopmail/ChangeLog,v 1.114 2013/06/09 11:36:01 ago Exp $
+
+  09 Jun 2013; Agostino Sarubbo <ago@gentoo.org> vpopmail-5.4.33.ebuild:
+  Stable for ia64, wrt bug #269129
 
   05 Jun 2013; Agostino Sarubbo <ago@gentoo.org> vpopmail-5.4.33.ebuild:
   Stable for x86, wrt bug #269129





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

* [gentoo-commits] gentoo-x86 commit in net-mail/vpopmail: vpopmail-5.4.33.ebuild ChangeLog
@ 2013-06-09 11:36 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-09 11:36 UTC (permalink / raw
  To: gentoo-commits

ago         13/06/09 11:36:46

  Modified:             vpopmail-5.4.33.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #269129
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.13                 net-mail/vpopmail/vpopmail-5.4.33.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/vpopmail/vpopmail-5.4.33.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/vpopmail/vpopmail-5.4.33.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/vpopmail/vpopmail-5.4.33.ebuild?r1=1.12&r2=1.13

Index: vpopmail-5.4.33.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/vpopmail/vpopmail-5.4.33.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- vpopmail-5.4.33.ebuild	9 Jun 2013 11:36:01 -0000	1.12
+++ vpopmail-5.4.33.ebuild	9 Jun 2013 11:36:46 -0000	1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/vpopmail/vpopmail-5.4.33.ebuild,v 1.12 2013/06/09 11:36:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/vpopmail/vpopmail-5.4.33.ebuild,v 1.13 2013/06/09 11:36:46 ago Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm hppa ia64 ppc ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="amd64 ~arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
 IUSE="clearpasswd ipalias maildrop mysql spamassassin"
 
 DEPEND="virtual/qmail



1.115                net-mail/vpopmail/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/vpopmail/ChangeLog,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- ChangeLog	9 Jun 2013 11:36:01 -0000	1.114
+++ ChangeLog	9 Jun 2013 11:36:46 -0000	1.115
@@ -1,6 +1,9 @@
 # ChangeLog for net-mail/vpopmail
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/vpopmail/ChangeLog,v 1.114 2013/06/09 11:36:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/vpopmail/ChangeLog,v 1.115 2013/06/09 11:36:46 ago Exp $
+
+  09 Jun 2013; Agostino Sarubbo <ago@gentoo.org> vpopmail-5.4.33.ebuild:
+  Stable for sparc, wrt bug #269129
 
   09 Jun 2013; Agostino Sarubbo <ago@gentoo.org> vpopmail-5.4.33.ebuild:
   Stable for ia64, wrt bug #269129





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

* [gentoo-commits] gentoo-x86 commit in net-mail/vpopmail: vpopmail-5.4.33.ebuild ChangeLog
@ 2013-06-09 12:14 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-09 12:14 UTC (permalink / raw
  To: gentoo-commits

ago         13/06/09 12:14:01

  Modified:             vpopmail-5.4.33.ebuild ChangeLog
  Log:
  Stable for s390, wrt bug #269129
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, RepoMan options: --include-arches="s390", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.14                 net-mail/vpopmail/vpopmail-5.4.33.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/vpopmail/vpopmail-5.4.33.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/vpopmail/vpopmail-5.4.33.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/vpopmail/vpopmail-5.4.33.ebuild?r1=1.13&r2=1.14

Index: vpopmail-5.4.33.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/vpopmail/vpopmail-5.4.33.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- vpopmail-5.4.33.ebuild	9 Jun 2013 11:36:46 -0000	1.13
+++ vpopmail-5.4.33.ebuild	9 Jun 2013 12:14:01 -0000	1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/vpopmail/vpopmail-5.4.33.ebuild,v 1.13 2013/06/09 11:36:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/vpopmail/vpopmail-5.4.33.ebuild,v 1.14 2013/06/09 12:14:01 ago Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="amd64 ~arm hppa ia64 ppc ppc64 s390 ~sh sparc x86"
 IUSE="clearpasswd ipalias maildrop mysql spamassassin"
 
 DEPEND="virtual/qmail



1.116                net-mail/vpopmail/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/vpopmail/ChangeLog,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- ChangeLog	9 Jun 2013 11:36:46 -0000	1.115
+++ ChangeLog	9 Jun 2013 12:14:01 -0000	1.116
@@ -1,6 +1,9 @@
 # ChangeLog for net-mail/vpopmail
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/vpopmail/ChangeLog,v 1.115 2013/06/09 11:36:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/vpopmail/ChangeLog,v 1.116 2013/06/09 12:14:01 ago Exp $
+
+  09 Jun 2013; Agostino Sarubbo <ago@gentoo.org> vpopmail-5.4.33.ebuild:
+  Stable for s390, wrt bug #269129
 
   09 Jun 2013; Agostino Sarubbo <ago@gentoo.org> vpopmail-5.4.33.ebuild:
   Stable for sparc, wrt bug #269129





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

* [gentoo-commits] gentoo-x86 commit in net-mail/vpopmail: vpopmail-5.4.33.ebuild ChangeLog
@ 2013-06-11 11:05 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-11 11:05 UTC (permalink / raw
  To: gentoo-commits

ago         13/06/11 11:05:01

  Modified:             vpopmail-5.4.33.ebuild ChangeLog
  Log:
  Stable for sh, wrt bug #269129
  
  (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="sh", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.15                 net-mail/vpopmail/vpopmail-5.4.33.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/vpopmail/vpopmail-5.4.33.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/vpopmail/vpopmail-5.4.33.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/vpopmail/vpopmail-5.4.33.ebuild?r1=1.14&r2=1.15

Index: vpopmail-5.4.33.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/vpopmail/vpopmail-5.4.33.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- vpopmail-5.4.33.ebuild	9 Jun 2013 12:14:01 -0000	1.14
+++ vpopmail-5.4.33.ebuild	11 Jun 2013 11:05:01 -0000	1.15
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/vpopmail/vpopmail-5.4.33.ebuild,v 1.14 2013/06/09 12:14:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/vpopmail/vpopmail-5.4.33.ebuild,v 1.15 2013/06/11 11:05:01 ago Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm hppa ia64 ppc ppc64 s390 ~sh sparc x86"
+KEYWORDS="amd64 ~arm hppa ia64 ppc ppc64 s390 sh sparc x86"
 IUSE="clearpasswd ipalias maildrop mysql spamassassin"
 
 DEPEND="virtual/qmail



1.117                net-mail/vpopmail/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/vpopmail/ChangeLog,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- ChangeLog	9 Jun 2013 12:14:01 -0000	1.116
+++ ChangeLog	11 Jun 2013 11:05:01 -0000	1.117
@@ -1,6 +1,9 @@
 # ChangeLog for net-mail/vpopmail
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/vpopmail/ChangeLog,v 1.116 2013/06/09 12:14:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/vpopmail/ChangeLog,v 1.117 2013/06/11 11:05:01 ago Exp $
+
+  11 Jun 2013; Agostino Sarubbo <ago@gentoo.org> vpopmail-5.4.33.ebuild:
+  Stable for sh, wrt bug #269129
 
   09 Jun 2013; Agostino Sarubbo <ago@gentoo.org> vpopmail-5.4.33.ebuild:
   Stable for s390, wrt bug #269129





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

end of thread, other threads:[~2013-06-11 11:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-09 11:36 [gentoo-commits] gentoo-x86 commit in net-mail/vpopmail: vpopmail-5.4.33.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-06-11 11:05 Agostino Sarubbo (ago)
2013-06-09 12:14 Agostino Sarubbo (ago)
2013-06-09 11:36 Agostino Sarubbo (ago)
2013-06-05 15:27 Agostino Sarubbo (ago)
2013-06-05 15:27 Agostino Sarubbo (ago)
2013-05-30 23:21 Robin H. Johnson (robbat2)

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