jdhore      15/03/14 18:57:43

  Modified:             ChangeLog
  Added:                lastpass-cli-0.5.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.18/cvs/Linux i686, unsigned Manifest commit)

Revision  Changes    Path
1.5                  app-admin/lastpass-cli/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/lastpass-cli/ChangeLog?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/lastpass-cli/ChangeLog?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/lastpass-cli/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/lastpass-cli/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   23 Oct 2014 18:10:37 -0000      1.4
+++ ChangeLog   14 Mar 2015 18:57:43 -0000      1.5
@@ -1,6 +1,11 @@
 # ChangeLog for app-admin/lastpass-cli
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/lastpass-cli/ChangeLog,v 1.4 
2014/10/23 18:10:37 zx2c4 Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/lastpass-cli/ChangeLog,v 1.5 
2015/03/14 18:57:43 jdhore Exp $
+
+*lastpass-cli-0.5.0 (14 Mar 2015)
+
+  14 Mar 2015; Jeff Horelick <[email protected]> +lastpass-cli-0.5.0.ebuild:
+  Version bump
 
   23 Oct 2014; Jason A. Donenfeld <[email protected]> metadata.xml:
   Pass maintainership onto Jeff



1.1                  app-admin/lastpass-cli/lastpass-cli-0.5.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/lastpass-cli/lastpass-cli-0.5.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/lastpass-cli/lastpass-cli-0.5.0.ebuild?rev=1.1&content-type=text/plain

Index: lastpass-cli-0.5.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-admin/lastpass-cli/lastpass-cli-0.5.0.ebuild,v 1.1 
2015/03/14 18:57:43 jdhore Exp $

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 via email to