public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/lastpass-cli/
Date: Sat, 14 Nov 2015 16:10:35 +0000 (UTC)	[thread overview]
Message-ID: <1446714966.bef00bf9e038a6430619d1b045faad2ffa5954e8.monsieurp@gentoo> (raw)

commit:     bef00bf9e038a6430619d1b045faad2ffa5954e8
Author:     Gokturk Yuksek <gokturk <AT> binghamton <DOT> edu>
AuthorDate: Thu Nov  5 09:16:06 2015 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Nov  5 09:16:06 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bef00bf9

app-admin/lastpass-cli: remove old versions 0.3.0 and 0.5.0

Versions of lastpass-cli prior to 0.5.1 will fail with:
"Error: Peer certificate cannot be authenticated with given CA certificates."
This is due to updated SHA-256 certificate.

See upstream commit 89d3b40

Package-Manager: portage-2.2.20.1

 app-admin/lastpass-cli/Manifest                  |  2 --
 app-admin/lastpass-cli/lastpass-cli-0.3.0.ebuild | 37 ------------------------
 app-admin/lastpass-cli/lastpass-cli-0.5.0.ebuild | 37 ------------------------
 3 files changed, 76 deletions(-)

diff --git a/app-admin/lastpass-cli/Manifest b/app-admin/lastpass-cli/Manifest
index 2a7eb27..0cc1134 100644
--- a/app-admin/lastpass-cli/Manifest
+++ b/app-admin/lastpass-cli/Manifest
@@ -1,3 +1 @@
-DIST lastpass-cli-0.3.0.tar.gz 48596 SHA256 7956fe945aae64bd57350c3ed89773dd1449b99e8e0369eefcea14382e4aea08 SHA512 9993de2a8d8d66440d318985d1f15ed44033beb9932193f3ef90c5fdc2b598d9b9099d8a0bf871877dbf08014f028fad5305d33cc30bc9b1a7367a582e17002b WHIRLPOOL e7337847500c3a251ed81151517c4f3d8e4a8bd7089195f22748a117aad9c12f36c22471ea84a81ca7e2c4838063dbd852b34a86cf9701749d75278bec7c40ef
-DIST lastpass-cli-0.5.0.tar.gz 59237 SHA256 09e7b1e5c1520db2a34a49e7ae07e5b3a7555a4ed2490ed7b56f047065bca812 SHA512 7c34ba4cbf43b299656881766e40302edce1db27fb5eb20bed82fbd141354c7682f49d7dd114af0b1eae512e21f7b334b5bd9b820bac53aa52ad7400a579d925 WHIRLPOOL 443898d70290658900140f4262218b1923eed09a67a0aca18fb1c530a12b466b8362a1f190aaa73586e5ddfb4e843fbce9262e26d4ce2d66e38eed6e59b5820c
 DIST lastpass-cli-0.6.0.tar.gz 65047 SHA256 e48f210b34a030e8b8cef3e1d05957aabe757ea4cd31bf03c46b70ddc830733c SHA512 ceaa660e6a7d3b27b09ce6d1d522af216e2c8357859d87034f7f887b53631bf5214b02400f8cb91d0c0020fcfb7889dd0fd8731b1af76a63f94666de2ac4dcd4 WHIRLPOOL 4554d8576e71a0b4c7d69556614a33f3e34d85aec4dd6aa50973ba8eb212864fc45bf3a7cb4e2847cb60a00546e46652cf5baf7f34872ada23431e78078cc6ed

diff --git a/app-admin/lastpass-cli/lastpass-cli-0.3.0.ebuild b/app-admin/lastpass-cli/lastpass-cli-0.3.0.ebuild
deleted file mode 100644
index e112950..0000000
--- a/app-admin/lastpass-cli/lastpass-cli-0.3.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="Interfaces with LastPass.com from the command line."
-SRC_URI="https://github.com/lastpass/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-HOMEPAGE="https://github.com/lastpass/lastpass-cli"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="X +pinentry"
-
-RDEPEND="
-	X? ( || ( x11-misc/xclip x11-misc/xsel ) )
-	dev-libs/openssl:0
-	net-misc/curl
-	dev-libs/libxml2
-	pinentry? ( app-crypt/pinentry )
-"
-DEPEND="${RDEPEND} app-text/asciidoc"
-
-src_prepare() {
-	sed -i 's/install -s/install/' Makefile || die "Could not remove stripping"
-}
-
-src_compile() {
-	emake PREFIX="${EPREFIX}/usr"
-	emake PREFIX="${EPREFIX}/usr" doc-man
-}
-
-src_install() {
-	emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
-	emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install-doc
-}

