public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmtimer: ChangeLog wmtimer-2.92-r1.ebuild
@ 2008-10-28 10:13 Michele Noberasco (s4t4n)
  0 siblings, 0 replies; 2+ messages in thread
From: Michele Noberasco (s4t4n) @ 2008-10-28 10:13 UTC (permalink / raw
  To: gentoo-commits

s4t4n       08/10/28 10:13:29

  Modified:             ChangeLog
  Added:                wmtimer-2.92-r1.ebuild
  Log:
  Revision bump, with patch to fix bug #242500.
  (Portage version: 2.1.4.5)

Revision  Changes    Path
1.23                 x11-plugins/wmtimer/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	13 Jan 2008 02:32:50 -0000	1.22
+++ ChangeLog	28 Oct 2008 10:13:29 -0000	1.23
@@ -1,6 +1,12 @@
 # ChangeLog for x11-plugins/wmtimer
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/ChangeLog,v 1.22 2008/01/13 02:32:50 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/ChangeLog,v 1.23 2008/10/28 10:13:29 s4t4n Exp $
+
+*wmtimer-2.92-r1 (28 Oct 2008)
+
+  28 Oct 2008; Michele Noberasco <s4t4n@gentoo.org> +wmtimer-2.9.2-r1.ebuild,
+  +wmtimer-counter-fix.patch:
+  Revision bump with patch to correct counter behaviour. Closes bug #242500.
 
 *wmtimer-2.92 (13 Jan 2008)
 



1.1                  x11-plugins/wmtimer/wmtimer-2.92-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.92-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.92-r1.ebuild?rev=1.1&content-type=text/plain

Index: wmtimer-2.92-r1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.92-r1.ebuild,v 1.1 2008/10/28 10:13:29 s4t4n Exp $

inherit eutils multilib toolchain-funcs

DESCRIPTION="Dockable clock which can run in alarm, countdown timer or chronograph mode"
HOMEPAGE="http://www.darkops.net/wmtimer"
SRC_URI="http://www.darkops.net/${PN}/${P}.tar.gz"

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

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

S=${WORKDIR}/${P}/${PN}

src_unpack() {
	unpack ${A}
	cd "${S}"
	sed -e "s:-O2::" -e "s:-g:${CFLAGS}:g" -i Makefile
	epatch "${FILESDIR}"/"${PN}"-counter-fix.patch
}

src_compile() {
	emake CC="$(tc-getCC)" \
		LIBDIR="-L/usr/$(get_libdir)" || die "emake failed."
}

src_install() {
	dobin wmtimer
	dodoc ../{Changelog,CREDITS,README}
}






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

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

phajdan.jr    11/12/07 07:54:52

  Modified:             ChangeLog wmtimer-2.92-r1.ebuild
  Log:
  x86 stable wrt bug #391539
  
  (Portage version: 2.1.10.11/cvs/Linux i686)

Revision  Changes    Path
1.27                 x11-plugins/wmtimer/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	2 Dec 2011 22:14:01 -0000	1.26
+++ ChangeLog	7 Dec 2011 07:54:52 -0000	1.27
@@ -1,6 +1,9 @@
 # ChangeLog for x11-plugins/wmtimer
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/ChangeLog,v 1.26 2011/12/02 22:14:01 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/ChangeLog,v 1.27 2011/12/07 07:54:52 phajdan.jr Exp $
+
+  07 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> wmtimer-2.92-r1.ebuild:
+  x86 stable wrt bug #391539
 
   02 Dec 2011; Markos Chandras <hwoarang@gentoo.org> wmtimer-2.92-r1.ebuild:
   add missing dependencies. stable on amd64. bug #391539



1.5                  x11-plugins/wmtimer/wmtimer-2.92-r1.ebuild

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

Index: wmtimer-2.92-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.92-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- wmtimer-2.92-r1.ebuild	2 Dec 2011 22:14:01 -0000	1.4
+++ wmtimer-2.92-r1.ebuild	7 Dec 2011 07:54:52 -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/wmtimer/wmtimer-2.92-r1.ebuild,v 1.4 2011/12/02 22:14:01 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.92-r1.ebuild,v 1.5 2011/12/07 07:54:52 phajdan.jr Exp $
 
 EAPI="1"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND="dev-libs/glib






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

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-07  7:54 [gentoo-commits] gentoo-x86 commit in x11-plugins/wmtimer: ChangeLog wmtimer-2.92-r1.ebuild PaweA Hajdan (phajdan.jr)
  -- strict thread matches above, loose matches on Subject: below --
2008-10-28 10:13 Michele Noberasco (s4t4n)

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