public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmfishtime: ChangeLog wmfishtime-1.24-r2.ebuild
@ 2010-06-28  9:09 Bernard Cafarelli (voyageur)
  0 siblings, 0 replies; 3+ messages in thread
From: Bernard Cafarelli (voyageur) @ 2010-06-28  9:09 UTC (permalink / raw
  To: gentoo-commits

voyageur    10/06/28 09:09:44

  Modified:             ChangeLog
  Added:                wmfishtime-1.24-r2.ebuild
  Log:
  Fix support with gtk+ >= 2.18, bug #310779
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.22                 x11-plugins/wmfishtime/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	15 Jan 2008 12:50:06 -0000	1.21
+++ ChangeLog	28 Jun 2010 09:09:44 -0000	1.22
@@ -1,6 +1,12 @@
 # ChangeLog for x11-plugins/wmfishtime
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/ChangeLog,v 1.21 2008/01/15 12:50:06 armin76 Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/ChangeLog,v 1.22 2010/06/28 09:09:44 voyageur Exp $
+
+*wmfishtime-1.24-r2 (28 Jun 2010)
+
+  28 Jun 2010; Bernard Cafarelli <voyageur@gentoo.org>
+  +wmfishtime-1.24-r2.ebuild, +files/wmfishtime-1.24-no_display.patch:
+  Fix support with gtk+ >= 2.18, bug #310779
 
   15 Jan 2008; Raúl Porcel <armin76@gentoo.org> wmfishtime-1.24-r1.ebuild:
   sparc stable wrt #205466, thanks to Tiago Cunha for testing



1.1                  x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild?rev=1.1&content-type=text/plain

Index: wmfishtime-1.24-r2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild,v 1.1 2010/06/28 09:09:44 voyageur Exp $

EAPI=3
inherit eutils toolchain-funcs

DESCRIPTION="A fun clock applet for your desktop featuring swimming fish"
HOMEPAGE="http://www.ne.jp/asahi/linux/timecop"
SRC_URI="http://www.ne.jp/asahi/linux/timecop/software/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""

RDEPEND=">=x11-libs/gtk+-2
	x11-libs/libX11"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

src_prepare() {
	epatch "${FILESDIR}"/${P}-gtk.patch
	epatch "${FILESDIR}"/${P}-no_display.patch
}

src_compile() {
	emake CC="$(tc-getCC)" || die "emake failed."
}

src_install() {
	dobin ${PN}
	doman ${PN}.1
	dodoc ALL_I_GET_IS_A_GRAY_BOX AUTHORS ChangeLog CODING README
}






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

* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmfishtime: ChangeLog wmfishtime-1.24-r2.ebuild
@ 2010-08-11 10:41 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 3+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2010-08-11 10:41 UTC (permalink / raw
  To: gentoo-commits

xarthisius    10/08/11 10:41:58

  Modified:             ChangeLog wmfishtime-1.24-r2.ebuild
  Log:
  Respect LDFLAGS wrt bug 331891. Thanks to Diego for report.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.23                 x11-plugins/wmfishtime/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	28 Jun 2010 09:09:44 -0000	1.22
+++ ChangeLog	11 Aug 2010 10:41:58 -0000	1.23
@@ -1,6 +1,10 @@
 # ChangeLog for x11-plugins/wmfishtime
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/ChangeLog,v 1.22 2010/06/28 09:09:44 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/ChangeLog,v 1.23 2010/08/11 10:41:58 xarthisius Exp $
+
+  11 Aug 2010; Kacper Kowalik <xarthisius@gentoo.org>
+  wmfishtime-1.24-r2.ebuild:
+  Respect LDFLAGS wrt bug 331891. Thanks to Diego for report.
 
 *wmfishtime-1.24-r2 (28 Jun 2010)
 



1.2                  x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild?r1=1.1&r2=1.2

Index: wmfishtime-1.24-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wmfishtime-1.24-r2.ebuild	28 Jun 2010 09:09:44 -0000	1.1
+++ wmfishtime-1.24-r2.ebuild	11 Aug 2010 10:41:58 -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/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild,v 1.1 2010/06/28 09:09:44 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild,v 1.2 2010/08/11 10:41:58 xarthisius Exp $
 
 EAPI=3
 inherit eutils toolchain-funcs
@@ -22,6 +22,7 @@
 src_prepare() {
 	epatch "${FILESDIR}"/${P}-gtk.patch
 	epatch "${FILESDIR}"/${P}-no_display.patch
+	sed -i -e "s/\$(CC)/& \$(LDFLAGS)/" Makefile || die #331891
 }
 
 src_compile() {






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

* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmfishtime: ChangeLog wmfishtime-1.24-r2.ebuild
@ 2011-12-07  7:51 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 3+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-12-07  7:51 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/12/07 07:51:06

  Modified:             ChangeLog wmfishtime-1.24-r2.ebuild
  Log:
  x86 stable wrt bug #391647
  
  (Portage version: 2.1.10.11/cvs/Linux i686)

Revision  Changes    Path
1.27                 x11-plugins/wmfishtime/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfishtime/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfishtime/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfishtime/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	3 Dec 2011 10:51:04 -0000	1.26
+++ ChangeLog	7 Dec 2011 07:51:06 -0000	1.27
@@ -1,6 +1,10 @@
 # ChangeLog for x11-plugins/wmfishtime
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/ChangeLog,v 1.26 2011/12/03 10:51:04 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/ChangeLog,v 1.27 2011/12/07 07:51:06 phajdan.jr Exp $
+
+  07 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  wmfishtime-1.24-r2.ebuild:
+  x86 stable wrt bug #391647
 
   03 Dec 2011; Markos Chandras <hwoarang@gentoo.org> wmfishtime-1.24-r2.ebuild:
   make it eapi4. Stable on amd64. bug #391647



1.5                  x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild

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

Index: wmfishtime-1.24-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- wmfishtime-1.24-r2.ebuild	3 Dec 2011 10:51:04 -0000	1.4
+++ wmfishtime-1.24-r2.ebuild	7 Dec 2011 07:51:06 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild,v 1.4 2011/12/03 10:51:04 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild,v 1.5 2011/12/07 07:51:06 phajdan.jr Exp $
 
 EAPI=4
 inherit eutils toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND="x11-libs/gtk+:2






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

end of thread, other threads:[~2011-12-07  7:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-07  7:51 [gentoo-commits] gentoo-x86 commit in x11-plugins/wmfishtime: ChangeLog wmfishtime-1.24-r2.ebuild PaweA Hajdan (phajdan.jr)
  -- strict thread matches above, loose matches on Subject: below --
2010-08-11 10:41 Kacper Kowalik (xarthisius)
2010-06-28  9:09 Bernard Cafarelli (voyageur)

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