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 <[email protected]>
+  +pystopwatch-2012.12.24.1-r1.ebuild:
+  Convert to python-single-r1.
 
   07 Jul 2013; Agostino Sarubbo <[email protected]>
   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
}




Reply via email to