diff options
author | soredake <fdsfgs@krutt.org> | 2017-04-06 02:30:37 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-04-12 18:29:19 +0200 |
commit | 397ab8c19475135c5acaa9e2609e5cfa10afc9a4 (patch) | |
tree | 3c819b173ba41c3aca860982cbb74234c7f148b4 /app-admin/profile-cleaner/profile-cleaner-2.36.ebuild | |
parent | games-puzzle/meandmyshadow: fix a typo in the description (diff) | |
download | gentoo-397ab8c19475135c5acaa9e2609e5cfa10afc9a4.tar.gz gentoo-397ab8c19475135c5acaa9e2609e5cfa10afc9a4.tar.bz2 gentoo-397ab8c19475135c5acaa9e2609e5cfa10afc9a4.zip |
app-admin/profile-cleaner: new package
Simple script to vacuum and reindex sqlite databases used by Firefox
and by Chrome/Chromium
Closes: https://github.com/gentoo/gentoo/pull/4373
Diffstat (limited to 'app-admin/profile-cleaner/profile-cleaner-2.36.ebuild')
-rw-r--r-- | app-admin/profile-cleaner/profile-cleaner-2.36.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/app-admin/profile-cleaner/profile-cleaner-2.36.ebuild b/app-admin/profile-cleaner/profile-cleaner-2.36.ebuild new file mode 100644 index 000000000000..3095e8c606e6 --- /dev/null +++ b/app-admin/profile-cleaner/profile-cleaner-2.36.ebuild @@ -0,0 +1,21 @@ +# 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" |