diff --git a/app-admin/lastpass-cli/lastpass-cli-0.5.0.ebuild b/app-admin/lastpass-cli/lastpass-cli-0.5.0.ebuild
deleted file mode 100644
index e112950..0000000
--- a/app-admin/lastpass-cli/lastpass-cli-0.5.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="Interfaces with LastPass.com from the command line."
-SRC_URI="https://github.com/lastpass/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-HOMEPAGE="https://github.com/lastpass/lastpass-cli"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="X +pinentry"
-
-RDEPEND="
-	X? ( || ( x11-misc/xclip x11-misc/xsel ) )
-	dev-libs/openssl:0
-	net-misc/curl
-	dev-libs/libxml2
-	pinentry? ( app-crypt/pinentry )
-"
-DEPEND="${RDEPEND} app-text/asciidoc"
-
-src_prepare() {
-	sed -i 's/install -s/install/' Makefile || die "Could not remove stripping"
-}
-
-src_compile() {
-	emake PREFIX="${EPREFIX}/usr"
-	emake PREFIX="${EPREFIX}/usr" doc-man
-}
-
-src_install() {
-	emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
-	emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install-doc
-}


             reply	other threads:[~2015-11-14 16:10 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-14 16:10 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-11-14 16:10 [gentoo-commits] repo/gentoo:master commit in: app-admin/lastpass-cli/ Patrice Clement
2015-12-26  1:03 Anthony G. Basile
2015-12-26  9:14 Patrice Clement
2015-12-26 11:00 Anthony G. Basile
2016-01-13  8:44 Patrice Clement
2016-01-13  8:44 Patrice Clement
2016-01-13  8:44 Patrice Clement
2016-01-15 12:32 Justin Lecher
2016-02-01  0:49 Ian Delaney
2016-02-01  0:49 Ian Delaney
2016-02-01  0:49 Ian Delaney
2016-03-04  9:12 Ian Delaney
2016-03-04  9:12 Ian Delaney
2016-03-04  9:12 Ian Delaney
2016-03-04  9:12 Ian Delaney
2016-03-15 12:24 Agostino Sarubbo
2016-03-15 12:24 Agostino Sarubbo
2016-03-15 16:27 Patrice Clement
2016-03-21 21:25 Anthony G. Basile
2016-04-04  9:00 Ian Delaney
2016-04-23  7:59 Patrice Clement
2016-04-23 18:13 Patrice Clement
2016-05-22 17:09 Göktürk Yüksek
2016-09-01 19:44 Göktürk Yüksek
2016-10-11  1:36 Göktürk Yüksek
2016-10-11  1:36 Göktürk Yüksek
2016-10-11  1:36 Göktürk Yüksek
2017-05-22 21:06 Göktürk Yüksek
2017-07-06  0:13 Göktürk Yüksek
2017-10-25 21:46 Göktürk Yüksek
2018-03-16  0:31 Göktürk Yüksek
2018-05-18 23:19 Göktürk Yüksek
2018-05-21 22:35 Göktürk Yüksek
2018-07-17 14:01 Mikle Kolyada
2018-07-17 21:58 Göktürk Yüksek
2018-07-17 21:58 Göktürk Yüksek
2019-03-27  1:08 Göktürk Yüksek
2019-05-03 22:16 Göktürk Yüksek
2021-01-07  0:58 Sam James
2021-01-07  1:08 Sam James
2021-01-08  4:04 Adam Feldman
2021-04-30 19:12 Mikle Kolyada

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1446714966.bef00bf9e038a6430619d1b045faad2ffa5954e8.monsieurp@gentoo \
    --to=monsieurp@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox