Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/powerline/
Date: Mon, 31 May 2021 20:22:18
Message-Id: 1622492350.e055ba89d84f1fd13873b6b7d6fc61cdedd633a4.mgorny@gentoo
1 commit: e055ba89d84f1fd13873b6b7d6fc61cdedd633a4
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 31 20:19:10 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 20:19:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e055ba89
7
8 app-shells/powerline: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-shells/powerline/powerline-2.7-r1.ebuild | 31 ----------------------------
13 1 file changed, 31 deletions(-)
14
15 diff --git a/app-shells/powerline/powerline-2.7-r1.ebuild b/app-shells/powerline/powerline-2.7-r1.ebuild
16 deleted file mode 100644
17 index ad7dbe200f0..00000000000
18 --- a/app-shells/powerline/powerline-2.7-r1.ebuild
19 +++ /dev/null
20 @@ -1,31 +0,0 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -PYTHON_COMPAT=( python3_7 )
26 -
27 -inherit distutils-r1
28 -
29 -DESCRIPTION="The ultimate statusline/prompt utility."
30 -HOMEPAGE="https://github.com/powerline/powerline"
31 -if [[ ${PV} == 9999 ]]; then
32 - inherit git-r3
33 - EGIT_REPO_URI="https://github.com/powerline/powerline"
34 - EGIT_BRANCH="develop"
35 -else
36 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}-status/${PN}-status-${PV}.tar.gz"
37 - KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
38 -fi
39 -S="${WORKDIR}/${PN}-status-${PV}"
40 -
41 -LICENSE="Apache-2.0"
42 -SLOT="0"
43 -IUSE="test"
44 -RESTRICT="!test? ( test )"
45 -
46 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
47 -RDEPEND=""
48 -
49 -PATCHES=(
50 - "${FILESDIR}"/2.7-ldflags.patch
51 -)