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/optcomplete: optcomplete-1.2-r1.ebuild ChangeLog
Date: Sun, 28 Jul 2013 14:37:03
Message-Id: 20130728143655.EB7E32171C@flycatcher.gentoo.org
1 idella4 13/07/28 14:36:55
2
3 Modified: ChangeLog
4 Added: optcomplete-1.2-r1.ebuild
5 Log:
6 migrate -> distutils-r1, keep -1.2 stable
7
8 (Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.10 dev-python/optcomplete/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/optcomplete/ChangeLog?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/optcomplete/ChangeLog?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/optcomplete/ChangeLog?r1=1.9&r2=1.10
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/optcomplete/ChangeLog,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- ChangeLog 15 May 2012 16:24:51 -0000 1.9
24 +++ ChangeLog 28 Jul 2013 14:36:55 -0000 1.10
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/optcomplete
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/optcomplete/ChangeLog,v 1.9 2012/05/15 16:24:51 darkside Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/optcomplete/ChangeLog,v 1.10 2013/07/28 14:36:55 idella4 Exp $
31 +
32 +*optcomplete-1.2-r1 (28 Jul 2013)
33 +
34 + 28 Jul 2013; Ian Delaney <idella4@g.o> +optcomplete-1.2-r1.ebuild:
35 + migrate -> distutils-r1, keep -1.2 stable
36
37 15 May 2012; Jeremy Olexa <darkside@g.o> optcomplete-1.2.ebuild:
38 add ~x86-linux, bug 416007 by Dan Wallis
39 @@ -34,4 +39,3 @@
40 25 Jun 2008; Ali Polatel <hawking@g.o> +metadata.xml,
41 +optcomplete-1.2.ebuild:
42 Initial ebuild for optcomplete.
43 -
44
45
46
47 1.1 dev-python/optcomplete/optcomplete-1.2-r1.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/optcomplete/optcomplete-1.2-r1.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/optcomplete/optcomplete-1.2-r1.ebuild?rev=1.1&content-type=text/plain
51
52 Index: optcomplete-1.2-r1.ebuild
53 ===================================================================
54 # Copyright 1999-2013 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/dev-python/optcomplete/optcomplete-1.2-r1.ebuild,v 1.1 2013/07/28 14:36:55 idella4 Exp $
57
58 EAPI=5
59 PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy2_0 )
60
61 inherit distutils-r1
62
63 DESCRIPTION="Shell completion self-generator for Python"
64 HOMEPAGE="http://furius.ca/optcomplete/ http://pypi.python.org/pypi/optcomplete"
65 SRC_URI="http://furius.ca/downloads/${PN}/releases/${P}.tar.bz2"
66
67 LICENSE="BSD"
68 SLOT="0"
69 KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux"
70 IUSE="doc examples"
71
72 DEPEND=""
73 RDEPEND=""
74
75 python_install_all() {
76 use examples && local EXAMPLES=( bin/. )
77 use doc && local HTML_DOCS=( doc/. )
78 distutils-r1_python_install_all
79 }