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: net-im/poezio/
Date: Fri, 01 Jan 2021 01:34:07
Message-Id: 1609464596.1d48e9be2909518b1a3c1e5181d2d9ac835ef492.mgorny@gentoo
1 commit: 1d48e9be2909518b1a3c1e5181d2d9ac835ef492
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 1 01:29:56 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 1 01:29:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d48e9be
7
8 net-im/poezio: Remove old (py3.6)
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-im/poezio/Manifest | 1 -
13 net-im/poezio/poezio-0.12.ebuild | 51 --------------------------------------
14 net-im/poezio/poezio-0.13.1.ebuild | 51 --------------------------------------
15 3 files changed, 103 deletions(-)
16
17 diff --git a/net-im/poezio/Manifest b/net-im/poezio/Manifest
18 index 8a36462d31a..8c63c9fa1b8 100644
19 --- a/net-im/poezio/Manifest
20 +++ b/net-im/poezio/Manifest
21 @@ -1,2 +1 @@
22 -DIST poezio-0.12.tar.gz 585750 BLAKE2B d79cab965b39a9ea191c763e1560bedbf46e3107e1b301a651103caf8f9e63b8465925ea01ac4e2e6b747b66cf5d4be8cabd8be80a069fe4eafcf331c7daada8 SHA512 6249daf23c6f4c1b25a9de686abaa62076e1eac7566da0a174ae3a82e3a53b7f2a86145d20d587a7ee43c8b679d90cb381d5afbfc7860459c5a497e97af32ff4
23 DIST poezio-0.13.1.tar.gz 632572 BLAKE2B e8d3d34c5ca8d236a5a434b4b339cab5ea7286c60db3ef5a6012d406848537b587e834b86f7b6049ee8e637a82e883b2d874134bc1f7d64106e0b0f81aab218f SHA512 6c211ef0fa2fc4bd4cce6ab896166eec6bcdc16ad9e774f4d6bf261b404c9ef68b18d934097da0e165b0cce9bd7779da520ac9c3eac30ccf8280f98ef6aa19c6
24
25 diff --git a/net-im/poezio/poezio-0.12.ebuild b/net-im/poezio/poezio-0.12.ebuild
26 deleted file mode 100644
27 index 435612e4aec..00000000000
28 --- a/net-im/poezio/poezio-0.12.ebuild
29 +++ /dev/null
30 @@ -1,51 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -PYTHON_COMPAT=( python3_6 )
36 -
37 -inherit distutils-r1 readme.gentoo-r1
38 -
39 -DESCRIPTION="Console XMPP client that looks like most famous IRC clients"
40 -HOMEPAGE="https://poez.io/"
41 -LICENSE="ZLIB"
42 -SLOT="0"
43 -
44 -if [[ "${PV}" == "9999" ]]; then
45 - EGIT_REPO_URI="https://git.poez.io/${PN}.git"
46 - inherit git-r3
47 -else
48 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
49 - KEYWORDS="~amd64"
50 -fi
51 -
52 -RDEPEND="
53 - dev-python/aiodns[${PYTHON_USEDEP}]
54 - dev-python/pyasn1-modules[${PYTHON_USEDEP}]
55 - dev-python/pyasn1[${PYTHON_USEDEP}]
56 - dev-python/slixmpp[${PYTHON_USEDEP}]
57 -"
58 -
59 -distutils_enable_tests pytest
60 -
61 -DOC_CONTENTS="
62 -Install these optional runtime dependencies for additional features.
63 -* dev-python/potr for OTR encryption support.
64 -* dev-python/pyinotify for screen autoaway plugin support.
65 -"
66 -DISABLE_AUTOFORMATTING=true
67 -
68 -src_prepare() {
69 - default
70 - # Delete unmaintained plugin which requires an excessive external dep
71 - rm plugins/mpd_client.py || die
72 -}
73 -
74 -src_install() {
75 - distutils-r1_src_install
76 - readme.gentoo_create_doc
77 -}
78 -
79 -pkg_postinst() {
80 - readme.gentoo_print_elog
81 -}
82
83 diff --git a/net-im/poezio/poezio-0.13.1.ebuild b/net-im/poezio/poezio-0.13.1.ebuild
84 deleted file mode 100644
85 index 21339aa6804..00000000000
86 --- a/net-im/poezio/poezio-0.13.1.ebuild
87 +++ /dev/null
88 @@ -1,51 +0,0 @@
89 -# Copyright 1999-2020 Gentoo Authors
90 -# Distributed under the terms of the GNU General Public License v2
91 -
92 -EAPI=7
93 -
94 -PYTHON_COMPAT=( python3_{7,8} )
95 -
96 -inherit distutils-r1 readme.gentoo-r1
97 -
98 -DESCRIPTION="Console XMPP client that looks like most famous IRC clients"
99 -HOMEPAGE="https://poez.io/"
100 -LICENSE="ZLIB"
101 -SLOT="0"
102 -
103 -if [[ "${PV}" == "9999" ]]; then
104 - EGIT_REPO_URI="https://lab.louiz.org/${PN}/${PN}.git"
105 - inherit git-r3
106 -else
107 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
108 - KEYWORDS="~amd64"
109 -fi
110 -
111 -RDEPEND="
112 - dev-python/aiodns[${PYTHON_USEDEP}]
113 - dev-python/pyasn1-modules[${PYTHON_USEDEP}]
114 - dev-python/pyasn1[${PYTHON_USEDEP}]
115 - >=dev-python/slixmpp-1.5.0[${PYTHON_USEDEP}]
116 -"
117 -
118 -distutils_enable_tests pytest
119 -
120 -DOC_CONTENTS="
121 -Install these optional runtime dependencies for additional features.
122 -* dev-python/pyinotify for screen autoaway plugin support.
123 -"
124 -DISABLE_AUTOFORMATTING=true
125 -
126 -src_prepare() {
127 - default
128 - # Delete unmaintained plugin which requires an excessive external dep
129 - rm plugins/mpd_client.py || die
130 -}
131 -
132 -src_install() {
133 - distutils-r1_src_install
134 - readme.gentoo_create_doc
135 -}
136 -
137 -pkg_postinst() {
138 - readme.gentoo_print_elog
139 -}