public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/bbdate: bbdate-0.2.4-r1.ebuild ChangeLog
@ 2012-11-26 23:29 Mike Gilbert (floppym)
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Gilbert (floppym) @ 2012-11-26 23:29 UTC (permalink / raw
  To: gentoo-commits

floppym     12/11/26 23:29:19

  Modified:             bbdate-0.2.4-r1.ebuild ChangeLog
  Log:
  Remove references to helvitica font. Thanks to jer for the idea. Bug 395353.
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)

Revision  Changes    Path
1.5                  x11-misc/bbdate/bbdate-0.2.4-r1.ebuild

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

Index: bbdate-0.2.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/bbdate/bbdate-0.2.4-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- bbdate-0.2.4-r1.ebuild	25 Nov 2012 09:50:59 -0000	1.4
+++ bbdate-0.2.4-r1.ebuild	26 Nov 2012 23:29:19 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbdate/bbdate-0.2.4-r1.ebuild,v 1.4 2012/11/25 09:50:59 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbdate/bbdate-0.2.4-r1.ebuild,v 1.5 2012/11/26 23:29:19 floppym Exp $
 
 inherit eutils autotools
 
@@ -13,13 +13,13 @@
 KEYWORDS="~amd64 ~ppc ~sparc x86 ~x86-fbsd"
 IUSE=""
 
-DEPEND=""
-RDEPEND="media-fonts/font-adobe-100dpi"
-
 src_unpack() {
 	unpack ${A}
 	cd "${S}"
 	epatch "${FILESDIR}"/${P}-as-needed.patch
+	sed -i \
+		-e 's|-helvetica-|-*-|g' \
+		resource.cc data/${PN}.{nobb,style} || die
 	eautoreconf
 }
 



1.22                 x11-misc/bbdate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/bbdate/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	25 Nov 2012 09:51:00 -0000	1.21
+++ ChangeLog	26 Nov 2012 23:29:19 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/bbdate
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbdate/ChangeLog,v 1.21 2012/11/25 09:51:00 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbdate/ChangeLog,v 1.22 2012/11/26 23:29:19 floppym Exp $
+
+  26 Nov 2012; Mike Gilbert <floppym@gentoo.org> bbdate-0.2.4-r1.ebuild:
+  Remove references to helvitica font. Thanks to jer for the idea. Bug 395353.
 
   25 Nov 2012; Kacper Kowalik <xarthisius@gentoo.org> bbdate-0.2.4-r1.ebuild,
   bbdate-0.2.4.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in x11-misc/bbdate: bbdate-0.2.4-r1.ebuild ChangeLog
@ 2012-12-01 14:26 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 3+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-12-01 14:26 UTC (permalink / raw
  To: gentoo-commits

blueness    12/12/01 14:26:19

  Modified:             bbdate-0.2.4-r1.ebuild ChangeLog
  Log:
  stable ppc, thanks peratu, bug #392841
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)

Revision  Changes    Path
1.7                  x11-misc/bbdate/bbdate-0.2.4-r1.ebuild

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

Index: bbdate-0.2.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/bbdate/bbdate-0.2.4-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- bbdate-0.2.4-r1.ebuild	28 Nov 2012 16:17:54 -0000	1.6
+++ bbdate-0.2.4-r1.ebuild	1 Dec 2012 14:26:19 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbdate/bbdate-0.2.4-r1.ebuild,v 1.6 2012/11/28 16:17:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbdate/bbdate-0.2.4-r1.ebuild,v 1.7 2012/12/01 14:26:19 blueness Exp $
 
 inherit eutils autotools
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 ppc ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 src_unpack() {



1.24                 x11-misc/bbdate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/bbdate/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	28 Nov 2012 16:17:54 -0000	1.23
+++ ChangeLog	1 Dec 2012 14:26:19 -0000	1.24
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/bbdate
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbdate/ChangeLog,v 1.23 2012/11/28 16:17:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbdate/ChangeLog,v 1.24 2012/12/01 14:26:19 blueness Exp $
+
+  01 Dec 2012; Anthony G. Basile <blueness@gentoo.org> bbdate-0.2.4-r1.ebuild:
+  stable ppc, thanks peratu, bug #392841
 
   28 Nov 2012; Agostino Sarubbo <ago@gentoo.org> bbdate-0.2.4-r1.ebuild:
   Stable for amd64, wrt bug #392841





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

* [gentoo-commits] gentoo-x86 commit in x11-misc/bbdate: bbdate-0.2.4-r1.ebuild ChangeLog
@ 2012-12-31  9:19 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-31  9:19 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/31 09:19:28

  Modified:             bbdate-0.2.4-r1.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #392841
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

Revision  Changes    Path
1.8                  x11-misc/bbdate/bbdate-0.2.4-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbdate/bbdate-0.2.4-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbdate/bbdate-0.2.4-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbdate/bbdate-0.2.4-r1.ebuild?r1=1.7&r2=1.8

Index: bbdate-0.2.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/bbdate/bbdate-0.2.4-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- bbdate-0.2.4-r1.ebuild	1 Dec 2012 14:26:19 -0000	1.7
+++ bbdate-0.2.4-r1.ebuild	31 Dec 2012 09:19:28 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbdate/bbdate-0.2.4-r1.ebuild,v 1.7 2012/12/01 14:26:19 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbdate/bbdate-0.2.4-r1.ebuild,v 1.8 2012/12/31 09:19:28 ago Exp $
 
 inherit eutils autotools
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ~sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 ppc sparc x86 ~x86-fbsd"
 IUSE=""
 
 src_unpack() {



1.25                 x11-misc/bbdate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/bbdate/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	1 Dec 2012 14:26:19 -0000	1.24
+++ ChangeLog	31 Dec 2012 09:19:28 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/bbdate
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbdate/ChangeLog,v 1.24 2012/12/01 14:26:19 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbdate/ChangeLog,v 1.25 2012/12/31 09:19:28 ago Exp $
+
+  31 Dec 2012; Agostino Sarubbo <ago@gentoo.org> bbdate-0.2.4-r1.ebuild:
+  Stable for sparc, wrt bug #392841
 
   01 Dec 2012; Anthony G. Basile <blueness@gentoo.org> bbdate-0.2.4-r1.ebuild:
   stable ppc, thanks peratu, bug #392841





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

end of thread, other threads:[~2012-12-31  9:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-26 23:29 [gentoo-commits] gentoo-x86 commit in x11-misc/bbdate: bbdate-0.2.4-r1.ebuild ChangeLog Mike Gilbert (floppym)
  -- strict thread matches above, loose matches on Subject: below --
2012-12-01 14:26 Anthony G. Basile (blueness)
2012-12-31  9:19 Agostino Sarubbo (ago)

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