idella4     14/12/04 04:40:58

  Modified:             ChangeLog
  Added:                py-notify-0.3.1-r1.ebuild
  Removed:              py-notify-0.3.1.ebuild
  Log:
  revbump; conversion -> distutils-r1, add IUSE examples, test, test phase, rm 
y-0.3.1
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.4                  dev-python/py-notify/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/py-notify/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   21 Feb 2012 08:43:46 -0000      1.3
+++ ChangeLog   4 Dec 2014 04:40:58 -0000       1.4
@@ -1,6 +1,13 @@
 # ChangeLog for dev-python/py-notify
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/py-notify/ChangeLog,v 1.3 
2012/02/21 08:43:46 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/py-notify/ChangeLog,v 1.4 
2014/12/04 04:40:58 idella4 Exp $
+
+*py-notify-0.3.1-r1 (04 Dec 2014)
+
+  04 Dec 2014; Ian Delaney <[email protected]> +py-notify-0.3.1-r1.ebuild,
+  -py-notify-0.3.1.ebuild:
+  revbump; conversion -> distutils-r1, add IUSE examples, test, test phase, rm
+  y-0.3.1
 
   21 Feb 2012; Patrick Lauer <[email protected]> py-notify-0.2.1.ebuild,
   py-notify-0.3.1.ebuild:
@@ -17,4 +24,3 @@
   +py-notify-0.2.1.ebuild, +metadata.xml:
   Moved from sunrise overlay. Bug #323537. Thanks to Maxim
   <[email protected]> for the initial ebuild
-



1.1                  dev-python/py-notify/py-notify-0.3.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py-notify/py-notify-0.3.1-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py-notify/py-notify-0.3.1-r1.ebuild?rev=1.1&content-type=text/plain

Index: py-notify-0.3.1-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/py-notify/py-notify-0.3.1-r1.ebuild,v 1.1 
2014/12/04 04:40:58 idella4 Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION="Tools for implementing the Observer programming pattern in Python"
HOMEPAGE="http://home.gna.org/py-notify";
SRC_URI="http://download.gna.org/${PN}/${P}.tar.gz";

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="examples test"

python_test() {
        "${PYTHON}" run-tests.py || die "Tests failed"
}

python_install_all() {
        use examples && local EXAMPLES=( examples/. )
        distutils-r1_python_install_all
}




Reply via email to