Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/powerline/
Date: Sat, 31 Aug 2019 23:07:01
Message-Id: 1567292812.99bd66095559014e402453a1fbe0a771805631f1.prometheanfire@gentoo
1 commit: 99bd66095559014e402453a1fbe0a771805631f1
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 31 23:06:35 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 31 23:06:52 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99bd6609
7
8 app-shells/powerline: initial add
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.17
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 app-shells/powerline/Manifest | 1 +
14 app-shells/powerline/metadata.xml | 17 +++++++++++++++++
15 app-shells/powerline/powerline-2.7.ebuild | 26 ++++++++++++++++++++++++++
16 app-shells/powerline/powerline-9999.ebuild | 26 ++++++++++++++++++++++++++
17 4 files changed, 70 insertions(+)
18
19 diff --git a/app-shells/powerline/Manifest b/app-shells/powerline/Manifest
20 new file mode 100644
21 index 00000000000..9a760978567
22 --- /dev/null
23 +++ b/app-shells/powerline/Manifest
24 @@ -0,0 +1 @@
25 +DIST powerline-status-2.7.tar.gz 233726 BLAKE2B fc7b7d6aa5d8e050af07aeee0aa0b7f6f01b7483ea910b87a7027cd55f726d42e41a008feb07429b21ebbd890b12eb56581b8e47fc30a58de6b902bf14d999cb SHA512 053ab74d250b7d835a5f8ec9cb7da4e890f0f50d31be9bab4b393a85e087a6fc010e58d6b3fa530cf39c10671345d032ca1fa9c0f7887a89fea8a4e69b7f1517
26
27 diff --git a/app-shells/powerline/metadata.xml b/app-shells/powerline/metadata.xml
28 new file mode 100644
29 index 00000000000..aa2c5f9bee3
30 --- /dev/null
31 +++ b/app-shells/powerline/metadata.xml
32 @@ -0,0 +1,17 @@
33 +<?xml version="1.0" encoding="UTF-8"?>
34 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
35 +<pkgmetadata>
36 + <maintainer type="person">
37 + <email>prometheanfire@g.o</email>
38 + <name>Matthew Thode</name>
39 + </maintainer>
40 + <longdescription lang="en">
41 + Powerline is a statusline plugin for vim, and provides statuslines and
42 + prompts for several other applications, including zsh, bash, fish,
43 + tmux, IPython, Awesome, i3 and Qtile.
44 + </longdescription>
45 + <upstream>
46 + <remote-id type="pypi">powerline-status</remote-id>
47 + <remote-id type="github">powerline/powerline</remote-id>
48 + </upstream>
49 +</pkgmetadata>
50
51 diff --git a/app-shells/powerline/powerline-2.7.ebuild b/app-shells/powerline/powerline-2.7.ebuild
52 new file mode 100644
53 index 00000000000..79ff69b517e
54 --- /dev/null
55 +++ b/app-shells/powerline/powerline-2.7.ebuild
56 @@ -0,0 +1,26 @@
57 +# Copyright 1999-2019 Gentoo Authors
58 +# Distributed under the terms of the GNU General Public License v2
59 +
60 +EAPI=7
61 +PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
62 +
63 +inherit distutils-r1
64 +
65 +DESCRIPTION="The ultimate statusline/prompt utility."
66 +HOMEPAGE="https://github.com/powerline/powerline"
67 +if [[ ${PV} == 9999 ]]; then
68 + inherit git-r3
69 + EGIT_REPO_URI="https://github.com/powerline/powerline"
70 + EGIT_BRANCH="develop"
71 +else
72 + SRC_URI="mirror://pypi/${PN:0:1}/${PN}-status/${PN}-status-${PV}.tar.gz"
73 + KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
74 +fi
75 +S="${WORKDIR}/${PN}-status-${PV}"
76 +
77 +LICENSE="Apache-2.0"
78 +SLOT="0"
79 +IUSE="test"
80 +
81 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
82 +RDEPEND=""
83
84 diff --git a/app-shells/powerline/powerline-9999.ebuild b/app-shells/powerline/powerline-9999.ebuild
85 new file mode 100644
86 index 00000000000..79ff69b517e
87 --- /dev/null
88 +++ b/app-shells/powerline/powerline-9999.ebuild
89 @@ -0,0 +1,26 @@
90 +# Copyright 1999-2019 Gentoo Authors
91 +# Distributed under the terms of the GNU General Public License v2
92 +
93 +EAPI=7
94 +PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
95 +
96 +inherit distutils-r1
97 +
98 +DESCRIPTION="The ultimate statusline/prompt utility."
99 +HOMEPAGE="https://github.com/powerline/powerline"
100 +if [[ ${PV} == 9999 ]]; then
101 + inherit git-r3
102 + EGIT_REPO_URI="https://github.com/powerline/powerline"
103 + EGIT_BRANCH="develop"
104 +else
105 + SRC_URI="mirror://pypi/${PN:0:1}/${PN}-status/${PN}-status-${PV}.tar.gz"
106 + KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
107 +fi
108 +S="${WORKDIR}/${PN}-status-${PV}"
109 +
110 +LICENSE="Apache-2.0"
111 +SLOT="0"
112 +IUSE="test"
113 +
114 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
115 +RDEPEND=""