From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9CF401388C3 for ; Fri, 15 Jan 2016 12:32:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1615321C027; Fri, 15 Jan 2016 12:32:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AA7C221C027 for ; Fri, 15 Jan 2016 12:32:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9AB963409EF for ; Fri, 15 Jan 2016 12:32:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7916CE82 for ; Fri, 15 Jan 2016 12:32:12 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1452861129.e223cf2f5eeb23b476eaf2e3862b52986e8e797a.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/lastpass-cli/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/lastpass-cli/lastpass-cli-0.8.0-r1.ebuild app-admin/lastpass-cli/lastpass-cli-0.8.0.ebuild X-VCS-Directories: app-admin/lastpass-cli/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: e223cf2f5eeb23b476eaf2e3862b52986e8e797a X-VCS-Branch: master Date: Fri, 15 Jan 2016 12:32:12 +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: 19818acd-7809-48f6-9aa4-9faa3b5b33c1 X-Archives-Hash: 0d6ea85e6b66ff68ee2ccf6611177907 commit: e223cf2f5eeb23b476eaf2e3862b52986e8e797a Author: Justin Lecher gentoo org> AuthorDate: Fri Jan 15 11:46:39 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Jan 15 12:32:09 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e223cf2f app-admin/lastpass-cli: Respect CC Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher gentoo.org> .../{lastpass-cli-0.8.0.ebuild => lastpass-cli-0.8.0-r1.ebuild} | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app-admin/lastpass-cli/lastpass-cli-0.8.0.ebuild b/app-admin/lastpass-cli/lastpass-cli-0.8.0-r1.ebuild similarity index 93% rename from app-admin/lastpass-cli/lastpass-cli-0.8.0.ebuild rename to app-admin/lastpass-cli/lastpass-cli-0.8.0-r1.ebuild index 242be99..8bb6a25 100644 --- a/app-admin/lastpass-cli/lastpass-cli-0.8.0.ebuild +++ b/app-admin/lastpass-cli/lastpass-cli-0.8.0-r1.ebuild @@ -4,9 +4,11 @@ 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" +SRC_URI="https://github.com/lastpass/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" SLOT="0" LICENSE="GPL-2" @@ -23,6 +25,10 @@ RDEPEND=" " DEPEND="${RDEPEND} app-text/asciidoc" +src_prepare() { + tc-export CC +} + src_compile() { emake PREFIX="${EPREFIX}/usr" emake PREFIX="${EPREFIX}/usr" doc-man