Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pycmd: pycmd-1.1.ebuild ChangeLog
Date: Fri, 11 Jul 2014 13:40:09
Message-Id: 20140711134003.819932004E@flycatcher.gentoo.org
1 idella4 14/07/11 13:40:03
2
3 Modified: ChangeLog
4 Added: pycmd-1.1.ebuild
5 Log:
6 bump
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.3 dev-python/pycmd/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycmd/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycmd/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycmd/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/pycmd/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 22 Oct 2013 14:19:01 -0000 1.2
24 +++ ChangeLog 11 Jul 2014 13:40:03 -0000 1.3
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/pycmd
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycmd/ChangeLog,v 1.2 2013/10/22 14:19:01 grobian Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycmd/ChangeLog,v 1.3 2014/07/11 13:40:03 idella4 Exp $
31 +
32 +*pycmd-1.1 (11 Jul 2014)
33 +
34 + 11 Jul 2014; Ian Delaney <idella4@g.o> +pycmd-1.1.ebuild:
35 + bump
36
37 22 Oct 2013; Fabian Groffen <grobian@g.o> pycmd-1.0.ebuild:
38 Marked ~x64-macos, bug #487670
39
40
41
42 1.1 dev-python/pycmd/pycmd-1.1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycmd/pycmd-1.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycmd/pycmd-1.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: pycmd-1.1.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-python/pycmd/pycmd-1.1.ebuild,v 1.1 2014/07/11 13:40:03 idella4 Exp $
52
53 EAPI="5"
54 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
55
56 inherit distutils-r1
57
58 DESCRIPTION="pycmd: tools for managing/searching Python related files."
59 HOMEPAGE="http://pypi.python.org/pypi/pycmd"
60 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
61
62 LICENSE="MIT"
63 SLOT="0"
64 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
65 IUSE=""
66
67 RDEPEND=">=dev-python/py-1.4.9"
68 DEPEND="${RDEPEND}
69 dev-python/setuptools[${PYTHON_USEDEP}]"