diff options
author | 2021-12-29 01:52:14 +0100 | |
---|---|---|
committer | 2021-12-30 15:52:24 -0500 | |
commit | e92d8bd824d4b4d4989b0e4f24af5041aceacab0 (patch) | |
tree | ec025b65a4220bc059b820b3339a38f4c4f75a3c /app-admin/profile-cleaner/profile-cleaner-2.37.ebuild | |
parent | x11-libs/libva-intel-media-driver: Version bump to 22.1.0 (diff) | |
download | gentoo-e92d8bd824d4b4d4989b0e4f24af5041aceacab0.tar.gz gentoo-e92d8bd824d4b4d4989b0e4f24af5041aceacab0.tar.bz2 gentoo-e92d8bd824d4b4d4989b0e4f24af5041aceacab0.zip |
app-admin/profile-cleaner: bump version to 2.37
Closes: https://bugs.gentoo.org/650586
Signed-off-by: Dennis Eisele <mail@dennis-eisele.de>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-admin/profile-cleaner/profile-cleaner-2.37.ebuild')
-rw-r--r-- | app-admin/profile-cleaner/profile-cleaner-2.37.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/app-admin/profile-cleaner/profile-cleaner-2.37.ebuild b/app-admin/profile-cleaner/profile-cleaner-2.37.ebuild new file mode 100644 index 000000000000..58bda70cbd32 --- /dev/null +++ b/app-admin/profile-cleaner/profile-cleaner-2.37.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +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" |