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-crypt/glep63-check/
Date: Tue, 31 Jul 2018 10:28:15
Message-Id: 1533032884.4da453abdb08dd99ac40f971ba0c8a7293b411db.mgorny@gentoo
1 commit: 4da453abdb08dd99ac40f971ba0c8a7293b411db
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 31 06:04:32 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 31 10:28:04 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4da453ab
7
8 app-crypt/glep63-check: Drop old
9
10 app-crypt/glep63-check/Manifest | 3 ---
11 app-crypt/glep63-check/glep63-check-1.ebuild | 29 ----------------------------
12 app-crypt/glep63-check/glep63-check-2.ebuild | 29 ----------------------------
13 app-crypt/glep63-check/glep63-check-3.ebuild | 29 ----------------------------
14 4 files changed, 90 deletions(-)
15
16 diff --git a/app-crypt/glep63-check/Manifest b/app-crypt/glep63-check/Manifest
17 index 9c377f4b316..1f3b875b029 100644
18 --- a/app-crypt/glep63-check/Manifest
19 +++ b/app-crypt/glep63-check/Manifest
20 @@ -1,4 +1 @@
21 -DIST glep63-check-1.tar.gz 4632 BLAKE2B 3632199ca9ca8516a833aa6d93885f40a761c47ab5bc5685582c6c8e294af0d5a6e258656208c9a65c1c5d4852d5e32374a77b39a0dcf491605df4b733d2c162 SHA512 16e3031b9b04af09ba446c76e8776d802d197d2d1f934c9a409509a81fd299306b451ea3e52d1ac5b75c9d0c9a0d7f93b73e26732ecf51c5c3afe53f0c0868aa
22 -DIST glep63-check-2.tar.gz 5818 BLAKE2B 4cb99945e5bf3067e579feb630c8c5e3a33abdbc66cbdc90f00104a926880b29b61b22a8e151d1a35765787b80a1567fc6823259e94df0ab72810e9d76ea61a3 SHA512 bc3029e3886ad881f134da0e0821ed5bc908f7583d8031f76000827640d60e85adc182555163e6ef4138c1d1c9abb3e314ae5548acf82e384d66eac6d1e1b8c7
23 -DIST glep63-check-3.tar.gz 5892 BLAKE2B d59983cb36e30503e94479644dac6ac061e9420391fee3a8170faa1f9b12ba9c248fde53f649309d2c17c62fa6de5e45f3a34cae83ddec01b388b6dee13e85e5 SHA512 778db42d8482d4cf206f291cfddadfcb8fb333fc686b90d96d586e4b2c58280933a248534309ba9999ba32f7cf8fb3ed45bb4a97578e508d710105290fc3c2e7
24 DIST glep63-check-4.tar.gz 5898 BLAKE2B b28dd0843138bb54c81142959a28b121b043b7da4e3dc797b8ad3ebabfde6f850a11c40e94e3d20b9cf152b2138165733ba36754859081eb59bbbd5e99f2b98e SHA512 65a40ce097937df0517f86d1b32fd47e23d39abc6a49fa45dfa9075e7f7a163c2c2e25f6e39538a5e47c295bfdb2390bc4909e14a06b21f2bf14edf8cf43f199
25
26 diff --git a/app-crypt/glep63-check/glep63-check-1.ebuild b/app-crypt/glep63-check/glep63-check-1.ebuild
27 deleted file mode 100644
28 index 1ffa43933fb..00000000000
29 --- a/app-crypt/glep63-check/glep63-check-1.ebuild
30 +++ /dev/null
31 @@ -1,29 +0,0 @@
32 -# Copyright 1999-2018 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -PYTHON_COMPAT=( python3_{5,6} )
38 -
39 -inherit python-single-r1
40 -
41 -DESCRIPTION="GLEP 63 compliance checker for OpenPGP keys"
42 -HOMEPAGE="https://github.com/mgorny/glep63-check/"
43 -SRC_URI="https://github.com/mgorny/glep63-check/archive/v${PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="BSD-2"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~x86"
48 -IUSE=""
49 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
50 -
51 -RDEPEND="${PYTHON_DEPS}
52 - app-crypt/gnupg"
53 -
54 -src_compile() {
55 - python_fix_shebang glep63-check
56 -}
57 -
58 -src_install() {
59 - dobin glep63-check
60 -}
61
62 diff --git a/app-crypt/glep63-check/glep63-check-2.ebuild b/app-crypt/glep63-check/glep63-check-2.ebuild
63 deleted file mode 100644
64 index 1ffa43933fb..00000000000
65 --- a/app-crypt/glep63-check/glep63-check-2.ebuild
66 +++ /dev/null
67 @@ -1,29 +0,0 @@
68 -# Copyright 1999-2018 Gentoo Foundation
69 -# Distributed under the terms of the GNU General Public License v2
70 -
71 -EAPI=6
72 -
73 -PYTHON_COMPAT=( python3_{5,6} )
74 -
75 -inherit python-single-r1
76 -
77 -DESCRIPTION="GLEP 63 compliance checker for OpenPGP keys"
78 -HOMEPAGE="https://github.com/mgorny/glep63-check/"
79 -SRC_URI="https://github.com/mgorny/glep63-check/archive/v${PV}.tar.gz -> ${P}.tar.gz"
80 -
81 -LICENSE="BSD-2"
82 -SLOT="0"
83 -KEYWORDS="~amd64 ~x86"
84 -IUSE=""
85 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
86 -
87 -RDEPEND="${PYTHON_DEPS}
88 - app-crypt/gnupg"
89 -
90 -src_compile() {
91 - python_fix_shebang glep63-check
92 -}
93 -
94 -src_install() {
95 - dobin glep63-check
96 -}
97
98 diff --git a/app-crypt/glep63-check/glep63-check-3.ebuild b/app-crypt/glep63-check/glep63-check-3.ebuild
99 deleted file mode 100644
100 index 58a8418fc78..00000000000
101 --- a/app-crypt/glep63-check/glep63-check-3.ebuild
102 +++ /dev/null
103 @@ -1,29 +0,0 @@
104 -# Copyright 1999-2018 Gentoo Foundation
105 -# Distributed under the terms of the GNU General Public License v2
106 -
107 -EAPI=6
108 -
109 -PYTHON_COMPAT=( python3_{4,5,6,7} )
110 -
111 -inherit python-single-r1
112 -
113 -DESCRIPTION="GLEP 63 compliance checker for OpenPGP keys"
114 -HOMEPAGE="https://github.com/mgorny/glep63-check/"
115 -SRC_URI="https://github.com/mgorny/glep63-check/archive/v${PV}.tar.gz -> ${P}.tar.gz"
116 -
117 -LICENSE="BSD-2"
118 -SLOT="0"
119 -KEYWORDS="~amd64 ~x86"
120 -IUSE=""
121 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
122 -
123 -RDEPEND="${PYTHON_DEPS}
124 - app-crypt/gnupg"
125 -
126 -src_compile() {
127 - python_fix_shebang glep63-check
128 -}
129 -
130 -src_install() {
131 - dobin glep63-check
132 -}