idella4     14/10/15 12:18:47

  Modified:             stomper-0.2.8.ebuild ChangeLog
  Added:                stomper-0.3.0.ebuild
  Log:
  bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.2                  dev-python/stomper/stomper-0.2.8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stomper/stomper-0.2.8.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stomper/stomper-0.2.8.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stomper/stomper-0.2.8.ebuild?r1=1.1&r2=1.2

Index: stomper-0.2.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/stomper/stomper-0.2.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- stomper-0.2.8.ebuild        18 Apr 2014 07:36:11 -0000      1.1
+++ stomper-0.2.8.ebuild        15 Oct 2014 12:18:47 -0000      1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/stomper/stomper-0.2.8.ebuild,v 
1.1 2014/04/18 07:36:11 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/stomper/stomper-0.2.8.ebuild,v 
1.2 2014/10/15 12:18:47 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 pypy )
@@ -28,7 +28,7 @@
        esetup.py test
 }
 
-       python_install_all() {
+python_install_all() {
        use examples && local EXAMPLES=( examples/. )
 
        distutils-r1_python_install_all



1.23                 dev-python/stomper/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/stomper/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   18 Apr 2014 07:36:11 -0000      1.22
+++ ChangeLog   15 Oct 2014 12:18:47 -0000      1.23
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/stomper
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/stomper/ChangeLog,v 1.22 
2014/04/18 07:36:11 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/stomper/ChangeLog,v 1.23 
2014/10/15 12:18:47 idella4 Exp $
+
+*stomper-0.3.0 (15 Oct 2014)
+
+  15 Oct 2014; Ian Delaney <[email protected]> +stomper-0.3.0.ebuild,
+  stomper-0.2.8.ebuild:
+  bump
 
 *stomper-0.2.8 (18 Apr 2014)
 



1.1                  dev-python/stomper/stomper-0.3.0.ebuild

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

Index: stomper-0.3.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/stomper/stomper-0.3.0.ebuild,v 
1.1 2014/10/15 12:18:47 idella4 Exp $

EAPI=5
# Supports only py2 pypy
PYTHON_COMPAT=( python2_7 pypy )

inherit distutils-r1

DESCRIPTION="Transport neutral client implementation of the STOMP protocol"
HOMEPAGE="http://pypi.python.org/pypi/stomper";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="examples"

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND=""

python_prepare_all() {
        mv lib/${PN}/examples . || die
        distutils-r1_python_prepare_all
}

python_test() {
        esetup.py test
}

python_install_all() {
        use examples && local EXAMPLES=( examples/. )

        distutils-r1_python_install_all
}




Reply via email to