public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ian Delaney" <idella4@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/lastpass-cli/
Date: Mon,  1 Feb 2016 00:49:05 +0000 (UTC)	[thread overview]
Message-ID: <1454018417.9b6bff62748890c45820b34843636366301b32dd.idella4@gentoo> (raw)

commit:     9b6bff62748890c45820b34843636366301b32dd
Author:     Gokturk Yuksek <gokturk <AT> binghamton <DOT> edu>
AuthorDate: Thu Jan 28 15:35:56 2016 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Thu Jan 28 22:00:17 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b6bff62

app-admin/lastpass-cli: bump 0.6.0 to 0.6.1 for the upcoming cert change

Also, respect CC using toolchain-funcs.

X-Upstream-Issue-URL: https://github.com/lastpass/lastpass-cli/issues/88

Package-Manager: portage-2.2.24

 app-admin/lastpass-cli/Manifest                  |  1 +
 app-admin/lastpass-cli/lastpass-cli-0.6.1.ebuild | 41 ++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/app-admin/lastpass-cli/Manifest b/app-admin/lastpass-cli/Manifest
index 8f2e823..3007919 100644
--- a/app-admin/lastpass-cli/Manifest
+++ b/app-admin/lastpass-cli/Manifest
@@ -1,3 +1,4 @@
 DIST lastpass-cli-0.6.0.tar.gz 65047 SHA256 e48f210b34a030e8b8cef3e1d05957aabe757ea4cd31bf03c46b70ddc830733c SHA512 ceaa660e6a7d3b27b09ce6d1d522af216e2c8357859d87034f7f887b53631bf5214b02400f8cb91d0c0020fcfb7889dd0fd8731b1af76a63f94666de2ac4dcd4 WHIRLPOOL 4554d8576e71a0b4c7d69556614a33f3e34d85aec4dd6aa50973ba8eb212864fc45bf3a7cb4e2847cb60a00546e46652cf5baf7f34872ada23431e78078cc6ed
+DIST lastpass-cli-0.6.1.tar.gz 65996 SHA256 6ae596a59439d39794e31004d877ad6884d0f820bc0cc0a94c87bd2800ddbe9b SHA512 6bfb4d8d5c85a32179d6d577270a91d9731834f79b0ecbd9c8e3f66a403be876de073eb0418cd94ef04f545c3a8aca6fa503e892a13827f7c28f31d15e161dbc WHIRLPOOL a972d245087c2e72c029e06111b082b41f769b18b30ec6fc64176bba22c394d71aaa7cf66d32f31f7b4d4475056c547eae36d8f43f4f6add4aa71d46fb9178b7
 DIST lastpass-cli-0.7.1.tar.gz 68232 SHA256 e9e2d1dbbb6be0b0d9ce8d6c24026fc537cadc824528c96ac562737a90152f5c SHA512 c6be9b4cf30165835dd4e8716992d43246c91c4e9177226285b5a5214fd5927774155cc75b9aad66c69ec8b10ca0b0e00485a429e2bd064dd406fc55f275a295 WHIRLPOOL b88d4de9fdb120463a8454c098c12a1e2a366429904dec82d271b4ef287bdce192efef5de297733c3a38be21f3241ff402c8448a96daa195b986c671456b0b1d
 DIST lastpass-cli-0.8.0.tar.gz 79167 SHA256 c5c6076a9a80de275f7fc57275d303cc0c4eb21ff06f705659047abc09a8595b SHA512 2bbaffbe31ed95bda77cec82d5f702f92a311798590d9d41f63f920e50f79b2b7a9ab9b6fb05f4e0650ea4ba75d3e845b817a4f4206f316bc2cdba0de85f9999 WHIRLPOOL 9f7da593457555e50a0450cb0cb4d9d9a8e9b940566158eaf95b21b0865d8f14d19211c9e9fcf9794784695ffc1df66712ed569b3f1cabb472260a0b5c7b1106

diff --git a/app-admin/lastpass-cli/lastpass-cli-0.6.1.ebuild b/app-admin/lastpass-cli/lastpass-cli-0.6.1.ebuild
new file mode 100644
index 0000000..40deeb9
--- /dev/null
+++ b/app-admin/lastpass-cli/lastpass-cli-0.6.1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit toolchain-funcs
+
+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="libressl X +pinentry"
+
+RDEPEND="
+	X? ( || ( x11-misc/xclip x11-misc/xsel ) )
+	!libressl? ( dev-libs/openssl:0 )
+	libressl? ( dev-libs/libressl )
+	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"
+	tc-export CC
+}
+
+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:[~2016-02-01  0:49 UTC|newest]

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

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=1454018417.9b6bff62748890c45820b34843636366301b32dd.idella4@gentoo \
    --to=idella4@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