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-r1.ebuild ChangeLog
@ 2014-12-27 16:34 Michal Gorny (mgorny)
  0 siblings, 0 replies; 3+ messages in thread
From: Michal Gorny (mgorny) @ 2014-12-27 16:34 UTC (permalink / raw
  To: gentoo-commits

mgorny      14/12/27 16:34:30

  Modified:             ChangeLog
  Added:                pystopwatch-2012.12.24.1-r1.ebuild
  Log:
  Convert to python-single-r1.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.7                  app-misc/pystopwatch/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/pystopwatch/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	7 Jul 2013 09:32:30 -0000	1.6
+++ ChangeLog	27 Dec 2014 16:34:30 -0000	1.7
@@ -1,6 +1,12 @@
 # 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.6 2013/07/07 09:32:30 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/pystopwatch/ChangeLog,v 1.7 2014/12/27 16:34:30 mgorny Exp $
+
+*pystopwatch-2012.12.24.1-r1 (27 Dec 2014)
+
+  27 Dec 2014; Michał Górny <mgorny@gentoo.org>
+  +pystopwatch-2012.12.24.1-r1.ebuild:
+  Convert to python-single-r1.
 
   07 Jul 2013; Agostino Sarubbo <ago@gentoo.org>
   pystopwatch-2012.12.24.1.ebuild:



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

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

Index: pystopwatch-2012.12.24.1-r1.ebuild
===================================================================
# Copyright 1999-2014 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-r1.ebuild,v 1.1 2014/12/27 16:34:30 mgorny Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit python-single-r1

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[${PYTHON_USEDEP}]
	${PYTHON_DEPS}"
DEPEND=""
REQUIRED_USE=${PYTHON_REQUIRED_USE}

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

src_install() {
	python_doscript ${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-r1.ebuild ChangeLog
@ 2015-02-19 10:40 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-19 10:40 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/19 10:40:47

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

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/pystopwatch/pystopwatch-2012.12.24.1-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/pystopwatch/pystopwatch-2012.12.24.1-r1.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-r1.ebuild?r1=1.2&r2=1.3

Index: pystopwatch-2012.12.24.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/pystopwatch/pystopwatch-2012.12.24.1-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pystopwatch-2012.12.24.1-r1.ebuild	18 Feb 2015 11:20:59 -0000	1.2
+++ pystopwatch-2012.12.24.1-r1.ebuild	19 Feb 2015 10:40:47 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 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-r1.ebuild,v 1.2 2015/02/18 11:20:59 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/pystopwatch/pystopwatch-2012.12.24.1-r1.ebuild,v 1.3 2015/02/19 10:40:47 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 IUSE=""
 REQUIRED_USE=${PYTHON_REQUIRED_USE}



1.9                  app-misc/pystopwatch/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/pystopwatch/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	18 Feb 2015 11:20:59 -0000	1.8
+++ ChangeLog	19 Feb 2015 10:40:47 -0000	1.9
@@ -1,6 +1,10 @@
 # ChangeLog for app-misc/pystopwatch
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/pystopwatch/ChangeLog,v 1.8 2015/02/18 11:20:59 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/pystopwatch/ChangeLog,v 1.9 2015/02/19 10:40:47 ago Exp $
+
+  19 Feb 2015; Agostino Sarubbo <ago@gentoo.org>
+  pystopwatch-2012.12.24.1-r1.ebuild:
+  Stable for amd64, wrt bug #540468
 
   18 Feb 2015; Pacho Ramos <pacho@gentoo.org>
   -pystopwatch-2012.02.17.84795.ebuild, pystopwatch-2012.12.24.1-r1.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in app-misc/pystopwatch: pystopwatch-2012.12.24.1-r1.ebuild ChangeLog
@ 2015-02-25 15:56 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-25 15:56 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/25 15:56:04

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

Revision  Changes    Path
1.4                  app-misc/pystopwatch/pystopwatch-2012.12.24.1-r1.ebuild

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

Index: pystopwatch-2012.12.24.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/pystopwatch/pystopwatch-2012.12.24.1-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pystopwatch-2012.12.24.1-r1.ebuild	19 Feb 2015 10:40:47 -0000	1.3
+++ pystopwatch-2012.12.24.1-r1.ebuild	25 Feb 2015 15:56:04 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 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-r1.ebuild,v 1.3 2015/02/19 10:40:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/pystopwatch/pystopwatch-2012.12.24.1-r1.ebuild,v 1.4 2015/02/25 15:56:04 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 IUSE=""
 REQUIRED_USE=${PYTHON_REQUIRED_USE}



1.10                 app-misc/pystopwatch/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/pystopwatch/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	19 Feb 2015 10:40:47 -0000	1.9
+++ ChangeLog	25 Feb 2015 15:56:04 -0000	1.10
@@ -1,6 +1,10 @@
 # ChangeLog for app-misc/pystopwatch
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/pystopwatch/ChangeLog,v 1.9 2015/02/19 10:40:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/pystopwatch/ChangeLog,v 1.10 2015/02/25 15:56:04 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo <ago@gentoo.org>
+  pystopwatch-2012.12.24.1-r1.ebuild:
+  Stable for x86, wrt bug #540468
 
   19 Feb 2015; Agostino Sarubbo <ago@gentoo.org>
   pystopwatch-2012.12.24.1-r1.ebuild:





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

end of thread, other threads:[~2015-02-25 15:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-25 15:56 [gentoo-commits] gentoo-x86 commit in app-misc/pystopwatch: pystopwatch-2012.12.24.1-r1.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2015-02-19 10:40 Agostino Sarubbo (ago)
2014-12-27 16:34 Michal Gorny (mgorny)

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