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 ChangeLog bbmail-0.9.3.ebuild
@ 2011-04-16 17:45 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Mueller (ulm) @ 2011-04-16 17:45 UTC (permalink / raw
  To: gentoo-commits

ulm         11/04/16 17:45:29

  Modified:             bbmail-0.8.3.ebuild ChangeLog bbmail-0.9.3.ebuild
  Log:
  Replace dependency on virtual/blackbox by x11-wm/blackbox, bug 358825.
  
  (Portage version: 2.1.9.46/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 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.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbmail/bbmail-0.8.3.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbmail/bbmail-0.8.3.ebuild?r1=1.9&r2=1.10

Index: bbmail-0.8.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/bbmail/bbmail-0.8.3.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- bbmail-0.8.3.ebuild	21 Jul 2010 14:32:28 -0000	1.9
+++ bbmail-0.8.3.ebuild	16 Apr 2011 17:45:28 -0000	1.10
@@ -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/x11-misc/bbmail/bbmail-0.8.3.ebuild,v 1.9 2010/07/21 14:32:28 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbmail/bbmail-0.8.3.ebuild,v 1.10 2011/04/16 17:45:28 ulm Exp $
 
 DESCRIPTION="blackbox mail notification"
 HOMEPAGE="http://bbtools.windsofstorm.net/available.phtml#bbmail"
@@ -11,7 +11,8 @@
 KEYWORDS="ppc sparc x86 ~x86-fbsd"
 IUSE=""
 
-DEPEND="virtual/blackbox"
+DEPEND="x11-wm/blackbox"
+RDEPEND="${DEPEND}"
 
 src_install() {
 	emake DESTDIR="${D}" install || die



1.18                 x11-misc/bbmail/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/bbmail/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	30 Jul 2009 16:25:06 -0000	1.17
+++ ChangeLog	16 Apr 2011 17:45:28 -0000	1.18
@@ -1,6 +1,11 @@
 # ChangeLog for x11-misc/bbmail
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbmail/ChangeLog,v 1.17 2009/07/30 16:25:06 ssuominen Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbmail/ChangeLog,v 1.18 2011/04/16 17:45:28 ulm Exp $
+
+  16 Apr 2011; Ulrich Mueller <ulm@gentoo.org> bbmail-0.8.3.ebuild,
+  bbmail-0.9.3.ebuild:
+  Replace dependency on virtual/blackbox by x11-wm/blackbox. The package links
+  against libbt and cannot be built with fluxbox. Bug 358825.
 
   30 Jul 2009; Samuli Suominen <ssuominen@gentoo.org> bbmail-0.9.3.ebuild,
   +files/bbmail-0.9.3-gcc4.4.patch:



1.3                  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.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbmail/bbmail-0.9.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbmail/bbmail-0.9.3.ebuild?r1=1.2&r2=1.3

Index: bbmail-0.9.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/bbmail/bbmail-0.9.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bbmail-0.9.3.ebuild	30 Jul 2009 16:25:06 -0000	1.2
+++ bbmail-0.9.3.ebuild	16 Apr 2011 17:45:28 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 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.2 2009/07/30 16:25:06 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbmail/bbmail-0.9.3.ebuild,v 1.3 2011/04/16 17:45:28 ulm Exp $
 
 EAPI=2
 inherit autotools eutils
@@ -14,7 +14,7 @@
 KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
 IUSE=""
 
-RDEPEND="virtual/blackbox
+RDEPEND="x11-wm/blackbox
 	x11-libs/libX11
 	x11-libs/libXext"
 DEPEND="${RDEPEND}






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/bbmail: bbmail-0.8.3.ebuild ChangeLog bbmail-0.9.3.ebuild
@ 2014-08-01  9:51 Raul Porcel (armin76)
  0 siblings, 0 replies; 2+ messages in thread
From: Raul Porcel (armin76) @ 2014-08-01  9:51 UTC (permalink / raw
  To: gentoo-commits

armin76     14/08/01 09:51:36

  Modified:             bbmail-0.8.3.ebuild ChangeLog bbmail-0.9.3.ebuild
  Log:
  Drop sparc keyword
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, signed Manifest commit with key 0xF6AD3240)

Revision  Changes    Path
1.12                 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.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbmail/bbmail-0.8.3.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbmail/bbmail-0.8.3.ebuild?r1=1.11&r2=1.12

Index: bbmail-0.8.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/bbmail/bbmail-0.8.3.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- bbmail-0.8.3.ebuild	4 Jun 2012 18:54:14 -0000	1.11
+++ bbmail-0.8.3.ebuild	1 Aug 2014 09:51:35 -0000	1.12
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 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.11 2012/06/04 18:54:14 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbmail/bbmail-0.8.3.ebuild,v 1.12 2014/08/01 09:51:35 armin76 Exp $
 
 DESCRIPTION="blackbox mail notification"
 HOMEPAGE="http://bbtools.windsofstorm.net/available.phtml#bbmail"
@@ -8,7 +8,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="ppc sparc x86 ~x86-fbsd"
+KEYWORDS=" ppc x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="x11-wm/blackbox"



1.23                 x11-misc/bbmail/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/bbmail/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	19 Oct 2013 15:02:48 -0000	1.22
+++ ChangeLog	1 Aug 2014 09:51:35 -0000	1.23
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/bbmail
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbmail/ChangeLog,v 1.22 2013/10/19 15:02:48 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbmail/ChangeLog,v 1.23 2014/08/01 09:51:35 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel <armin76@gentoo.org> bbmail-0.8.3.ebuild,
+  bbmail-0.9.3.ebuild:
+  Drop sparc keyword
 
   19 Oct 2013; Pacho Ramos <pacho@gentoo.org> metadata.xml:
   Cleanup due desktop-wm removal



1.7                  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.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbmail/bbmail-0.9.3.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbmail/bbmail-0.9.3.ebuild?r1=1.6&r2=1.7

Index: bbmail-0.9.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/bbmail/bbmail-0.9.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- bbmail-0.9.3.ebuild	4 Jun 2012 18:54:14 -0000	1.6
+++ bbmail-0.9.3.ebuild	1 Aug 2014 09:51:36 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 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.6 2012/06/04 18:54:14 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbmail/bbmail-0.9.3.ebuild,v 1.7 2014/08/01 09:51:36 armin76 Exp $
 
 EAPI=2
 inherit autotools eutils
@@ -11,7 +11,7 @@
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~ppc ~sparc x86 ~x86-fbsd"
+KEYWORDS=" amd64 ~ppc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND="x11-wm/blackbox





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

end of thread, other threads:[~2014-08-01  9:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-16 17:45 [gentoo-commits] gentoo-x86 commit in x11-misc/bbmail: bbmail-0.8.3.ebuild ChangeLog bbmail-0.9.3.ebuild Ulrich Mueller (ulm)
  -- strict thread matches above, loose matches on Subject: below --
2014-08-01  9:51 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