public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/bbmail: bbmail-0.8.3.ebuild bbmail-0.9.3.ebuild ChangeLog
@ 2012-06-04 18:54 Michael Weber (xmw)
  0 siblings, 0 replies; only message in thread
From: Michael Weber (xmw) @ 2012-06-04 18:54 UTC (permalink / raw
  To: gentoo-commits

xmw         12/06/04 18:54:15

  Modified:             bbmail-0.8.3.ebuild bbmail-0.9.3.ebuild ChangeLog
  Log:
  Fix HOMEPAGE (reported by df, bug 415811)
  
  (Portage version: 2.1.10.63/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 x11-misc/bbmail/bbmail-0.8.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbmail/bbmail-0.8.3.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbmail/bbmail-0.8.3.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbmail/bbmail-0.8.3.ebuild?r1=1.10&r2=1.11

Index: bbmail-0.8.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/bbmail/bbmail-0.8.3.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- bbmail-0.8.3.ebuild	16 Apr 2011 17:45:28 -0000	1.10
+++ bbmail-0.8.3.ebuild	4 Jun 2012 18:54:14 -0000	1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbmail/bbmail-0.8.3.ebuild,v 1.10 2011/04/16 17:45:28 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbmail/bbmail-0.8.3.ebuild,v 1.11 2012/06/04 18:54:14 xmw Exp $
 
 DESCRIPTION="blackbox mail notification"
 HOMEPAGE="http://bbtools.windsofstorm.net/available.phtml#bbmail"



1.6                  x11-misc/bbmail/bbmail-0.9.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbmail/bbmail-0.9.3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbmail/bbmail-0.9.3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbmail/bbmail-0.9.3.ebuild?r1=1.5&r2=1.6

Index: bbmail-0.9.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/bbmail/bbmail-0.9.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- bbmail-0.9.3.ebuild	2 Dec 2011 22:53:49 -0000	1.5
+++ bbmail-0.9.3.ebuild	4 Jun 2012 18:54:14 -0000	1.6
@@ -1,12 +1,12 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbmail/bbmail-0.9.3.ebuild,v 1.5 2011/12/02 22:53:49 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbmail/bbmail-0.9.3.ebuild,v 1.6 2012/06/04 18:54:14 xmw Exp $
 
 EAPI=2
 inherit autotools eutils
 
 DESCRIPTION="blackbox mail notification"
-HOMEPAGE="http://www.sourceforge.net/projects/bbtools"
+HOMEPAGE="http://sourceforge.net/projects/bbtools"
 SRC_URI="mirror://sourceforge/bbtools/${P}.tar.gz"
 
 SLOT="0"



1.21                 x11-misc/bbmail/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/bbmail/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	2 Dec 2011 22:53:49 -0000	1.20
+++ ChangeLog	4 Jun 2012 18:54:14 -0000	1.21
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/bbmail
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbmail/ChangeLog,v 1.20 2011/12/02 22:53:49 hwoarang Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbmail/ChangeLog,v 1.21 2012/06/04 18:54:14 xmw Exp $
+
+  04 Jun 2012; Michael Weber <xmw@gentoo.org> bbmail-0.8.3.ebuild,
+  bbmail-0.9.3.ebuild:
+  Fix HOMEPAGE (reported by df, bug 415811)
 
   02 Dec 2011; Markos Chandras <hwoarang@gentoo.org> bbmail-0.9.3.ebuild:
   Stable on amd64 wrt bug #391639






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-06-04 18:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-04 18:54 [gentoo-commits] gentoo-x86 commit in x11-misc/bbmail: bbmail-0.8.3.ebuild bbmail-0.9.3.ebuild ChangeLog Michael Weber (xmw)

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