public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-plugins/gkrellsun: ChangeLog gkrellsun-1.0.0-r3.ebuild
@ 2010-08-11 13:59 Jim Ramsay (lack)
  0 siblings, 0 replies; 2+ messages in thread
From: Jim Ramsay (lack) @ 2010-08-11 13:59 UTC (permalink / raw
  To: gentoo-commits

lack        10/08/11 13:59:11

  Modified:             ChangeLog
  Added:                gkrellsun-1.0.0-r3.ebuild
  Log:
  Respect LDFLAGS (Bug #332223)
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.29                 x11-plugins/gkrellsun/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/gkrellsun/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	28 Jul 2010 14:41:54 -0000	1.28
+++ ChangeLog	11 Aug 2010 13:59:11 -0000	1.29
@@ -1,6 +1,12 @@
 # ChangeLog for x11-plugins/gkrellsun
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellsun/ChangeLog,v 1.28 2010/07/28 14:41:54 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellsun/ChangeLog,v 1.29 2010/08/11 13:59:11 lack Exp $
+
+*gkrellsun-1.0.0-r3 (11 Aug 2010)
+
+  11 Aug 2010; Jim Ramsay <lack@gentoo.org> +gkrellsun-1.0.0-r3.ebuild,
+  +files/gkrellsun-1.0.0-Respect-LDFLAGS.patch:
+  Respect LDFLAGS (Bug #332223)
 
 *gkrellsun-1.0.0-r2 (28 Jul 2010)
 



1.1                  x11-plugins/gkrellsun/gkrellsun-1.0.0-r3.ebuild

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

Index: gkrellsun-1.0.0-r3.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellsun/gkrellsun-1.0.0-r3.ebuild,v 1.1 2010/08/11 13:59:11 lack Exp $

EAPI="3"
inherit gkrellm-plugin eutils

IUSE="nls"
DESCRIPTION="A GKrellM plugin that shows sunrise and sunset times."
HOMEPAGE="http://gkrellsun.sourceforge.net/"
SRC_URI="mirror://sourceforge/gkrellsun/${P}.tar.gz"

SLOT="1"
LICENSE="GPL-2"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"

DEPEND="nls? ( sys-devel/gettext )"

PLUGIN_SO=src20/gkrellsun.so

src_prepare() {
	epatch "${FILESDIR}/${P}-reenable.patch"
	epatch "${FILESDIR}/${P}-Respect-LDFLAGS.patch"
}

src_compile() {
	use nls && myconf="$myconf enable_nls=1"
	emake ${myconf}
}






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

* [gentoo-commits] gentoo-x86 commit in x11-plugins/gkrellsun: ChangeLog gkrellsun-1.0.0-r3.ebuild
@ 2011-12-21  8:32 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 2+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-12-21  8:32 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/12/21 08:32:18

  Modified:             ChangeLog gkrellsun-1.0.0-r3.ebuild
  Log:
  x86 stable wrt bug #393997
  
  (Portage version: 2.1.10.41/cvs/Linux i686)

Revision  Changes    Path
1.31                 x11-plugins/gkrellsun/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/gkrellsun/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	16 Dec 2011 15:01:19 -0000	1.30
+++ ChangeLog	21 Dec 2011 08:32:18 -0000	1.31
@@ -1,6 +1,10 @@
 # ChangeLog for x11-plugins/gkrellsun
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellsun/ChangeLog,v 1.30 2011/12/16 15:01:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellsun/ChangeLog,v 1.31 2011/12/21 08:32:18 phajdan.jr Exp $
+
+  21 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  gkrellsun-1.0.0-r3.ebuild:
+  x86 stable wrt bug #393997
 
   16 Dec 2011; Agostino Sarubbo <ago@gentoo.org> gkrellsun-1.0.0-r3.ebuild:
   Stable for AMD64, wrt bug #393997



1.3                  x11-plugins/gkrellsun/gkrellsun-1.0.0-r3.ebuild

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

Index: gkrellsun-1.0.0-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/gkrellsun/gkrellsun-1.0.0-r3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gkrellsun-1.0.0-r3.ebuild	16 Dec 2011 15:01:19 -0000	1.2
+++ gkrellsun-1.0.0-r3.ebuild	21 Dec 2011 08:32:18 -0000	1.3
@@ -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/gkrellsun/gkrellsun-1.0.0-r3.ebuild,v 1.2 2011/12/16 15:01:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellsun/gkrellsun-1.0.0-r3.ebuild,v 1.3 2011/12/21 08:32:18 phajdan.jr Exp $
 
 EAPI="3"
 inherit gkrellm-plugin eutils
@@ -12,7 +12,7 @@
 
 SLOT="1"
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~sparc x86"
 
 DEPEND="nls? ( sys-devel/gettext )"
 






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

end of thread, other threads:[~2011-12-21  8:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-11 13:59 [gentoo-commits] gentoo-x86 commit in x11-plugins/gkrellsun: ChangeLog gkrellsun-1.0.0-r3.ebuild Jim Ramsay (lack)
  -- strict thread matches above, loose matches on Subject: below --
2011-12-21  8:32 PaweA Hajdan (phajdan.jr)

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