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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3DC07138334 for ; Wed, 19 Sep 2018 05:51:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01432E0909; Wed, 19 Sep 2018 05:51:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B5F90E0909 for ; Wed, 19 Sep 2018 05:51:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 16725335D09 for ; Wed, 19 Sep 2018 05:51:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BDBD33D5 for ; Wed, 19 Sep 2018 05:51:52 +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: <1537336293.a29b7b50c5635fba68d23e5898930b70bf92f405.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-plugins/browserpass/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-plugins/browserpass/Manifest www-plugins/browserpass/browserpass-2.0.11.ebuild X-VCS-Directories: www-plugins/browserpass/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: a29b7b50c5635fba68d23e5898930b70bf92f405 X-VCS-Branch: master Date: Wed, 19 Sep 2018 05:51:52 +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-Archives-Salt: 63e35f01-4788-41f0-84b9-1dfb96c40991 X-Archives-Hash: 540b2128c70434767a974bbd147dd3ff commit: a29b7b50c5635fba68d23e5898930b70bf92f405 Author: Matt Turner gentoo org> AuthorDate: Wed Sep 19 05:49:47 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Sep 19 05:51:33 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a29b7b50 www-plugins/browserpass: Drop old versions www-plugins/browserpass/Manifest | 1 - www-plugins/browserpass/browserpass-2.0.11.ebuild | 48 ----------------------- 2 files changed, 49 deletions(-) diff --git a/www-plugins/browserpass/Manifest b/www-plugins/browserpass/Manifest index 8264f541cb7..2e078eb8541 100644 --- a/www-plugins/browserpass/Manifest +++ b/www-plugins/browserpass/Manifest @@ -1,3 +1,2 @@ -DIST browserpass-2.0.11.tar.gz 176787 BLAKE2B 271c3cf340ecc78c3358f21bc0e6bbcaf857b4ca39c7b0dcf58b1fcef62ea5df4f48adb4ac0bf7c884853f359fdb9ca00300e2f99efa48a1fdc0ba99ce7bd172 SHA512 baa362b63c1743273f56cb7576f96c29ca365fb217d3016824cdb1ce215e36b7f98fc7c3340a5a34853bde7c25283c84ceda570d149a8119bc54be2f0194034b DIST browserpass-2.0.13.tar.gz 180424 BLAKE2B e2a1796edf3b037553cb9bd33f072cd25953d8262fa584c371c3df638c77fc352953c698963325a5cee9b29c81cc010ded72bb31abac9460603796f4a95267ed SHA512 8d28144aef061770f11d7ba288dfa82f8873a263b8ccff235e26e83c55700e5ed0210dec2c2fb45751f3ad15d1894503407ec901d272783b98c466d74d9156f0 DIST browserpass-2.0.22.tar.gz 49730 BLAKE2B a37d55a7b2a162a54931a3dde53b16e6c4d067f92dad129e92664dac726c3171938d5da94fe45c64227f4e4a860a12d0cdbb1aa147942f0199c2f4b9bed5fd7a SHA512 f3c19df72afd1387d7142b5e818dfe95a730c906277be0f16522986f387f659eb4a9decaf54eef5b6649ddc618d93b055c99b594fc4b949ce09a38cf2e6d9525 diff --git a/www-plugins/browserpass/browserpass-2.0.11.ebuild b/www-plugins/browserpass/browserpass-2.0.11.ebuild deleted file mode 100644 index 6abafb5c213..00000000000 --- a/www-plugins/browserpass/browserpass-2.0.11.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -EGO_PN=github.com/dannyvankooten/browserpass - -if [[ ${PV} == 9999 ]]; then - inherit golang-vcs -else - KEYWORDS="~amd64" - SRC_URI="https://${EGO_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - inherit golang-vcs-snapshot -fi -inherit golang-build - -DESCRIPTION="WebExtension host binary for pass, a UNIX password manager" -HOMEPAGE="https://github.com/dannyvankooten/browserpass" -LICENSE="MIT" -SLOT="0" -RDEPEND="app-crypt/gnupg" -DEPEND="${RDEPEND} - dev-go/twofactor:= - dev-go/zglob:=" - -DOCS=( CONTRIBUTING.md README.md ) - -src_compile() { - EGO_PN="${EGO_PN}/cmd/browserpass" golang-build_src_compile - - pushd "src/${EGO_PN}" >/dev/null || die - sed -e 's|%%replace%%|'${EPREFIX}'/usr/bin/browserpass|' \ - -i firefox/host.json chrome/host.json || die - popd >/dev/null || die -} - -src_install() { - dobin browserpass - - pushd "src/${EGO_PN}" >/dev/null || die - insinto /usr/$(get_libdir)/mozilla/native-messaging-hosts - newins firefox/host.json com.dannyvankooten.browserpass.json - - insinto /etc/chromium/native-messaging-hosts - newins chrome/host.json com.dannyvankooten.browserpass.json - - einstalldocs - popd >/dev/null || die -}