commit: 186864a9f2780f6b5b203d3fb777f8a7a952a379
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 3 19:58:05 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jun 3 19:59:35 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=186864a9
app-emulation/glean: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-emulation/glean/Manifest | 1 -
app-emulation/glean/files/glean.initd | 15 ---------------
app-emulation/glean/glean-1.23.0-r1.ebuild | 25 -------------------------
3 files changed, 41 deletions(-)
diff --git a/app-emulation/glean/Manifest b/app-emulation/glean/Manifest
index 053a60c0391b..6d61859fd515 100644
--- a/app-emulation/glean/Manifest
+++ b/app-emulation/glean/Manifest
@@ -1,2 +1 @@
-DIST glean-1.23.0.tar.gz 76426 BLAKE2B
bca6d2da0393bb28392d3c9ab7708cf4b053e4736203b9c26bc278a52c6a829abead13ecb63ebb60ade9a4127ebba9dd560b75b765c3a168ea389025b07638a0
SHA512
4eca5ccd18bd7864fdecd35b483e5da6a0854c076d0266f802b70b7838de61790c9237f8928807a45d6845fa8ca9a37e2228653326759204483803b28de191ee
DIST glean-1.24.0.tar.gz 76586 BLAKE2B
c4a11ef4681ea40cc08136b1365832995c700251afea4ab94c063b294f80b0e9eb183bf0b6ad85a77f38c40d7b4b47e4d1d7c02e06cd6228cc68d3a0a2b37b5d
SHA512
b62b02b6030bf317da192abcc97970a8b11bec531c167d8485e787dcb097fad7c9baa4f33390cf588429d7f71026c652135d64590aa524b6f5c653908e067df8
diff --git a/app-emulation/glean/files/glean.initd
b/app-emulation/glean/files/glean.initd
deleted file mode 100644
index 16f7805957f2..000000000000
--- a/app-emulation/glean/files/glean.initd
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2018 Gentoo Foundation
-
-description="Simple program to write static config from config-drive"
-
-depend() {
- need root localmount
- before net
-}
-
-start() {
- ebegin "Starting Glean"
- /usr/bin/glean.sh
- eend
-}
diff --git a/app-emulation/glean/glean-1.23.0-r1.ebuild
b/app-emulation/glean/glean-1.23.0-r1.ebuild
deleted file mode 100644
index d5c813a3e0ad..000000000000
--- a/app-emulation/glean/glean-1.23.0-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9,10,11,12} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Simple program to write static config from config-drive"
-HOMEPAGE="https://opendev.org/opendev/glean"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="dev-python/pbr[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
-
-src_install() {
- distutils-r1_src_install
- newinitd "${FILESDIR}/${PN}.initd" ${PN}
-}