Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/xkcdpass/
Date: Sat, 27 Feb 2021 13:55:26
Message-Id: 1614434114.736222126453451cff4c1fde6c1255fb1b6dab9e.bkohler@gentoo
1 commit: 736222126453451cff4c1fde6c1255fb1b6dab9e
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 27 13:40:27 2021 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 27 13:55:14 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73622212
7
8 app-admin/xkcdpass: drop old
9
10 Package-Manager: Portage-3.0.16, Repoman-3.0.2
11 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
12
13 app-admin/xkcdpass/Manifest | 1 -
14 app-admin/xkcdpass/xkcdpass-1.17.3-r1.ebuild | 38 ----------------------------
15 app-admin/xkcdpass/xkcdpass-1.17.6.ebuild | 38 ----------------------------
16 3 files changed, 77 deletions(-)
17
18 diff --git a/app-admin/xkcdpass/Manifest b/app-admin/xkcdpass/Manifest
19 index 3127c252b7d..a3906de59d3 100644
20 --- a/app-admin/xkcdpass/Manifest
21 +++ b/app-admin/xkcdpass/Manifest
22 @@ -1,2 +1 @@
23 -DIST xkcdpass-1.17.3.tar.gz 2072127 BLAKE2B 20339e7a0fd43f86eb83d89774613fa0009a13ca190be7d36edb8244b7d2e0b48041b3f8c7156c04e4d2dbae0c4475f5f1e577701e651146acab1284aa6c032d SHA512 5359b0b4e3076c2b385773862ff03e3700888d1ae967a26c5b19add3c9d2cde179ed5ad3309c5b53ab6cdbd40c8fedae1f6b9b0483dba83858671f9d816efc6c
24 DIST xkcdpass-1.17.6.tar.gz 8216233 BLAKE2B dc6f8b1bf76eba5271bf6027baf6bfbe5a18081ac85970ba35be3d0cf4e08d98d60b8bc819c05512aab94d621cf93fe9dca74a0108cdd4d94ad6ae830c28d3c2 SHA512 db47d6f0d5711e1aa4520fa3afb78b085b2e5a7599fa7eecbc3f806f5c7edceae9c54c250923147c87a837b54b5efd0d8f34f9c08e3104341f1243de0edf87f9
25
26 diff --git a/app-admin/xkcdpass/xkcdpass-1.17.3-r1.ebuild b/app-admin/xkcdpass/xkcdpass-1.17.3-r1.ebuild
27 deleted file mode 100644
28 index 172601c9403..00000000000
29 --- a/app-admin/xkcdpass/xkcdpass-1.17.3-r1.ebuild
30 +++ /dev/null
31 @@ -1,38 +0,0 @@
32 -# Copyright 2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -PYTHON_COMPAT=( python3_{7,8,9} )
38 -DISTUTILS_USE_SETUPTOOLS=rdepend
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Password generator inspired by XKCD 936"
42 -HOMEPAGE="https://github.com/redacted/XKCD-password-generator"
43 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 -
45 -LICENSE="BSD CC-BY-3.0
46 - l10n_de? ( GPL-3 )
47 - l10n_it? ( CC-BY-SA-3.0 )
48 - l10n_no? ( CC-BY-4.0 )"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~x86"
51 -IUSE="l10n_de l10n_en l10n_es l10n_fi l10n_fr l10n_it l10n_no l10n_pt"
52 -
53 -src_prepare() {
54 - default
55 -
56 - use l10n_de || rm ${PN}/static/ger-anlx
57 - use l10n_en || rm ${PN}/static/{eff-short,eff-special,legacy}
58 - use l10n_es || rm ${PN}/static/spa-mich
59 - use l10n_fi || rm ${PN}/static/fin-kotus
60 - use l10n_fr || rm ${PN}/static/fr-*
61 - use l10n_it || rm ${PN}/static/ita-wiki
62 - use l10n_no || rm ${PN}/static/nor-nb
63 - use l10n_pt || rm ${PN}/static/pt-*
64 -}
65 -
66 -python_install_all() {
67 - distutils-r1_python_install_all
68 - doman ${PN}.1
69 -}
70
71 diff --git a/app-admin/xkcdpass/xkcdpass-1.17.6.ebuild b/app-admin/xkcdpass/xkcdpass-1.17.6.ebuild
72 deleted file mode 100644
73 index 172601c9403..00000000000
74 --- a/app-admin/xkcdpass/xkcdpass-1.17.6.ebuild
75 +++ /dev/null
76 @@ -1,38 +0,0 @@
77 -# Copyright 2020 Gentoo Authors
78 -# Distributed under the terms of the GNU General Public License v2
79 -
80 -EAPI=7
81 -
82 -PYTHON_COMPAT=( python3_{7,8,9} )
83 -DISTUTILS_USE_SETUPTOOLS=rdepend
84 -inherit distutils-r1
85 -
86 -DESCRIPTION="Password generator inspired by XKCD 936"
87 -HOMEPAGE="https://github.com/redacted/XKCD-password-generator"
88 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
89 -
90 -LICENSE="BSD CC-BY-3.0
91 - l10n_de? ( GPL-3 )
92 - l10n_it? ( CC-BY-SA-3.0 )
93 - l10n_no? ( CC-BY-4.0 )"
94 -SLOT="0"
95 -KEYWORDS="~amd64 ~x86"
96 -IUSE="l10n_de l10n_en l10n_es l10n_fi l10n_fr l10n_it l10n_no l10n_pt"
97 -
98 -src_prepare() {
99 - default
100 -
101 - use l10n_de || rm ${PN}/static/ger-anlx
102 - use l10n_en || rm ${PN}/static/{eff-short,eff-special,legacy}
103 - use l10n_es || rm ${PN}/static/spa-mich
104 - use l10n_fi || rm ${PN}/static/fin-kotus
105 - use l10n_fr || rm ${PN}/static/fr-*
106 - use l10n_it || rm ${PN}/static/ita-wiki
107 - use l10n_no || rm ${PN}/static/nor-nb
108 - use l10n_pt || rm ${PN}/static/pt-*
109 -}
110 -
111 -python_install_all() {
112 - distutils-r1_python_install_all
113 - doman ${PN}.1
114 -}