From 9d99fa33ff77276593be292d78b427a59ed615e9 Mon Sep 17 00:00:00 2001 From: Alexander Tratsevskiy Date: Thu, 12 Oct 2023 15:32:38 +0300 Subject: [PATCH] remove old chrome-floccus-4.19.1 --- .../chrome-floccus-4.19.1.ebuild | 25 ------------------- 1 file changed, 25 deletions(-) delete mode 100644 www-plugins/chrome-floccus/chrome-floccus-4.19.1.ebuild diff --git a/www-plugins/chrome-floccus/chrome-floccus-4.19.1.ebuild b/www-plugins/chrome-floccus/chrome-floccus-4.19.1.ebuild deleted file mode 100644 index 7c9f98feb..000000000 --- a/www-plugins/chrome-floccus/chrome-floccus-4.19.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=8 - -SRC_URI="https://mirror.calculate-linux.org/source/${PN}/${P}.tar.bz2" - -DESCRIPTION="Sync your bookmarks privately across browsers an devices" -HOMEPAGE="https://chrome.google.com/webstore/detail/fnaicdffflnofjppbagibeoednhnbjhg" -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND="dev-python/plyvel - dev-python/sjcl" - -S="${WORKDIR}" - -src_install() { - insinto /usr/share/${PN} - doins -r * - doins "${FILESDIR}"/configure.py - fperms 755 /usr/share/$PN/configure.py -}