Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/kdevelop-python/
Date: Sat, 06 May 2017 20:07:56
Message-Id: 1494100927.d3881c9d9d287d7eae5b68c47a516176a1f73f8b.asturm@gentoo
1 commit: d3881c9d9d287d7eae5b68c47a516176a1f73f8b
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 6 18:28:08 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat May 6 20:02:07 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3881c9d
7
8 dev-util/kdevelop-python: Drop slot 4
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.1
11
12 dev-util/kdevelop-python/Manifest | 2 -
13 .../kdevelop-python/kdevelop-python-1.7.2.ebuild | 43 ----------------------
14 .../kdevelop-python/kdevelop-python-1.7.4.ebuild | 42 ---------------------
15 3 files changed, 87 deletions(-)
16
17 diff --git a/dev-util/kdevelop-python/Manifest b/dev-util/kdevelop-python/Manifest
18 index e3a7669c2b6..0a15779073e 100644
19 --- a/dev-util/kdevelop-python/Manifest
20 +++ b/dev-util/kdevelop-python/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST kdev-python-1.7.2.tar.xz 3668764 SHA256 949254984bd489cd5597d4c4986057c43b60febde329f6f9d1b42228aef9444d SHA512 d49a65786516d6709808126c3ec1ea90ccce8f3a7fbdfd39082e6327d3186089fe9d64380587023f0d4d9eea2304f76d8ff510b52cb29169918596652508bae4 WHIRLPOOL 7a01d9afa3151b3139fde5a0609d4eec2be330afe0e7bd241c22658007108ec78be9fbcaf37b8d55bde34b1b354d5043e2b6e79ed52b194ab40744c196ed5124
23 -DIST kdev-python-1.7.4.tar.xz 3671452 SHA256 b6b719c6bd7bdce84a69b41faa235d2c831bfb80a5b7ade6d659d74b51cc6020 SHA512 73f9808a0a2a8f3ee14fffa545f239dc9a6a440811a14ca7088b53d532dcca94b0178a16200c438bff4dc63c717fb66ff7b4c7b36a7278920eaca36c8d07a715 WHIRLPOOL 280c2dfeb7241c025118875adc63dc4226fdcf63522d2c2bc5acff7536b7171a1340926f54d96d18ae4d8995e90af8156e559c56dc2731f8ed2bebef3b348bad
24 DIST kdev-python-5.0.4.tar.xz 1062948 SHA256 fdcb340f40f0e1d203ed79385d10d90d634389e641d8990fcf173b3efc8c01c9 SHA512 5fb4797f2b014d47b5355c01ceb362d8e33a9faf1720e477716c96fd3fe87978f6f42f4d8ff91c2b421ddb1b9b1248767e3675913da9222974618e08841af6bd WHIRLPOOL 5d3ca666b933a626efa0ce1e37039d692c2698e1a3c94c074d4996b96c0f8f928028a04eb27dab0dde826ef123f5f5ec8fb28a2c2baffd2f5850c0ad1b2840c4
25 DIST kdev-python-5.1.0.tar.xz 1068408 SHA256 362334b35a807af9143cd209619939f514a526d7e93a7f22000ed090c045d918 SHA512 9e7a847d0303a580929d70016de43392b0fe59531b4edafd25f601c27f87edae0c9056c77da2092d2d6fabd7a60e0f259a9a4209d7eef94fc932f35d9f2f9092 WHIRLPOOL 712057597fe91d42930d19b32dba1ceeb687d3e9e32ed100f37b9a0a4bbf075137098f95aa7f218f4e5797dfc81f9efbdaf5bc232dd62878d6731dba0309752c
26
27 diff --git a/dev-util/kdevelop-python/kdevelop-python-1.7.2.ebuild b/dev-util/kdevelop-python/kdevelop-python-1.7.2.ebuild
28 deleted file mode 100644
29 index 1f714e4c885..00000000000
30 --- a/dev-util/kdevelop-python/kdevelop-python-1.7.2.ebuild
31 +++ /dev/null
32 @@ -1,43 +0,0 @@
33 -# Copyright 1999-2015 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -
38 -KDEBASE="kdevelop"
39 -KMNAME="kdev-python"
40 -KDE_LINGUAS="bs ca de en_GB es et fi fr it nl pl pt pt_BR sk sl sv tr uk"
41 -PYTHON_COMPAT=( python2_7 )
42 -EGIT_BRANCH="1.7"
43 -MY_P="${KMNAME}-${PV}"
44 -inherit kde4-base python-any-r1
45 -
46 -if [[ ${KDE_BUILD_TYPE} = release ]]; then
47 - SRC_URI="mirror://kde/stable/kdevelop/${KDEVELOP_VERSION}/src/${MY_P}.tar.xz"
48 - KEYWORDS="amd64 x86"
49 - S=${WORKDIR}/${MY_P}
50 -fi
51 -
52 -DESCRIPTION="Python plugin for KDevelop 4"
53 -IUSE="debug"
54 -
55 -DEPEND="
56 - ${PYTHON_DEPS}
57 -"
58 -RDEPEND="
59 - dev-util/kdevelop:4
60 -"
61 -
62 -RESTRICT="test"
63 -
64 -pkg_setup() {
65 - python-any-r1_pkg_setup
66 - kde4-base_pkg_setup
67 -}
68 -
69 -src_compile() {
70 - pushd "${WORKDIR}"/${P}_build > /dev/null || die
71 - emake parser
72 - popd > /dev/null || die
73 -
74 - kde4-base_src_compile
75 -}
76
77 diff --git a/dev-util/kdevelop-python/kdevelop-python-1.7.4.ebuild b/dev-util/kdevelop-python/kdevelop-python-1.7.4.ebuild
78 deleted file mode 100644
79 index 1b6dbabc087..00000000000
80 --- a/dev-util/kdevelop-python/kdevelop-python-1.7.4.ebuild
81 +++ /dev/null
82 @@ -1,42 +0,0 @@
83 -# Copyright 1999-2016 Gentoo Foundation
84 -# Distributed under the terms of the GNU General Public License v2
85 -
86 -EAPI=6
87 -
88 -KDEBASE="kdevelop"
89 -KMNAME="kdev-python"
90 -KDE_LINGUAS="bs ca ca@valencia de en_GB es et fi fr gl it nl pl pt pt_BR sk sl sv tr uk"
91 -PYTHON_COMPAT=( python2_7 )
92 -MY_P="${KMNAME}-${PV}"
93 -inherit kde4-base python-any-r1
94 -
95 -if [[ ${KDE_BUILD_TYPE} = release ]]; then
96 - SRC_URI="mirror://kde/stable/kdevelop/${KMNAME}/${PV}/${MY_P}.tar.xz"
97 - KEYWORDS="~amd64 ~x86"
98 - S=${WORKDIR}/${MY_P}
99 -fi
100 -
101 -DESCRIPTION="Python plugin for KDevelop 4"
102 -IUSE="debug"
103 -
104 -DEPEND="
105 - ${PYTHON_DEPS}
106 -"
107 -RDEPEND="
108 - dev-util/kdevelop:4
109 -"
110 -
111 -RESTRICT="test"
112 -
113 -pkg_setup() {
114 - python-any-r1_pkg_setup
115 - kde4-base_pkg_setup
116 -}
117 -
118 -src_compile() {
119 - pushd "${WORKDIR}"/${P}_build > /dev/null || die
120 - emake parser
121 - popd > /dev/null || die
122 -
123 - kde4-base_src_compile
124 -}