mschiff     15/03/23 00:05:18

  Modified:             ChangeLog
  Added:                cliapp-1.20150305.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x296C6CCA35A64134)

Revision  Changes    Path
1.18                 dev-python/cliapp/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cliapp/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   21 Jan 2015 10:06:59 -0000      1.17
+++ ChangeLog   23 Mar 2015 00:05:18 -0000      1.18
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/cliapp
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cliapp/ChangeLog,v 1.17 
2015/01/21 10:06:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cliapp/ChangeLog,v 1.18 
2015/03/23 00:05:18 mschiff Exp $
+
+*cliapp-1.20150305 (23 Mar 2015)
+
+  23 Mar 2015; Marc Schiffbauer <[email protected]> +cliapp-1.20150305.ebuild:
+  Version bump
 
   21 Jan 2015; Agostino Sarubbo <[email protected]> cliapp-1.20130808.ebuild,
   cliapp-1.20140315.ebuild:



1.1                  dev-python/cliapp/cliapp-1.20150305.ebuild

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

Index: cliapp-1.20150305.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/cliapp/cliapp-1.20150305.ebuild,v 
1.1 2015/03/23 00:05:18 mschiff Exp $

EAPI=5

PYTHON_COMPAT=( python{2_6,2_7} )

inherit distutils-r1

DESCRIPTION="Framework for Unix-like command line programs"
HOMEPAGE="http://liw.fi/cliapp/";
SRC_URI="http://git.liw.fi/cgi-bin/cgit/cgit.cgi/cliapp/snapshot/${P}.tar.gz";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="test"

DEPEND="${PYTHON_DEPS}
        test? ( dev-python/CoverageTestRunner )"

src_test() {
        use test && addwrite /proc/self/comm
        distutils-r1_src_test
}

python_test() {
        emake check
}




Reply via email to