summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGöktürk Yüksek <gokturk@gentoo.org>2016-06-23 00:00:24 -0400
committerGöktürk Yüksek <gokturk@gentoo.org>2016-06-23 00:00:24 -0400
commitb65db1879b889506ad03826010e6d78117c451b1 (patch)
tree59c472d0e42af5d771b29d5112912b1633d51860
parentapp-admin/logstash-bin: Bump (diff)
downloadgentoo-b65db1879b889506ad03826010e6d78117c451b1.tar.gz
gentoo-b65db1879b889506ad03826010e6d78117c451b1.tar.bz2
gentoo-b65db1879b889506ad03826010e6d78117c451b1.zip
app-admin/lastpass: remove last-rited package
-rw-r--r--app-admin/lastpass/Manifest3
-rw-r--r--app-admin/lastpass/lastpass-3.2.16.ebuild110
-rw-r--r--app-admin/lastpass/metadata.xml21
-rw-r--r--profiles/package.mask5
4 files changed, 0 insertions, 139 deletions
diff --git a/app-admin/lastpass/Manifest b/app-admin/lastpass/Manifest
deleted file mode 100644
index 6b2dbc17caf3..000000000000
--- a/app-admin/lastpass/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST lp_linux-3.2.16.xpi 6328266 SHA256 e06364ce631f436246cfca19ff24a2483bc459a5e31178f2c6acd57c1f408f81 SHA512 343d0763f25c31fb7dbde2c9aa19d797431ee9f7bb1f8ae220fd4cac2cc8f439813d92ecb432047f5889967eca7bd4197a7f2725fc52669d022c9f44b7d4945e WHIRLPOOL 5b64cdf371b9ff9ac46030393b22fd92c4fa6493947f47d91a2f44c7019ffcfe1344447456398c2991aee5cbc45bf95b39d90a6a423f6a2e284ac88d2d75d2f8
-DIST lpchrome_linux-3.2.16.crx 5310273 SHA256 58ec7c7dfa735c5d052b0ca253f85654fd381952533a4a2b125d3abb88e77d39 SHA512 a7d3198ace665bcbbe0a7bdc9dcb4dc165aaa39214df798fe28930d3cc340976a476b8afc4f19af1acc6cbbe61feff8dfa5cc6c2b4c6d4a04b0377752ce1ca54 WHIRLPOOL 9b281945cd8603516e11a9a2f4869622d6783a56670253cdcc4a51a7ddae84a1a5297956d491b4e17e449a01acf6e8a4e3cc0a8b494f973078e617fe041ed615
-DIST lplinux-3.2.16.tar.bz2 1621919 SHA256 c06fd97e74298c5e7d698b2c8cffce7d79f0c45126daeb27bca91d3403fd893c SHA512 ed77f3ca979d84021e27088a5d1d7e0b102f6ce15f675a7b99810e88760844182b8597670bbe45c9436b42889597c8c421d1acb6abe24085bbd2623b7984d37d WHIRLPOOL 192d332348db9ad68a5e63441e17c0ef954de058376f110dcd05dfe261d54f1c9a179a9c647dc9d5090ffefe8af68a9dbe446dea7a1fb46b1f6c2e458752417d
diff --git a/app-admin/lastpass/lastpass-3.2.16.ebuild b/app-admin/lastpass/lastpass-3.2.16.ebuild
deleted file mode 100644
index aa3028777e19..000000000000
--- a/app-admin/lastpass/lastpass-3.2.16.ebuild
+++ /dev/null
@@ -1,110 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils
-
-DESCRIPTION="Online password manager and form filler that makes web browsing easier and more secure"
-HOMEPAGE="https://lastpass.com/misc_download2.php"
-# sadly, upstream has no versioned distfiles
-DIST_MAIN=lplinux-${PV}.tar.bz2
-DIST_CRX=lpchrome_linux-${PV}.crx # Use by both firefox+chrome/chromimum code
-DIST_XPI=lp_linux-${PV}.xpi
-SRC_URI="
- https://lastpass.com/lplinux.tar.bz2 -> ${DIST_MAIN}
- https://lastpass.com/lpchrome_linux.crx -> ${DIST_CRX}
- firefox? ( https://lastpass.com/lp_linux.xpi -> ${DIST_XPI} )"
-
-LICENSE="LastPass"
-SLOT="0"
-KEYWORDS="-* ~x86 ~amd64"
-IUSE="+chromium +firefox +chrome"
-RESTRICT="strip mirror" # We can't mirror it, but we can fetch it
-
-DEPEND="app-arch/unzip"
-RDEPEND="
- !!app-admin/lastpass-binary-component
- chrome? ( || (
- www-client/google-chrome
- www-client/google-chrome-beta
- www-client/google-chrome-unstable
- ) )
- chromium? ( >=www-client/chromium-32.0.1700.102 )
- firefox? ( www-client/firefox )"
-REQUIRED_USE="|| ( firefox chromium chrome )"
-
-LASTPASS_EXEDIR=/opt/lastpass/
-
-QA_PREBUILT="
- ${LASTPASS_EXEDIR}nplastpass*
- /usr/lib*/nsbrowser/plugins/libnplastpass*.so
- /usr/lib*/firefox/browser/extensions/support@lastpass.com/platform/Linux_x86_64-gcc3/components/lpxpcom_x86_64.so
- /usr/lib*/firefox/browser/extensions/support@lastpass.com/platform/Linux_x86-gcc3/components/lpxpcom.so
-"
-
-S="${WORKDIR}"
-
-src_unpack() {
- unpack ${DIST_MAIN}
- mkdir -p "${S}"/crx || die
- # bug #524864: strip Chrome CRX header
- # otherwise the unzip warning can be fatal in some cases
- dd bs=306 skip=1 if="${DISTDIR}"/${DIST_CRX} of="${T}"/lpchrome_linux.zip 2>/dev/null || die
- unzip -qq -o "${T}"/lpchrome_linux.zip -d "${S}"/crx || die
-}
-
-src_install() {
- # This is based on the upstream installer script that's in the tarball
- bin=nplastpass
- use amd64 && bin="${bin}64"
- exeinto ${LASTPASS_EXEDIR}
- doexe "${S}"/$bin
-
- # despite the name, this piece seems used by both firefox+chrome
- exeinto /usr/$(get_libdir)/nsbrowser/plugins
- doexe "${S}"/crx/lib${bin}.so
-
- cat >"${T}"/lastpass_policy.json <<-EOF || die
- {
- "ExtensionInstallSources": [
- "https://lastpass.com/*",
- "https://*.lastpass.com/*",
- "https://*.cloudfront.net/lastpass/*"
- ]
- }
- EOF
- cat >"${T}"/com.lastpass.nplastpass.json <<-EOF || die
- {
- "name": "com.lastpass.nplastpass",
- "description": "LastPass",
- "path": "${LASTPASS_EXEDIR}/$bin",
- "type": "stdio",
- "allowed_origins": [
- "chrome-extension://hdokiejnpimakedhajhdlcegeplioahd/",
- "chrome-extension://debgaelkhoipmbjnhpoblmbacnmmgbeg/",
- "chrome-extension://hnjalnkldgigidggphhmacmimbdlafdo/"
- ]
- }
- EOF
-
- for d in \
- $(usex chromium /etc/chromium '') \
- $(usex chrome /etc/opt/chrome '') \
- ; do
- insinto ${d}/policies/managed
- doins "${T}"/lastpass_policy.json
- insinto ${d}/native-messaging-hosts
- doins "${T}"/com.lastpass.nplastpass.json
- done
-
- if use firefox; then
- d="$D/usr/$(get_libdir)/firefox/browser/extensions/support@lastpass.com"
- mkdir -p $d || die
- unzip -qq -o "${DISTDIR}/${DIST_XPI}" -d "$d" || die
- fi
-}
-
-pkg_postinst() {
- einfo "Visit https://lastpass.com/dl/inline/?full=1 to finish installing for Chrome/Chromium/Firefox"
-}
diff --git a/app-admin/lastpass/metadata.xml b/app-admin/lastpass/metadata.xml
deleted file mode 100644
index acfdd8f82802..000000000000
--- a/app-admin/lastpass/metadata.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>gokturk@gentoo.org</email>
- <name>Göktürk Yüksek</name>
- </maintainer>
- <maintainer type="person">
- <email>robbat2@gentoo.org</email>
- <name>Robin H. Johnson</name>
- </maintainer>
- <longdescription lang="en">
- Lastpass is an online password manager, password generator, form
- filler and secure notes service.
- </longdescription>
- <use>
- <flag name="firefox">Support for <pkg>www-client/firefox</pkg></flag>
- <flag name="chromium">Support for <pkg>www-client/chromium</pkg></flag>
- <flag name="chrome">Support for <pkg>www-client/google-chrome</pkg></flag>
- </use>
-</pkgmetadata>
diff --git a/profiles/package.mask b/profiles/package.mask
index eeca5c9c6fe4..e11e29293f55 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -277,11 +277,6 @@ app-arch/zpipe
sci-geosciences/qlandkartegt
sci-geosciences/qlandkartegt-garmindev
-# Göktürk Yüksek <gokturk@gentoo.org> (23 May 2016)
-# Replaced by app-admin/lastpass-binary-component.
-# Masked for removal in 30 days.
-app-admin/lastpass
-
# Luca Barbato <lu_zero@gentoo.org> (23 May 2016)
# Masked for testing, vlc-2.2 configure rejects it.
=media-video/libav-12*