public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/xbatt: ChangeLog xbatt-1.2.1-r1.ebuild
@ 2010-08-28 12:05 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 4+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2010-08-28 12:05 UTC (permalink / raw
  To: gentoo-commits

xarthisius    10/08/28 12:05:53

  Modified:             ChangeLog
  Added:                xbatt-1.2.1-r1.ebuild
  Log:
  Respect CC,CFLAGS,LDFLAGS wrt bug 334965. Thanks to Diego for the report. Fix implicit functions declarations. Keyword on ~amd64.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 x11-misc/xbatt/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xbatt/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	22 Jul 2007 03:29:59 -0000	1.10
+++ ChangeLog	28 Aug 2010 12:05:53 -0000	1.11
@@ -1,6 +1,13 @@
 # ChangeLog for x11-misc/xbatt
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbatt/ChangeLog,v 1.10 2007/07/22 03:29:59 dberkholz Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbatt/ChangeLog,v 1.11 2010/08/28 12:05:53 xarthisius Exp $
+
+*xbatt-1.2.1-r1 (28 Aug 2010)
+
+  28 Aug 2010; Kacper Kowalik <xarthisius@gentoo.org>
+  +xbatt-1.2.1-r1.ebuild, +files/xbatt-1.2.1-implicits.patch:
+  Respect CC,CFLAGS,LDFLAGS wrt bug 334965. Thanks to Diego for the report.
+  Fix implicit functions declarations. Keyword on ~amd64.
 
   22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>; xbatt-1.2.1.ebuild:
   Drop virtual/x11 references.



1.1                  x11-misc/xbatt/xbatt-1.2.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xbatt/xbatt-1.2.1-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xbatt/xbatt-1.2.1-r1.ebuild?rev=1.1&content-type=text/plain

Index: xbatt-1.2.1-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbatt/xbatt-1.2.1-r1.ebuild,v 1.1 2010/08/28 12:05:53 xarthisius Exp $

EAPI=2

inherit eutils toolchain-funcs

DESCRIPTION="Notebook battery indicator for X"
HOMEPAGE="http://www.clave.gr.jp/~eto/xbatt/"
SRC_URI="http://www.clave.gr.jp/~eto/xbatt/${P}.tar.gz"

LICENSE="|| ( as-is BSD )"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

RDEPEND="x11-libs/libX11
	x11-libs/libXmu
	x11-libs/libXt
	x11-libs/libXaw
	x11-libs/libXext
	x11-libs/libxkbfile
	x11-libs/libXpm"
DEPEND="${RDEPEND}
	x11-proto/xextproto
	x11-misc/imake"

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

src_compile() {
	xmkmf || die
	emake xbatt CDEBUGFLAGS="${CFLAGS}" CC="$(tc-getCC)" \
		EXTRA_LDOPTIONS="${LDFLAGS}" || die
}

src_install() {
	emake DESTDIR="${D}" install || die
	dodoc README* || die
}






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/xbatt: ChangeLog xbatt-1.2.1-r1.ebuild
@ 2012-02-03 22:06 Brent Baude (ranger)
  0 siblings, 0 replies; 4+ messages in thread
From: Brent Baude (ranger) @ 2012-02-03 22:06 UTC (permalink / raw
  To: gentoo-commits

ranger      12/02/03 22:06:30

  Modified:             ChangeLog xbatt-1.2.1-r1.ebuild
  Log:
  Marking xbatt-1.2.1-r1 ppc for bug 397277
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.12                 x11-misc/xbatt/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xbatt/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	28 Aug 2010 12:05:53 -0000	1.11
+++ ChangeLog	3 Feb 2012 22:06:30 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/xbatt
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbatt/ChangeLog,v 1.11 2010/08/28 12:05:53 xarthisius Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbatt/ChangeLog,v 1.12 2012/02/03 22:06:30 ranger Exp $
+
+  03 Feb 2012; Brent Baude <ranger@gentoo.org> xbatt-1.2.1-r1.ebuild:
+  Marking xbatt-1.2.1-r1 ppc for bug 397277
 
 *xbatt-1.2.1-r1 (28 Aug 2010)
 



1.2                  x11-misc/xbatt/xbatt-1.2.1-r1.ebuild

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

Index: xbatt-1.2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xbatt/xbatt-1.2.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xbatt-1.2.1-r1.ebuild	28 Aug 2010 12:05:53 -0000	1.1
+++ xbatt-1.2.1-r1.ebuild	3 Feb 2012 22:06:30 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 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/xbatt/xbatt-1.2.1-r1.ebuild,v 1.1 2010/08/28 12:05:53 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbatt/xbatt-1.2.1-r1.ebuild,v 1.2 2012/02/03 22:06:30 ranger Exp $
 
 EAPI=2
 
@@ -12,7 +12,7 @@
 
 LICENSE="|| ( as-is BSD )"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ppc ~x86"
 IUSE=""
 
 RDEPEND="x11-libs/libX11






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/xbatt: ChangeLog xbatt-1.2.1-r1.ebuild
@ 2012-02-16 19:35 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 4+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-02-16 19:35 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    12/02/16 19:35:54

  Modified:             ChangeLog xbatt-1.2.1-r1.ebuild
  Log:
  x86 stable wrt bug #397277
  
  (Portage version: 2.1.10.44/cvs/Linux i686)

Revision  Changes    Path
1.13                 x11-misc/xbatt/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xbatt/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	3 Feb 2012 22:06:30 -0000	1.12
+++ ChangeLog	16 Feb 2012 19:35:54 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/xbatt
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbatt/ChangeLog,v 1.12 2012/02/03 22:06:30 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbatt/ChangeLog,v 1.13 2012/02/16 19:35:54 phajdan.jr Exp $
+
+  16 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> xbatt-1.2.1-r1.ebuild:
+  x86 stable wrt bug #397277
 
   03 Feb 2012; Brent Baude <ranger@gentoo.org> xbatt-1.2.1-r1.ebuild:
   Marking xbatt-1.2.1-r1 ppc for bug 397277



1.3                  x11-misc/xbatt/xbatt-1.2.1-r1.ebuild

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

Index: xbatt-1.2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xbatt/xbatt-1.2.1-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xbatt-1.2.1-r1.ebuild	3 Feb 2012 22:06:30 -0000	1.2
+++ xbatt-1.2.1-r1.ebuild	16 Feb 2012 19:35:54 -0000	1.3
@@ -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/xbatt/xbatt-1.2.1-r1.ebuild,v 1.2 2012/02/03 22:06:30 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbatt/xbatt-1.2.1-r1.ebuild,v 1.3 2012/02/16 19:35:54 phajdan.jr Exp $
 
 EAPI=2
 
@@ -12,7 +12,7 @@
 
 LICENSE="|| ( as-is BSD )"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~x86"
+KEYWORDS="~amd64 ppc x86"
 IUSE=""
 
 RDEPEND="x11-libs/libX11






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/xbatt: ChangeLog xbatt-1.2.1-r1.ebuild
@ 2013-02-02 18:19 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Mueller (ulm) @ 2013-02-02 18:19 UTC (permalink / raw
  To: gentoo-commits

ulm         13/02/02 18:19:30

  Modified:             ChangeLog xbatt-1.2.1-r1.ebuild
  Log:
  Fix LICENSE, see COPYRIGHT file, bug 452966.
  
  (Portage version: 2.1.11.48/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)

Revision  Changes    Path
1.15                 x11-misc/xbatt/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xbatt/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	17 Feb 2012 04:16:20 -0000	1.14
+++ ChangeLog	2 Feb 2013 18:19:30 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/xbatt
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbatt/ChangeLog,v 1.14 2012/02/17 04:16:20 jer Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbatt/ChangeLog,v 1.15 2013/02/02 18:19:30 ulm Exp $
+
+  02 Feb 2013; Ulrich Müller <ulm@gentoo.org> xbatt-1.2.1-r1.ebuild:
+  Fix LICENSE, see COPYRIGHT file, bug 452966.
 
   17 Feb 2012; Jeroen Roovers <jer@gentoo.org> -xbatt-1.2.1.ebuild:
   Old.



1.4                  x11-misc/xbatt/xbatt-1.2.1-r1.ebuild

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

Index: xbatt-1.2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xbatt/xbatt-1.2.1-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xbatt-1.2.1-r1.ebuild	16 Feb 2012 19:35:54 -0000	1.3
+++ xbatt-1.2.1-r1.ebuild	2 Feb 2013 18:19:30 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbatt/xbatt-1.2.1-r1.ebuild,v 1.3 2012/02/16 19:35:54 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbatt/xbatt-1.2.1-r1.ebuild,v 1.4 2013/02/02 18:19:30 ulm Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 HOMEPAGE="http://www.clave.gr.jp/~eto/xbatt/"
 SRC_URI="http://www.clave.gr.jp/~eto/xbatt/${P}.tar.gz"
 
-LICENSE="|| ( as-is BSD )"
+LICENSE="xbatt"
 SLOT="0"
 KEYWORDS="~amd64 ppc x86"
 IUSE=""





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

end of thread, other threads:[~2013-02-02 18:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-03 22:06 [gentoo-commits] gentoo-x86 commit in x11-misc/xbatt: ChangeLog xbatt-1.2.1-r1.ebuild Brent Baude (ranger)
  -- strict thread matches above, loose matches on Subject: below --
2013-02-02 18:19 Ulrich Mueller (ulm)
2012-02-16 19:35 PaweA Hajdan (phajdan.jr)
2010-08-28 12:05 Kacper Kowalik (xarthisius)

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