public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-misc/pystopwatch: pystopwatch-2012.12.24.1.ebuild ChangeLog
@ 2013-01-23 18:29 Michael Weber (xmw)
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Weber (xmw) @ 2013-01-23 18:29 UTC (permalink / raw
  To: gentoo-commits

xmw         13/01/23 18:29:13

  Modified:             ChangeLog
  Added:                pystopwatch-2012.12.24.1.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.0_alpha159/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)

Revision  Changes    Path
1.4                  app-misc/pystopwatch/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/pystopwatch/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	5 May 2012 12:23:16 -0000	1.3
+++ ChangeLog	23 Jan 2013 18:29:12 -0000	1.4
@@ -1,6 +1,11 @@
 # ChangeLog for app-misc/pystopwatch
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/pystopwatch/ChangeLog,v 1.3 2012/05/05 12:23:16 xmw Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/pystopwatch/ChangeLog,v 1.4 2013/01/23 18:29:12 xmw Exp $
+
+*pystopwatch-2012.12.24.1 (23 Jan 2013)
+
+  23 Jan 2013; Michael Weber <xmw@gentoo.org> +pystopwatch-2012.12.24.1.ebuild:
+  Version bump
 
 *pystopwatch-2012.02.17.84795 (05 May 2012)
 



1.1                  app-misc/pystopwatch/pystopwatch-2012.12.24.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/pystopwatch/pystopwatch-2012.12.24.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/pystopwatch/pystopwatch-2012.12.24.1.ebuild?rev=1.1&content-type=text/plain

Index: pystopwatch-2012.12.24.1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/pystopwatch/pystopwatch-2012.12.24.1.ebuild,v 1.1 2013/01/23 18:29:12 xmw Exp $

EAPI=4

PYTHON_DEPEND=2

inherit python

DESCRIPTION="clock and two countdown functions that can minimize to the tray"
HOMEPAGE="http://xyne.archlinux.ca/projects/pystopwatch"
SRC_URI="http://xyne.archlinux.ca/projects/${PN}/src/${P}.tar.xz"

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

RDEPEND="dev-python/pygtk:2"
DEPEND=""

src_prepare() {
	unpack ./man/${PN}.1.gz
}

src_install() {
	dobin ${PN}
	doman ${PN}.1
}





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

* [gentoo-commits] gentoo-x86 commit in app-misc/pystopwatch: pystopwatch-2012.12.24.1.ebuild ChangeLog
@ 2013-07-07  9:31 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-07-07  9:31 UTC (permalink / raw
  To: gentoo-commits

ago         13/07/07 09:31:58

  Modified:             pystopwatch-2012.12.24.1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #476052
  
  (Portage version: 2.1.12.11/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.2                  app-misc/pystopwatch/pystopwatch-2012.12.24.1.ebuild

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

Index: pystopwatch-2012.12.24.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/pystopwatch/pystopwatch-2012.12.24.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pystopwatch-2012.12.24.1.ebuild	23 Jan 2013 18:29:12 -0000	1.1
+++ pystopwatch-2012.12.24.1.ebuild	7 Jul 2013 09:31:58 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/pystopwatch/pystopwatch-2012.12.24.1.ebuild,v 1.1 2013/01/23 18:29:12 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/pystopwatch/pystopwatch-2012.12.24.1.ebuild,v 1.2 2013/07/07 09:31:58 ago Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="dev-python/pygtk:2"



1.5                  app-misc/pystopwatch/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/pystopwatch/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	23 Jan 2013 18:29:12 -0000	1.4
+++ ChangeLog	7 Jul 2013 09:31:58 -0000	1.5
@@ -1,6 +1,10 @@
 # ChangeLog for app-misc/pystopwatch
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/pystopwatch/ChangeLog,v 1.4 2013/01/23 18:29:12 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/pystopwatch/ChangeLog,v 1.5 2013/07/07 09:31:58 ago Exp $
+
+  07 Jul 2013; Agostino Sarubbo <ago@gentoo.org>
+  pystopwatch-2012.12.24.1.ebuild:
+  Stable for amd64, wrt bug #476052
 
 *pystopwatch-2012.12.24.1 (23 Jan 2013)
 
@@ -21,4 +25,3 @@
   07 Feb 2012; Michael Weber <xmw@gentoo.org> +pystopwatch-2011.04.04.1.ebuild,
   +metadata.xml:
   Initial import
-





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

* [gentoo-commits] gentoo-x86 commit in app-misc/pystopwatch: pystopwatch-2012.12.24.1.ebuild ChangeLog
@ 2013-07-07  9:32 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-07-07  9:32 UTC (permalink / raw
  To: gentoo-commits

ago         13/07/07 09:32:30

  Modified:             pystopwatch-2012.12.24.1.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #476052
  
  (Portage version: 2.1.12.11/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  app-misc/pystopwatch/pystopwatch-2012.12.24.1.ebuild

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

Index: pystopwatch-2012.12.24.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/pystopwatch/pystopwatch-2012.12.24.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pystopwatch-2012.12.24.1.ebuild	7 Jul 2013 09:31:58 -0000	1.2
+++ pystopwatch-2012.12.24.1.ebuild	7 Jul 2013 09:32:30 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/pystopwatch/pystopwatch-2012.12.24.1.ebuild,v 1.2 2013/07/07 09:31:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/pystopwatch/pystopwatch-2012.12.24.1.ebuild,v 1.3 2013/07/07 09:32:30 ago Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="dev-python/pygtk:2"



1.6                  app-misc/pystopwatch/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/pystopwatch/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/pystopwatch/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/pystopwatch/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/pystopwatch/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	7 Jul 2013 09:31:58 -0000	1.5
+++ ChangeLog	7 Jul 2013 09:32:30 -0000	1.6
@@ -1,6 +1,10 @@
 # ChangeLog for app-misc/pystopwatch
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/pystopwatch/ChangeLog,v 1.5 2013/07/07 09:31:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/pystopwatch/ChangeLog,v 1.6 2013/07/07 09:32:30 ago Exp $
+
+  07 Jul 2013; Agostino Sarubbo <ago@gentoo.org>
+  pystopwatch-2012.12.24.1.ebuild:
+  Stable for x86, wrt bug #476052
 
   07 Jul 2013; Agostino Sarubbo <ago@gentoo.org>
   pystopwatch-2012.12.24.1.ebuild:





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

end of thread, other threads:[~2013-07-07  9:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-07  9:32 [gentoo-commits] gentoo-x86 commit in app-misc/pystopwatch: pystopwatch-2012.12.24.1.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-07-07  9:31 Agostino Sarubbo (ago)
2013-01-23 18:29 Michael Weber (xmw)

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