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-emulation/glean/
Date: Fri, 23 Apr 2021 03:40:26
Message-Id: 1619149217.21879798b5b87dce90852f83087b6216ea361bcc.prometheanfire@gentoo
1 commit: 21879798b5b87dce90852f83087b6216ea361bcc
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 23 03:40:04 2021 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 23 03:40:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21879798
7
8 app-emulation/glean: clean up old
9
10 Package-Manager: Portage-3.0.17, Repoman-3.0.2
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 app-emulation/glean/Manifest | 1 -
14 app-emulation/glean/glean-1.17.0.ebuild | 26 --------------------------
15 2 files changed, 27 deletions(-)
16
17 diff --git a/app-emulation/glean/Manifest b/app-emulation/glean/Manifest
18 index fe77c58672f..db2a974a4e3 100644
19 --- a/app-emulation/glean/Manifest
20 +++ b/app-emulation/glean/Manifest
21 @@ -1,2 +1 @@
22 -DIST glean-1.17.0.tar.gz 62791 BLAKE2B 6429bd721655499732f84dc8db4bd31bdb128289956ab65fab78ea5461cf7945ced893fd832ac6a3cdcedb331f3885004eaa530be1ee4fcc4168870b5c345dd3 SHA512 55c8ceae941296c038acff3f40cf4d6b783d7c6530ebd6fbd6d87938de11a1be1403741a559802c9135d3fc4d904b1936319dcf7a0179f95ac3f909667f5622c
23 DIST glean-1.18.2.tar.gz 67642 BLAKE2B b346fc63b361e7c7bf0b8fc100da4a047004950aff3e17fce96d47ae5a7887828a09f4b107f2af1afcf9d866e5bc0857049ddd2d9c49413e9fe4b61d1de99fd3 SHA512 de80c06952ebbbc24c8cf198f61be788fb32974652c8253787ed5a165e26bb162b48c84836779420bb7c331edeb50a7796f5a2ff578d2e612068c5fbadd343c7
24
25 diff --git a/app-emulation/glean/glean-1.17.0.ebuild b/app-emulation/glean/glean-1.17.0.ebuild
26 deleted file mode 100644
27 index b949b505aa0..00000000000
28 --- a/app-emulation/glean/glean-1.17.0.ebuild
29 +++ /dev/null
30 @@ -1,26 +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 -
36 -PYTHON_COMPAT=( python3_7 python3_8 )
37 -DISTUTILS_USE_SETUPTOOLS=rdepend
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Simple program to write static config from config-drive"
42 -HOMEPAGE="https://github.com/openstack-infra/glean"
43 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 -
45 -LICENSE="Apache-2.0"
46 -SLOT="0"
47 -KEYWORDS="amd64 x86"
48 -IUSE=""
49 -
50 -DEPEND="dev-python/pbr[${PYTHON_USEDEP}]"
51 -RDEPEND="${DEPEND}"
52 -
53 -src_install() {
54 - distutils-r1_src_install
55 - newinitd "${FILESDIR}/${PN}.initd" ${PN}
56 -}