Gentoo Archives: gentoo-commits

From: Mike Pagano <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/portpeek/
Date: Tue, 30 Jul 2019 11:27:58
Message-Id: 1564486069.825d8ca49411a5729a83e7374c631687ad322c0b.mpagano@gentoo
1 commit: 825d8ca49411a5729a83e7374c631687ad322c0b
2 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 30 11:27:42 2019 +0000
4 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 30 11:27:49 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=825d8ca4
7
8 app-portage/portpeek: Remove old versions
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.16
11 Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>
12
13 app-portage/portpeek/Manifest | 4 ----
14 app-portage/portpeek/portpeek-2.1.21.ebuild | 29 ---------------------------
15 app-portage/portpeek/portpeek-2.1.24.ebuild | 29 ---------------------------
16 app-portage/portpeek/portpeek-2.1.25.ebuild | 29 ---------------------------
17 app-portage/portpeek/portpeek-2.1.26.ebuild | 31 -----------------------------
18 5 files changed, 122 deletions(-)
19
20 diff --git a/app-portage/portpeek/Manifest b/app-portage/portpeek/Manifest
21 index 301d22c9e15..1e0419e63e4 100644
22 --- a/app-portage/portpeek/Manifest
23 +++ b/app-portage/portpeek/Manifest
24 @@ -1,5 +1 @@
25 -DIST portpeek-2.1.21.tar.gz 12624 BLAKE2B fbf70d10799e4264832644a04b197816aa5824a7dd1063458bad1182441ebd70b6b05084f2577b097ba1bce5837728b2aeeb7f2e0c33dcd6d8779f2f3c946287 SHA512 7b430c85dcba4ac0d29e6fd680eaed2b59a60b5d21f0b93e90ff2e3ca7018f141e858accf10a035b75463c067444ef1be718be198bb6cc237827c9b7e67df76e
26 -DIST portpeek-2.1.24.tar.gz 12736 BLAKE2B 5d4d30e3c7d853e2a3be7e094ad7a40861300ee2f1582dd35d352f91354bcff504dcb8b53830a5b13dd31accf64095a0b2e3836147663d2505016acc381369f2 SHA512 fa702483c6182685242a26401ba1b058f276ff6fd18839fd7f566d48cb62c2cb78029789089267cbacc1b435f1aa815c0df51ace06afa71f242298511fa79d7a
27 -DIST portpeek-2.1.25.tar.gz 12864 BLAKE2B 1b0522b1d6beee25451f461c8601923666712470493f278378c8d314b48e3070d6a8853579d3636bee86cb59d3ed3a42cb1695a25d41a256b78220b8c99a4c79 SHA512 9d40ad387d252bb42a66e27de00c63f2f4725a794da7bb35fc5519ab5342e309c823090005336b22add81e4e043b0fa4f97ecdb86bb20bf595fd4188bda437f9
28 -DIST portpeek-2.1.26.tar.gz 13004 BLAKE2B 1de44e9cc3f097154c5374c2619367d20bba62c69acb7ef4b7efcab17a60d0918c98f6d1fd2ec149379f2408f4a932d3389ff19c720c9a63e4dc197021d4e2f8 SHA512 0bf139381629118cc216c1fb21e65d9a317eaa0f1a200f8032f6050dea12940ab6bfc440a0001e2f26d74a21698d8de14001309342c202ae9837923d703b7ad3
29 DIST portpeek-2.1.27.tar.gz 13000 BLAKE2B a134d7c9a99dc4bfd8cbd56343a6d049c215eadde745f1db6af234c5b561f916f2bf3393a8a01ae44ea4a74bd501b46abdd150cd1403d5254d70c12ad7d7545f SHA512 aeaf47cd5701531c0488709ac63cf38faacec73dafbc96502c34cf279051679242f63bb452fcf14c1b739d08821981e59af3734f4795905d7af31dcaa95f26d2
30
31 diff --git a/app-portage/portpeek/portpeek-2.1.21.ebuild b/app-portage/portpeek/portpeek-2.1.21.ebuild
32 deleted file mode 100644
33 index e3e1ecc8914..00000000000
34 --- a/app-portage/portpeek/portpeek-2.1.21.ebuild
35 +++ /dev/null
36 @@ -1,29 +0,0 @@
37 -# Copyright 1999-2019 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI="5"
41 -
42 -PYTHON_COMPAT=( python{2_7,3_5} )
43 -
44 -inherit python-r1
45 -
46 -DESCRIPTION="A helper program for maintaining the package.keyword and package.unmask files"
47 -HOMEPAGE="http://www.mpagano.com/blog/?page_id=3"
48 -SRC_URI="http://www.mpagano.com/downloads/${P}.tar.gz"
49 -
50 -LICENSE="GPL-2"
51 -SLOT="0"
52 -KEYWORDS="amd64 arm ppc sparc x86 ~x86-fbsd"
53 -IUSE=""
54 -
55 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
56 -
57 -DEPEND="${PYTHON_DEPS}"
58 -RDEPEND="${DEPEND}
59 - >=app-portage/gentoolkit-0.3.2-r1
60 - >=sys-apps/portage-2.3.0[${PYTHON_USEDEP}]"
61 -
62 -src_install() {
63 - python_foreach_impl python_doscript ${PN}
64 - doman *.[0-9]
65 -}
66
67 diff --git a/app-portage/portpeek/portpeek-2.1.24.ebuild b/app-portage/portpeek/portpeek-2.1.24.ebuild
68 deleted file mode 100644
69 index 6a3e5c93cd8..00000000000
70 --- a/app-portage/portpeek/portpeek-2.1.24.ebuild
71 +++ /dev/null
72 @@ -1,29 +0,0 @@
73 -# Copyright 1999-2019 Gentoo Authors
74 -# Distributed under the terms of the GNU General Public License v2
75 -
76 -EAPI="5"
77 -
78 -PYTHON_COMPAT=( python{2_7,3_5} )
79 -
80 -inherit python-r1
81 -
82 -DESCRIPTION="A helper program for maintaining the package.keyword and package.unmask files"
83 -HOMEPAGE="http://www.mpagano.com/blog/?page_id=3"
84 -SRC_URI="http://www.mpagano.com/downloads/${P}.tar.gz"
85 -
86 -LICENSE="GPL-2"
87 -SLOT="0"
88 -KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86 ~x86-fbsd"
89 -IUSE=""
90 -
91 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
92 -
93 -DEPEND="${PYTHON_DEPS}"
94 -RDEPEND="${DEPEND}
95 - >=app-portage/gentoolkit-0.3.3
96 - >=sys-apps/portage-2.3.5[${PYTHON_USEDEP}]"
97 -
98 -src_install() {
99 - python_foreach_impl python_doscript ${PN}
100 - doman *.[0-9]
101 -}
102
103 diff --git a/app-portage/portpeek/portpeek-2.1.25.ebuild b/app-portage/portpeek/portpeek-2.1.25.ebuild
104 deleted file mode 100644
105 index dd48d7b2832..00000000000
106 --- a/app-portage/portpeek/portpeek-2.1.25.ebuild
107 +++ /dev/null
108 @@ -1,29 +0,0 @@
109 -# Copyright 1999-2019 Gentoo Authors
110 -# Distributed under the terms of the GNU General Public License v2
111 -
112 -EAPI="6"
113 -
114 -PYTHON_COMPAT=( python{2_7,3_5,3_6} )
115 -
116 -inherit python-r1
117 -
118 -DESCRIPTION="A helper program for maintaining the package.keyword and package.unmask files"
119 -HOMEPAGE="http://www.mpagano.com/blog/?page_id=3"
120 -SRC_URI="http://www.mpagano.com/downloads/${P}.tar.gz"
121 -
122 -LICENSE="GPL-2"
123 -SLOT="0"
124 -KEYWORDS="amd64 arm ppc ~sparc x86 ~x86-fbsd"
125 -IUSE=""
126 -
127 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
128 -
129 -DEPEND="${PYTHON_DEPS}"
130 -RDEPEND="${DEPEND}
131 - >=app-portage/gentoolkit-0.4.0
132 - >=sys-apps/portage-2.3.8[${PYTHON_USEDEP}]"
133 -
134 -src_install() {
135 - python_foreach_impl python_doscript ${PN}
136 - doman *.[0-9]
137 -}
138
139 diff --git a/app-portage/portpeek/portpeek-2.1.26.ebuild b/app-portage/portpeek/portpeek-2.1.26.ebuild
140 deleted file mode 100644
141 index 046d4cbd218..00000000000
142 --- a/app-portage/portpeek/portpeek-2.1.26.ebuild
143 +++ /dev/null
144 @@ -1,31 +0,0 @@
145 -# Copyright 1999-2019 Gentoo Authors
146 -# Distributed under the terms of the GNU General Public License v2
147 -
148 -EAPI="6"
149 -
150 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
151 -
152 -inherit python-r1
153 -
154 -DESCRIPTION="A helper program for maintaining the package.keyword and package.unmask files"
155 -HOMEPAGE="http://www.mpagano.com/blog/?page_id=3"
156 -SRC_URI="http://www.mpagano.com/downloads/${P}.tar.gz"
157 -
158 -LICENSE="GPL-2"
159 -SLOT="0"
160 -KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86 ~x86-fbsd"
161 -IUSE=""
162 -
163 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
164 -
165 -DEPEND="${PYTHON_DEPS}"
166 -RDEPEND="${DEPEND}
167 - >=app-portage/gentoolkit-0.4.0
168 - || (
169 - >=sys-apps/portage-2.3.19-r1[${PYTHON_USEDEP}]
170 - )"
171 -
172 -src_install() {
173 - python_foreach_impl python_doscript ${PN}
174 - doman *.[0-9]
175 -}