Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/libvirt-python/
Date: Fri, 29 Jun 2018 04:50:36
Message-Id: 1530245406.b020d282c47dde0b954824565fd92da72c793397.tamiko@gentoo
1 commit: b020d282c47dde0b954824565fd92da72c793397
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 29 04:10:06 2018 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 29 04:10:06 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b020d282
7
8 dev-python/libvirt-python: drop old versions
9
10 Package-Manager: Portage-2.3.41, Repoman-2.3.9
11
12 dev-python/libvirt-python/Manifest | 2 -
13 .../libvirt-python/libvirt-python-4.1.0.ebuild | 46 ----------------------
14 .../libvirt-python/libvirt-python-4.2.0-r1.ebuild | 46 ----------------------
15 3 files changed, 94 deletions(-)
16
17 diff --git a/dev-python/libvirt-python/Manifest b/dev-python/libvirt-python/Manifest
18 index 2fa118d5fd5..0aa2ea09b40 100644
19 --- a/dev-python/libvirt-python/Manifest
20 +++ b/dev-python/libvirt-python/Manifest
21 @@ -1,3 +1 @@
22 -DIST libvirt-python-4.1.0.tar.gz 186312 BLAKE2B 45ba81eb738e72e2561ab597c5cc395ae2260c7d93575391d2ce14622faf706052ea5d83adf6ca6a52c35cda4a9e80348f163f48ba318f5d0056b26a33961d25 SHA512 533c46c6827b0c3397713b39a7c6486e1bad40571907aa48da7818ad15569d4e01e33ffc787beb9486fc84b361985aa1d30ea474555d55494143f71dfea26947
23 -DIST libvirt-python-4.2.0.tar.gz 186496 BLAKE2B a4d556a0159c338f2a3a5fc8e6072b084aab427170b66f00dce5b8c4649bfd7d821e02846de906584a454acf2f1db34718a2f48110cf5c8faf6594a72b6e8f2b SHA512 4c06d7de470ff22ee5983598e66d26a3e850998311c8061952f9f6b5be0a7a0f437e2b214d3d66bf465acec9afb925dfb6dd0cd756ed78e818d19e15e7cfdf6a
24 DIST libvirt-python-4.3.0.tar.gz 187111 BLAKE2B 7266ca1b5836429e13a03dab0e2f5085521c72e2d6952d7a9de514eace286477ad7b237c5d70f86fac49ab2201c8724149af72d4c1f688ac8736257045babc6f SHA512 4b2b4a2590e968ff4401d8429319c94b1b9c08a40b089f461af5a4912acf2c504f60652c80b161c253c00e41d22c100c2e180159e45d84c352c59dca69172cfc
25
26 diff --git a/dev-python/libvirt-python/libvirt-python-4.1.0.ebuild b/dev-python/libvirt-python/libvirt-python-4.1.0.ebuild
27 deleted file mode 100644
28 index 5839b78806d..00000000000
29 --- a/dev-python/libvirt-python/libvirt-python-4.1.0.ebuild
30 +++ /dev/null
31 @@ -1,46 +0,0 @@
32 -# Copyright 1999-2018 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
38 -
39 -MY_P="${P/_rc/-rc}"
40 -
41 -inherit distutils-r1
42 -
43 -if [[ ${PV} = *9999* ]]; then
44 - inherit git-r3
45 - EGIT_REPO_URI="git://libvirt.org/libvirt-python.git"
46 - SRC_URI=""
47 - KEYWORDS="amd64 x86"
48 - RDEPEND="app-emulation/libvirt:=[-python(-)]"
49 -else
50 - SRC_URI="http://libvirt.org/sources/python/${MY_P}.tar.gz"
51 - KEYWORDS="amd64 ~arm64 x86"
52 - RDEPEND="app-emulation/libvirt:0/${PV}"
53 -fi
54 -S="${WORKDIR}/${P%_rc*}"
55 -
56 -DESCRIPTION="libvirt Python bindings"
57 -HOMEPAGE="https://www.libvirt.org"
58 -LICENSE="LGPL-2"
59 -SLOT="0"
60 -IUSE="examples test"
61 -
62 -DEPEND="${RDEPEND}
63 - virtual/pkgconfig
64 - test? ( dev-python/lxml[${PYTHON_USEDEP}]
65 - dev-python/nose[${PYTHON_USEDEP}] )"
66 -
67 -python_test() {
68 - esetup.py test
69 -}
70 -
71 -python_install_all() {
72 - if use examples; then
73 - dodoc -r examples
74 - docompress -x /usr/share/doc/${PF}/examples
75 - fi
76 - distutils-r1_python_install_all
77 -}
78
79 diff --git a/dev-python/libvirt-python/libvirt-python-4.2.0-r1.ebuild b/dev-python/libvirt-python/libvirt-python-4.2.0-r1.ebuild
80 deleted file mode 100644
81 index d097045772d..00000000000
82 --- a/dev-python/libvirt-python/libvirt-python-4.2.0-r1.ebuild
83 +++ /dev/null
84 @@ -1,46 +0,0 @@
85 -# Copyright 1999-2018 Gentoo Foundation
86 -# Distributed under the terms of the GNU General Public License v2
87 -
88 -EAPI=6
89 -
90 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
91 -
92 -MY_P="${P/_rc/-rc}"
93 -
94 -inherit distutils-r1
95 -
96 -if [[ ${PV} = *9999* ]]; then
97 - inherit git-r3
98 - EGIT_REPO_URI="git://libvirt.org/libvirt-python.git"
99 - SRC_URI=""
100 - KEYWORDS=""
101 - RDEPEND="app-emulation/libvirt:=[-python(-)]"
102 -else
103 - SRC_URI="http://libvirt.org/sources/python/${MY_P}.tar.gz"
104 - KEYWORDS="~amd64 ~arm64 ~x86"
105 - RDEPEND="app-emulation/libvirt:0/${PV}"
106 -fi
107 -S="${WORKDIR}/${P%_rc*}"
108 -
109 -DESCRIPTION="libvirt Python bindings"
110 -HOMEPAGE="https://www.libvirt.org"
111 -LICENSE="LGPL-2"
112 -SLOT="0"
113 -IUSE="examples test"
114 -
115 -DEPEND="${RDEPEND}
116 - virtual/pkgconfig
117 - test? ( dev-python/lxml[${PYTHON_USEDEP}]
118 - dev-python/nose[${PYTHON_USEDEP}] )"
119 -
120 -python_test() {
121 - esetup.py test
122 -}
123 -
124 -python_install_all() {
125 - if use examples; then
126 - dodoc -r examples
127 - docompress -x /usr/share/doc/${PF}/examples
128 - fi
129 - distutils-r1_python_install_all
130 -}