idella4     15/06/08 09:36:38

  Modified:             ChangeLog
  Added:                cmd2-0.6.8.ebuild
  Removed:              cmd2-0.6.4-r1.ebuild cmd2-0.6.6.1.ebuild
  Log:
  bump, rm old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.12                 dev-python/cmd2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cmd2/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   7 Jun 2015 19:19:10 -0000       1.11
+++ ChangeLog   8 Jun 2015 09:36:38 -0000       1.12
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/cmd2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cmd2/ChangeLog,v 1.11 2015/06/07 
19:19:10 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cmd2/ChangeLog,v 1.12 2015/06/08 
09:36:38 idella4 Exp $
+
+*cmd2-0.6.8 (08 Jun 2015)
+
+  08 Jun 2015; Ian Delaney <[email protected]> +cmd2-0.6.8.ebuild,
+  -cmd2-0.6.4-r1.ebuild, -cmd2-0.6.6.1.ebuild:
+  bump, rm old
 
   07 Jun 2015; Justin Lecher <[email protected]> metadata.xml:
   Add bitbucket to remote-id in metadata.xml



1.1                  dev-python/cmd2/cmd2-0.6.8.ebuild

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

Index: cmd2-0.6.8.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/cmd2/cmd2-0.6.8.ebuild,v 1.1 
2015/06/08 09:36:38 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )

inherit distutils-r1

DESCRIPTION="Extra features for standard library's cmd module"
HOMEPAGE="https://bitbucket.org/catherinedevlin/cmd2";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""

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

python_test() {
        cd "${BUILD_DIR}"/lib || die
        "${PYTHON}" -m cmd2 -v || die "Tests fail with ${EPYTHON}"
}




Reply via email to