Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/python-exec: python-exec-10000.2.ebuild python-exec-10000.1.ebuild ChangeLog python-exec-0.9999.ebuild python-exec-2.9999.ebuild python-exec-2.0-r2.ebuild python-exec-2.0-r3.ebuild python-exec-2.0-r1.ebuild python-exec-0.3.1.ebuild
Date: Wed, 30 Oct 2013 19:14:02
Message-Id: 20131030191354.D670B20047@flycatcher.gentoo.org
1 mgorny 13/10/30 19:13:54
2
3 Modified: ChangeLog
4 Added: python-exec-10000.2.ebuild
5 python-exec-10000.1.ebuild
6 Removed: python-exec-0.9999.ebuild python-exec-2.9999.ebuild
7 python-exec-2.0-r2.ebuild python-exec-2.0-r3.ebuild
8 python-exec-2.0-r1.ebuild python-exec-0.3.1.ebuild
9 Log:
10 Replace dev-python/python-exec with virtual compatibility ebuilds.
11
12 (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key EFB4464E!)
13
14 Revision Changes Path
15 1.60 dev-python/python-exec/ChangeLog
16
17 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-exec/ChangeLog?rev=1.60&view=markup
18 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-exec/ChangeLog?rev=1.60&content-type=text/plain
19 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-exec/ChangeLog?r1=1.59&r2=1.60
20
21 Index: ChangeLog
22 ===================================================================
23 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-exec/ChangeLog,v
24 retrieving revision 1.59
25 retrieving revision 1.60
26 diff -u -r1.59 -r1.60
27 --- ChangeLog 29 Oct 2013 17:58:32 -0000 1.59
28 +++ ChangeLog 30 Oct 2013 19:13:54 -0000 1.60
29 @@ -1,6 +1,16 @@
30 # ChangeLog for dev-python/python-exec
31 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
32 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-exec/ChangeLog,v 1.59 2013/10/29 17:58:32 mgorny Exp $
33 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-exec/ChangeLog,v 1.60 2013/10/30 19:13:54 mgorny Exp $
34 +
35 +*python-exec-10000.1 (30 Oct 2013)
36 +*python-exec-10000.2 (30 Oct 2013)
37 +
38 + 30 Oct 2013; Michał Górny <mgorny@g.o> +python-exec-10000.1.ebuild,
39 + +python-exec-10000.2.ebuild, -python-exec-0.3.1.ebuild,
40 + -python-exec-0.9999.ebuild, -python-exec-2.0-r1.ebuild,
41 + -python-exec-2.0-r2.ebuild, -python-exec-2.0-r3.ebuild,
42 + -python-exec-2.9999.ebuild:
43 + Replace dev-python/python-exec with virtual compatibility ebuilds.
44
45 *python-exec-2.0-r3 (29 Oct 2013)
46 *python-exec-2.0-r1 (29 Oct 2013)
47
48
49
50 1.1 dev-python/python-exec/python-exec-10000.2.ebuild
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-exec/python-exec-10000.2.ebuild?rev=1.1&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-exec/python-exec-10000.2.ebuild?rev=1.1&content-type=text/plain
54
55 Index: python-exec-10000.2.ebuild
56 ===================================================================
57 # Copyright 1999-2013 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-exec/python-exec-10000.2.ebuild,v 1.1 2013/10/30 19:13:54 mgorny Exp $
60
61 EAPI=5
62
63 # Kids, don't do this at home!
64 inherit python-utils-r1
65 PYTHON_COMPAT=( "${_PYTHON_ALL_IMPLS[@]}" )
66
67 inherit python-r1
68
69 DESCRIPTION="Compatibility package for dev-lang/python-exec"
70 HOMEPAGE="https://bitbucket.org/mgorny/python-exec/"
71 SRC_URI=""
72
73 LICENSE="BSD"
74 SLOT="2"
75 KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
76 IUSE=""
77
78 RDEPEND="dev-lang/python-exec:0[${PYTHON_USEDEP}]
79 dev-lang/python-exec:2[${PYTHON_USEDEP}]"
80
81
82
83 1.1 dev-python/python-exec/python-exec-10000.1.ebuild
84
85 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-exec/python-exec-10000.1.ebuild?rev=1.1&view=markup
86 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-exec/python-exec-10000.1.ebuild?rev=1.1&content-type=text/plain
87
88 Index: python-exec-10000.1.ebuild
89 ===================================================================
90 # Copyright 1999-2013 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-exec/python-exec-10000.1.ebuild,v 1.1 2013/10/30 19:13:54 mgorny Exp $
93
94 EAPI=5
95
96 # Kids, don't do this at home!
97 inherit python-utils-r1
98 PYTHON_COMPAT=( "${_PYTHON_ALL_IMPLS[@]}" )
99
100 inherit python-r1
101
102 DESCRIPTION="Compatibility package for dev-lang/python-exec"
103 HOMEPAGE="https://bitbucket.org/mgorny/python-exec/"
104 SRC_URI=""
105
106 LICENSE="BSD"
107 SLOT="0"
108 KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
109 IUSE=""
110
111 RDEPEND="dev-lang/python-exec:0[${PYTHON_USEDEP}]"