From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 60B3C158086 for ; Thu, 30 Dec 2021 20:52:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC8142BC001; Thu, 30 Dec 2021 20:52:52 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C4B77E07A5 for ; Thu, 30 Dec 2021 20:52:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F3F4D342F23 for ; Thu, 30 Dec 2021 20:52:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D50826F for ; Thu, 30 Dec 2021 20:52:50 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1640897544.b1bb8ad7a55319e20ada8e9992a1563045483b5e.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/profile-cleaner/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/profile-cleaner/Manifest app-admin/profile-cleaner/profile-cleaner-2.36.ebuild X-VCS-Directories: app-admin/profile-cleaner/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: b1bb8ad7a55319e20ada8e9992a1563045483b5e X-VCS-Branch: master Date: Thu, 30 Dec 2021 20:52:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7547a7ff-ea51-4157-9df5-bbdc2445530d X-Archives-Hash: ea36abc966c51a1c513b2115a2ce18c8 commit: b1bb8ad7a55319e20ada8e9992a1563045483b5e Author: Dennis Eisele dennis-eisele de> AuthorDate: Wed Dec 29 00:58:30 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Dec 30 20:52:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1bb8ad7 app-admin/profile-cleaner: remove old ebuilds Closes: https://github.com/gentoo/gentoo/pull/23558 Signed-off-by: Dennis Eisele dennis-eisele.de> Signed-off-by: Matt Turner gentoo.org> app-admin/profile-cleaner/Manifest | 1 - .../profile-cleaner/profile-cleaner-2.36.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/app-admin/profile-cleaner/Manifest b/app-admin/profile-cleaner/Manifest index 8fffda17a77d..2972fa18c551 100644 --- a/app-admin/profile-cleaner/Manifest +++ b/app-admin/profile-cleaner/Manifest @@ -1,2 +1 @@ -DIST profile-cleaner-2.36.tar.gz 7757 BLAKE2B 32f7b690763f83771048b00dc102da1ca5cfc3d29c7bb3d36eff14db53bf7692b8ac4867d55e7313317635a09c59a959291835f4b614c042227e976b23043b78 SHA512 c56e92f816276d55e298dfac529e8195cf05f1a441aae40d25665d1db6d03b5ca741b99136e9f6fc93eabaa56dfcd8f2856a2dd5c37728c72befc756ff28ac75 DIST profile-cleaner-2.37.tar.gz 7824 BLAKE2B 8fea158cd8fcd8e5d230cdea0e1c94649a6cbd0d82e7a62627a776f765017492215690881392262454618e6099efe4f76b358cf975940f98cdab1307fae22041 SHA512 238dde1ee1fb612d9a7c9ed074a07fbbf2902204548de418a99c53cbf691aaa2d666a37a4fdaf83e2a802777549c9bd996b047b56239495c0db028212370ddb5 diff --git a/app-admin/profile-cleaner/profile-cleaner-2.36.ebuild b/app-admin/profile-cleaner/profile-cleaner-2.36.ebuild deleted file mode 100644 index 3095e8c606e6..000000000000 --- a/app-admin/profile-cleaner/profile-cleaner-2.36.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Vacuum and reindex browser sqlite databases" -HOMEPAGE="https://github.com/graysky2/profile-cleaner" -SRC_URI="https://github.com/graysky2/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND="app-shells/bash - sys-devel/bc - sys-apps/coreutils - sys-apps/findutils - sys-apps/grep - sys-apps/sed - sys-process/parallel - dev-db/sqlite:3"