public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in mail-client/mail-notification: mail-notification-5.4-r3.ebuild ChangeLog
@ 2010-04-29 20:57 Pacho Ramos (pacho)
  0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos (pacho) @ 2010-04-29 20:57 UTC (permalink / raw
  To: gentoo-commits

pacho       10/04/29 20:57:25

  Modified:             mail-notification-5.4-r3.ebuild ChangeLog
  Log:
  Use again fedora patch for compatibility with e-d-s-2.30
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  mail-client/mail-notification/mail-notification-5.4-r3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r3.ebuild?r1=1.1&r2=1.2

Index: mail-notification-5.4-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mail-notification-5.4-r3.ebuild	21 Apr 2010 20:39:04 -0000	1.1
+++ mail-notification-5.4-r3.ebuild	29 Apr 2010 20:57:25 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r3.ebuild,v 1.1 2010/04/21 20:39:04 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r3.ebuild,v 1.2 2010/04/29 20:57:25 pacho Exp $
 
 EAPI=1
 
@@ -60,8 +60,8 @@
 	# We are not Ubuntu, and I suspect that this is the cause of #215281
 	epatch "${FILESDIR}/${P}-remove-ubuntu-special-case.patch"
 
-	# Make it work ok with eds-2.24
-	epatch "${FILESDIR}/${P}-e-d-s-2.24.patch"
+	# Make it work ok with eds-2.24 and 2.29
+	epatch "${FILESDIR}/${P}-e-d-s.patch"
 
 	# Fix gtkhtml depend to solve building against evo-2.28, see bug #293374
 	epatch "${FILESDIR}/${P}-evolution-gtkhtml.patch"



1.92                 mail-client/mail-notification/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mail-notification/ChangeLog?rev=1.92&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mail-notification/ChangeLog?rev=1.92&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mail-notification/ChangeLog?r1=1.91&r2=1.92

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/mail-notification/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog	21 Apr 2010 20:39:04 -0000	1.91
+++ ChangeLog	29 Apr 2010 20:57:25 -0000	1.92
@@ -1,6 +1,12 @@
 # ChangeLog for mail-client/mail-notification
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/ChangeLog,v 1.91 2010/04/21 20:39:04 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/ChangeLog,v 1.92 2010/04/29 20:57:25 pacho Exp $
+
+  29 Apr 2010; Pacho Ramos <pacho@gentoo.org>
+  mail-notification-5.4-r3.ebuild, +files/mail-notification-5.4-e-d-s.patch:
+  Use again fedora patch for compatibility with e-d-s-2.30 as
+  evolution-data-server versioning is now fixed. Thanks to Matthew Barnes
+  for his help on this.
 
 *mail-notification-5.4-r3 (21 Apr 2010)
 






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

* [gentoo-commits] gentoo-x86 commit in mail-client/mail-notification: mail-notification-5.4-r3.ebuild ChangeLog
@ 2010-05-01  8:27 Hans de Graaff (graaff)
  0 siblings, 0 replies; 6+ messages in thread
From: Hans de Graaff (graaff) @ 2010-05-01  8:27 UTC (permalink / raw
  To: gentoo-commits

graaff      10/05/01 08:27:51

  Modified:             mail-notification-5.4-r3.ebuild ChangeLog
  Log:
  Fix compilation with forced --as-needed, fixes bug 317905. Thanks to Kacper Kowalik for the patch.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  mail-client/mail-notification/mail-notification-5.4-r3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r3.ebuild?r1=1.2&r2=1.3

Index: mail-notification-5.4-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mail-notification-5.4-r3.ebuild	29 Apr 2010 20:57:25 -0000	1.2
+++ mail-notification-5.4-r3.ebuild	1 May 2010 08:27:51 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r3.ebuild,v 1.2 2010/04/29 20:57:25 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r3.ebuild,v 1.3 2010/05/01 08:27:51 graaff Exp $
 
 EAPI=1
 
@@ -72,6 +72,9 @@
 
 	# Fedora patch to build against dev-libs/gmime:2.4
 	epatch "${FILESDIR}/${P}-gmime.patch"
+
+	# Fix forced --as-needed, bug 317905
+	epatch "${FILESDIR}/${P}-asneeded.patch"
 }
 
 src_compile() {



1.93                 mail-client/mail-notification/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mail-notification/ChangeLog?rev=1.93&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mail-notification/ChangeLog?rev=1.93&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mail-notification/ChangeLog?r1=1.92&r2=1.93

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/mail-notification/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog	29 Apr 2010 20:57:25 -0000	1.92
+++ ChangeLog	1 May 2010 08:27:51 -0000	1.93
@@ -1,6 +1,12 @@
 # ChangeLog for mail-client/mail-notification
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/ChangeLog,v 1.92 2010/04/29 20:57:25 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/ChangeLog,v 1.93 2010/05/01 08:27:51 graaff Exp $
+
+  01 May 2010; Hans de Graaff <graaff@gentoo.org>
+  mail-notification-5.4-r3.ebuild,
+  +files/mail-notification-5.4-asneeded.patch:
+  Fix compilation with forced --as-needed, fixes bug 317905. Thanks to
+  Kacper Kowalik for the patch.
 
   29 Apr 2010; Pacho Ramos <pacho@gentoo.org>
   mail-notification-5.4-r3.ebuild, +files/mail-notification-5.4-e-d-s.patch:






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

* [gentoo-commits] gentoo-x86 commit in mail-client/mail-notification: mail-notification-5.4-r3.ebuild ChangeLog
@ 2010-05-03 12:48 Olivier Crete (tester)
  0 siblings, 0 replies; 6+ messages in thread
From: Olivier Crete (tester) @ 2010-05-03 12:48 UTC (permalink / raw
  To: gentoo-commits

tester      10/05/03 12:48:37

  Modified:             mail-notification-5.4-r3.ebuild ChangeLog
  Log:
  Stable on amd64, bug #316889
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  mail-client/mail-notification/mail-notification-5.4-r3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r3.ebuild?r1=1.3&r2=1.4

Index: mail-notification-5.4-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mail-notification-5.4-r3.ebuild	1 May 2010 08:27:51 -0000	1.3
+++ mail-notification-5.4-r3.ebuild	3 May 2010 12:48:37 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r3.ebuild,v 1.3 2010/05/01 08:27:51 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r3.ebuild,v 1.4 2010/05/03 12:48:37 tester Exp $
 
 EAPI=1
 
@@ -10,7 +10,7 @@
 HOMEPAGE="http://www.nongnu.org/mailnotify/"
 SRC_URI="http://savannah.nongnu.org/download/mailnotify/${P}.tar.bz2"
 
-KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~sparc ~x86"
 SLOT="0"
 LICENSE="GPL-3"
 



1.94                 mail-client/mail-notification/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mail-notification/ChangeLog?rev=1.94&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mail-notification/ChangeLog?rev=1.94&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mail-notification/ChangeLog?r1=1.93&r2=1.94

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/mail-notification/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog	1 May 2010 08:27:51 -0000	1.93
+++ ChangeLog	3 May 2010 12:48:37 -0000	1.94
@@ -1,6 +1,10 @@
 # ChangeLog for mail-client/mail-notification
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/ChangeLog,v 1.93 2010/05/01 08:27:51 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/ChangeLog,v 1.94 2010/05/03 12:48:37 tester Exp $
+
+  03 May 2010; Olivier Crête <tester@gentoo.org>
+  mail-notification-5.4-r3.ebuild:
+  Stable on amd64, bug #316889
 
   01 May 2010; Hans de Graaff <graaff@gentoo.org>
   mail-notification-5.4-r3.ebuild,






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

* [gentoo-commits] gentoo-x86 commit in mail-client/mail-notification: mail-notification-5.4-r3.ebuild ChangeLog
@ 2010-05-18  6:28 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 6+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-05-18  6:28 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    10/05/18 06:28:36

  Modified:             mail-notification-5.4-r3.ebuild ChangeLog
  Log:
  x86 stable wrt bug #315271
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.5                  mail-client/mail-notification/mail-notification-5.4-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r3.ebuild?r1=1.4&r2=1.5

Index: mail-notification-5.4-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mail-notification-5.4-r3.ebuild	3 May 2010 12:48:37 -0000	1.4
+++ mail-notification-5.4-r3.ebuild	18 May 2010 06:28:35 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r3.ebuild,v 1.4 2010/05/03 12:48:37 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r3.ebuild,v 1.5 2010/05/18 06:28:35 phajdan.jr Exp $
 
 EAPI=1
 
@@ -10,7 +10,7 @@
 HOMEPAGE="http://www.nongnu.org/mailnotify/"
 SRC_URI="http://savannah.nongnu.org/download/mailnotify/${P}.tar.bz2"
 
-KEYWORDS="amd64 ~hppa ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~sparc x86"
 SLOT="0"
 LICENSE="GPL-3"
 



1.95                 mail-client/mail-notification/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mail-notification/ChangeLog?rev=1.95&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mail-notification/ChangeLog?rev=1.95&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mail-notification/ChangeLog?r1=1.94&r2=1.95

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/mail-notification/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog	3 May 2010 12:48:37 -0000	1.94
+++ ChangeLog	18 May 2010 06:28:35 -0000	1.95
@@ -1,6 +1,10 @@
 # ChangeLog for mail-client/mail-notification
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/ChangeLog,v 1.94 2010/05/03 12:48:37 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/ChangeLog,v 1.95 2010/05/18 06:28:35 phajdan.jr Exp $
+
+  18 May 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  mail-notification-5.4-r3.ebuild:
+  x86 stable wrt bug #315271
 
   03 May 2010; Olivier Crête <tester@gentoo.org>
   mail-notification-5.4-r3.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in mail-client/mail-notification: mail-notification-5.4-r3.ebuild ChangeLog
@ 2010-06-26 14:30 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 6+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2010-06-26 14:30 UTC (permalink / raw
  To: gentoo-commits

nixnut      10/06/26 14:30:51

  Modified:             mail-notification-5.4-r3.ebuild ChangeLog
  Log:
  ppc stable #315271
  (Portage version: 2.1.8.3/cvs/Linux ppc)

Revision  Changes    Path
1.6                  mail-client/mail-notification/mail-notification-5.4-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r3.ebuild?r1=1.5&r2=1.6

Index: mail-notification-5.4-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mail-notification-5.4-r3.ebuild	18 May 2010 06:28:35 -0000	1.5
+++ mail-notification-5.4-r3.ebuild	26 Jun 2010 14:30:51 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r3.ebuild,v 1.5 2010/05/18 06:28:35 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r3.ebuild,v 1.6 2010/06/26 14:30:51 nixnut Exp $
 
 EAPI=1
 
@@ -10,7 +10,7 @@
 HOMEPAGE="http://www.nongnu.org/mailnotify/"
 SRC_URI="http://savannah.nongnu.org/download/mailnotify/${P}.tar.bz2"
 
-KEYWORDS="amd64 ~hppa ~ppc ~sparc x86"
+KEYWORDS="amd64 ~hppa ppc ~sparc x86"
 SLOT="0"
 LICENSE="GPL-3"
 



1.97                 mail-client/mail-notification/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mail-notification/ChangeLog?rev=1.97&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mail-notification/ChangeLog?rev=1.97&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mail-notification/ChangeLog?r1=1.96&r2=1.97

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/mail-notification/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- ChangeLog	20 Jun 2010 07:56:46 -0000	1.96
+++ ChangeLog	26 Jun 2010 14:30:51 -0000	1.97
@@ -1,6 +1,9 @@
 # ChangeLog for mail-client/mail-notification
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/ChangeLog,v 1.96 2010/06/20 07:56:46 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/ChangeLog,v 1.97 2010/06/26 14:30:51 nixnut Exp $
+
+  26 Jun 2010; <nixnut@gentoo.org> mail-notification-5.4-r3.ebuild:
+  ppc stable #315271
 
 *mail-notification-5.4-r4 (20 Jun 2010)
 






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

* [gentoo-commits] gentoo-x86 commit in mail-client/mail-notification: mail-notification-5.4-r3.ebuild ChangeLog
@ 2010-07-11 14:59 Raul Porcel (armin76)
  0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2010-07-11 14:59 UTC (permalink / raw
  To: gentoo-commits

armin76     10/07/11 14:59:52

  Modified:             mail-notification-5.4-r3.ebuild ChangeLog
  Log:
  sparc stable wrt #315271
  (Portage version: 2.1.8.3/cvs/Linux ia64)

Revision  Changes    Path
1.7                  mail-client/mail-notification/mail-notification-5.4-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r3.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r3.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r3.ebuild?r1=1.6&r2=1.7

Index: mail-notification-5.4-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- mail-notification-5.4-r3.ebuild	26 Jun 2010 14:30:51 -0000	1.6
+++ mail-notification-5.4-r3.ebuild	11 Jul 2010 14:59:52 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r3.ebuild,v 1.6 2010/06/26 14:30:51 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r3.ebuild,v 1.7 2010/07/11 14:59:52 armin76 Exp $
 
 EAPI=1
 
@@ -10,7 +10,7 @@
 HOMEPAGE="http://www.nongnu.org/mailnotify/"
 SRC_URI="http://savannah.nongnu.org/download/mailnotify/${P}.tar.bz2"
 
-KEYWORDS="amd64 ~hppa ppc ~sparc x86"
+KEYWORDS="amd64 ~hppa ppc sparc x86"
 SLOT="0"
 LICENSE="GPL-3"
 



1.99                 mail-client/mail-notification/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mail-notification/ChangeLog?rev=1.99&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mail-notification/ChangeLog?rev=1.99&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mail-notification/ChangeLog?r1=1.98&r2=1.99

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/mail-notification/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- ChangeLog	11 Jul 2010 13:43:12 -0000	1.98
+++ ChangeLog	11 Jul 2010 14:59:52 -0000	1.99
@@ -1,6 +1,10 @@
 # ChangeLog for mail-client/mail-notification
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/ChangeLog,v 1.98 2010/07/11 13:43:12 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/ChangeLog,v 1.99 2010/07/11 14:59:52 armin76 Exp $
+
+  11 Jul 2010; Raúl Porcel <armin76@gentoo.org>
+  mail-notification-5.4-r3.ebuild:
+  sparc stable wrt #315271
 
   11 Jul 2010; Pacho Ramos <pacho@gentoo.org>
   mail-notification-5.4-r1.ebuild:






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

end of thread, other threads:[~2010-07-11 14:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-29 20:57 [gentoo-commits] gentoo-x86 commit in mail-client/mail-notification: mail-notification-5.4-r3.ebuild ChangeLog Pacho Ramos (pacho)
  -- strict thread matches above, loose matches on Subject: below --
2010-05-01  8:27 Hans de Graaff (graaff)
2010-05-03 12:48 Olivier Crete (tester)
2010-05-18  6:28 PaweA Hajdan (phajdan.jr)
2010-06-26 14:30 Gysbert Wassenaar (nixnut)
2010-07-11 14:59 Raul Porcel (armin76)

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