Remove lastpass-cli
This commit is contained in:
parent
1517ccd308
commit
ec0f1c6aee
@ -1,7 +0,0 @@
|
||||
AUX lastpass-cli-1.3.3/extern.patch 352 SHA256 166f6cf18dd5c9d919a5910a254641dda615d7e6201fd30cf714bca63760934e SHA512 42969d481f1649fa8c72dc73a9c0c86359bad1998c827e523c79df32cdec3a370ea401ad23d241953f8e5d61854cacd3bb7de3d9859741c0bb58f684a6b4b6f4 WHIRLPOOL 7cb580077e731fad46d38f270543dc38d304b6d4a58327a27244781907a58101ba27711e8abae9146b01781978838e1d0fbb3b26ea3ddbf942ebd8f9ccd71575
|
||||
AUX lastpass-cli-1.3.3/globals.patch 225 SHA256 3655bb1f62bc6a18d0f145874ff576b32fce63ccdb3e719f0820b5dbd26832fd SHA512 5cca8a58b976baef7520df443239d01c4e72e879b0b3a18bf79eff6d262c64c66856e64e91a7bb781355fea2daff83dc638f638480bdceda832cbb154ac617a0 WHIRLPOOL 7eaf82a08954e94f7a0904254366c94f1422988fc4495b91393a0353a74c99f2ce4cf05c047a3500b289fd9bbe50699a7b7210faa7de167fb78fc796ad2f0ba2
|
||||
DIST lastpass-cli-1.1.2.tar.gz 102796 SHA256 bc737d8e6d713c8aecdfb7f34b29aa9a8ae9b1e9ba80b31059686b18591a8c39 SHA512 8115cb07cfca15ef402bdbd8ce943352e1534ddb781274e21cb0fafa4bcd9ab7abe4ddba57c4ebbce326f09cc9249f244607d16cac5597e61cf21c73417e7d9c WHIRLPOOL c7e6a4d5ac9b8c52f53e081b367289b390704fa4dfbf13a9ea0086e4ca0d49f9ef5a39f9ea854387ffb66fbd18f9b5263d17ae6573c4286fb7a36ebdce724d7f
|
||||
DIST lastpass-cli-1.3.3.tar.gz 116434 SHA256 f38e1ee7e06e660433a575a23b061c2f66ec666d746e988716b2c88de59aed73 SHA512 9b9274cae1fe4045b7df4402170c522ab5765929739e76141b35a75ce3c8af824acd881e194face45e8721d6ce778bde97ff1a1ac23515de0c6dba28d61a8c7e WHIRLPOOL a1ac65681603e75ce9e59d2cae98250eb3ceb9618fb932a4f6ee0e8e10b923ddfd225abab4e264205078d7191381dcb1bad647603d971b88ce48d7bee0feb10c
|
||||
EBUILD lastpass-cli-1.1.2.ebuild 1012 SHA256 181d3b59b7733521798cd2cf98dbf35aa13c6706708b6e8131faa3c3b91fb8cf SHA512 d319bd79f9281f4ef9c6dce9ae68e58ac628addf7218b1bce38d983731a8e21cb9f4e112bb74fe2a0a598767c3381917c27191fc91834f5c1bd15fc22c92564f WHIRLPOOL 301454d57323c010210efedb18a3e89471774cb1fcdaad56dbb2d1f77148259d17378416e450174625bd06c702681ad27f1f0dc15b28e1c950e2508d51c9625d
|
||||
EBUILD lastpass-cli-1.3.3.ebuild 1046 SHA256 bf0c2e68cf75c183f03492b3c1b839d1401adcf47aaba289650ea970fb1a6488 SHA512 f559ceeb7fe8ae3b9cce52bb28ddb6d85bea94ed02501d6dce1b016569732a4ed293ba2f3f93ec85111ffdf8874aee10829114e91d2c2eece9b26c53a5a220ab WHIRLPOOL 9176102fd2ba6c9f97a3c9bc7d484afafaa93ad67e82ae5c68e9e3567628773b10ccc96ce7c4a9108394b4a0b2254ac2cdc8a57c7bc929785a21a9c5f4958bc1
|
||||
MISC metadata.xml 643 SHA256 7b04ceab7153ce462669fca6ee8dd72e37c4c6e9e6f2b9de866c97b03af4d036 SHA512 6b1a7f6566687384d328260576dad306dd07add06001b3746b4f37f05ff91b6ee72e1e2ecfd35463a5b78b4ba8dd1a7757503bdf992372dbd474967e4bf0e9f3 WHIRLPOOL 3215f5055176a55e1e0489f560061f242fb2887d4e68ebe0655925aa751a88333de8fd8513cd065e8a74cbdf96df686adbd8fd34021e8a600f4181050786e241
|
||||
@ -1,14 +0,0 @@
|
||||
diff -u old/process.h new/process.h
|
||||
--- old/process.h 2021-07-21 11:44:43.757743766 -0400
|
||||
+++ new/process.h 2021-07-21 11:45:04.014497097 -0400
|
||||
@@ -4,8 +4,8 @@
|
||||
#include <stdbool.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
-int ARGC;
|
||||
-char **ARGV;
|
||||
+extern int ARGC;
|
||||
+extern char **ARGV;
|
||||
|
||||
void process_set_name(const char *name);
|
||||
void process_disable_ptrace(void);
|
||||
@ -1,9 +0,0 @@
|
||||
diff -uN old/globals.c new/globals.c
|
||||
--- old/globals.c 1969-12-31 19:00:00.000000000 -0500
|
||||
+++ new/globals.c 2021-07-21 12:10:31.473902680 -0400
|
||||
@@ -0,0 +1,5 @@
|
||||
+#include "process.h"
|
||||
+
|
||||
+/* Globals */
|
||||
+int ARGC;
|
||||
+char **ARGV;
|
||||
@ -1,43 +0,0 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit bash-completion-r1 toolchain-funcs
|
||||
|
||||
DESCRIPTION="Interfaces with LastPass.com from the command line."
|
||||
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+"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE="libressl X +pinentry"
|
||||
|
||||
RDEPEND="
|
||||
X? ( || ( x11-misc/xclip x11-misc/xsel ) )
|
||||
!libressl? ( dev-libs/openssl:0= )
|
||||
libressl? ( dev-libs/libressl:0= )
|
||||
net-misc/curl
|
||||
dev-libs/libxml2
|
||||
pinentry? ( app-crypt/pinentry )
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
app-text/asciidoc
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
# Do not include headers from /usr/local/include
|
||||
sed -i -e 's:-I/usr/local/include::' Makefile || die
|
||||
default
|
||||
tc-export CC
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake PREFIX="${EPREFIX}/usr" COMPDIR="$(get_bashcompdir)" all doc-man
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install install-doc
|
||||
}
|
||||
@ -1,47 +0,0 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit bash-completion-r1 toolchain-funcs
|
||||
|
||||
DESCRIPTION="Interfaces with LastPass.com from the command line."
|
||||
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+"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE="libressl X +pinentry"
|
||||
|
||||
RDEPEND="
|
||||
X? ( || ( x11-misc/xclip x11-misc/xsel ) )
|
||||
!libressl? ( dev-libs/openssl:0= )
|
||||
libressl? ( dev-libs/libressl:0= )
|
||||
net-misc/curl
|
||||
dev-libs/libxml2
|
||||
pinentry? ( app-crypt/pinentry )
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
app-text/asciidoc
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${P}/"
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
# Do not include headers from /usr/local/include
|
||||
sed -i -e 's:-I/usr/local/include::' Makefile || die
|
||||
default
|
||||
tc-export CC
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake PREFIX="${EPREFIX}/usr" COMPDIR="$(get_bashcompdir)" all doc-man
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install install-doc
|
||||
}
|
||||
@ -1,20 +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>
|
||||
<use>
|
||||
<flag name="X">
|
||||
Use <pkg>x11-misc/xclip</pkg> or <pkg>x11-misc/xsel</pkg> to copy passwords to the clipboard.
|
||||
</flag>
|
||||
<flag name="pinentry">
|
||||
Use <pkg>app-crypt/pinentry</pkg> to prompt for passwords.
|
||||
</flag>
|
||||
</use>
|
||||
<upstream>
|
||||
<remote-id type="github">lastpass/lastpass-cli</remote-id>
|
||||
<bugs-to>https://github.com/lastpass/lastpass-cli/issues</bugs-to>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Loading…
Reference in New Issue
Block a user