Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: dev-python/parse_cmake/
Date: Sat, 14 Sep 2019 15:50:41
Message-Id: 1568475488.7b03c5289967a3ed46d86f031f50e48fe7f280b6.asturm@gentoo
1 commit: 7b03c5289967a3ed46d86f031f50e48fe7f280b6
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 14 15:38:08 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 14 15:38:08 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7b03c528
7
8 dev-python/parse_cmake: Drop 0.4.1 (r0)
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-python/parse_cmake/parse_cmake-0.4.1.ebuild | 24 ------------------------
14 1 file changed, 24 deletions(-)
15
16 diff --git a/dev-python/parse_cmake/parse_cmake-0.4.1.ebuild b/dev-python/parse_cmake/parse_cmake-0.4.1.ebuild
17 deleted file mode 100644
18 index c40a7579b9..0000000000
19 --- a/dev-python/parse_cmake/parse_cmake-0.4.1.ebuild
20 +++ /dev/null
21 @@ -1,24 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -PYTHON_COMPAT=( python{2_7,3_5} )
28 -inherit distutils-r1
29 -
30 -DESCRIPTION="Parser for CMakeLists.txt files"
31 -HOMEPAGE="https://pypi.python.org/pypi/parse_cmake/"
32 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
33 -
34 -LICENSE="Apache-2.0"
35 -SLOT="0"
36 -KEYWORDS="~amd64"
37 -IUSE=""
38 -
39 -BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
40 -
41 -src_prepare() {
42 - distutils-r1_src_prepare
43 - sed -i setup.py -e "s/'pyPEG2'//" || die
44 - mv tests tests-hidden || die
45 -}