app-admin/profile-cleaner: new package
authorsoredake <fdsfgs@krutt.org>
Wed, 5 Apr 2017 23:30:37 +0000 (02:30 +0300)
committerMichał Górny <mgorny@gentoo.org>
Wed, 12 Apr 2017 16:29:19 +0000 (18:29 +0200)
Simple script to vacuum and reindex sqlite databases used by Firefox
and by Chrome/Chromium

Closes: https://github.com/gentoo/gentoo/pull/4373

app-admin/profile-cleaner/Manifest [new file with mode: 0644]
app-admin/profile-cleaner/metadata.xml [new file with mode: 0644]
app-admin/profile-cleaner/profile-cleaner-2.36.ebuild [new file with mode: 0644]

diff --git a/app-admin/profile-cleaner/Manifest b/app-admin/profile-cleaner/Manifest
new file mode 100644 (file)
index 0000000..2939330
--- /dev/null
@@ -0,0 +1 @@
+DIST profile-cleaner-2.36.tar.gz 7757 SHA256 17ae2f6f30bcfbfb28a3b2faf8836a6cbcbdc5c0ad3e43b3bb92a29a20fac719 SHA512 c56e92f816276d55e298dfac529e8195cf05f1a441aae40d25665d1db6d03b5ca741b99136e9f6fc93eabaa56dfcd8f2856a2dd5c37728c72befc756ff28ac75 WHIRLPOOL ac0778a31ff69f143065caec614278bdca94f5ff7c8fd3bc41f8536c83f3b46727e08f858ee53c505996833ef84204579cae399062cd05198cc897e9b357b991
diff --git a/app-admin/profile-cleaner/metadata.xml b/app-admin/profile-cleaner/metadata.xml
new file mode 100644 (file)
index 0000000..739dde6
--- /dev/null
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="person">
+               <email>fdsfgs@krutt.org</email>
+               <name>soredake</name>
+       </maintainer>
+       <maintainer type="project">
+               <email>proxy-maint@gentoo.org</email>
+               <name>Proxy Maintainers</name>
+       </maintainer>
+       <upstream>
+               <bugs-to>https://github.com/graysky2/profile-cleaner/issues</bugs-to>
+               <remote-id type="github">graysky2/profile-cleaner</remote-id>
+       </upstream>
+</pkgmetadata>
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 (file)
index 0000000..3095e8c
--- /dev/null
@@ -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"