app-admin/lastpass-cli: remove old
authorGöktürk Yüksek <gokturk@gentoo.org>
Tue, 17 Jul 2018 21:57:34 +0000 (17:57 -0400)
committerGöktürk Yüksek <gokturk@gentoo.org>
Tue, 17 Jul 2018 21:57:34 +0000 (17:57 -0400)
Package-Manager: Portage-2.3.41, Repoman-2.3.9

app-admin/lastpass-cli/Manifest
app-admin/lastpass-cli/lastpass-cli-1.0.0.ebuild [deleted file]
app-admin/lastpass-cli/lastpass-cli-1.1.2.ebuild [deleted file]
app-admin/lastpass-cli/lastpass-cli-1.2.1.ebuild [deleted file]
app-admin/lastpass-cli/lastpass-cli-1.2.2.ebuild [deleted file]
app-admin/lastpass-cli/lastpass-cli-1.3.0.ebuild [deleted file]

index 11d53913d861bacef740fdfc919b625baccebcf6..7a58856009db6318dd578fa50f1218bc4b3d06fa 100644 (file)
@@ -1,7 +1,2 @@
-DIST lastpass-cli-1.0.0.tar.gz 92311 BLAKE2B a5351fb203ce3532572ac52fad5f6a6312c3378918b5100011fe4947c1fe7ca09d41e327e85b7a9d5c9ddd58ac29d3b790494570dda0d970a3c1c18bcc0ca5db SHA512 4709b3e4d6064c8c5cb593344e6417355d7df570240dce8eb77a19f3377ea38585280a9602cf8ab926c55c6afd84b297f261b0c8a40d355734d5cc542d46f610
-DIST lastpass-cli-1.1.2.tar.gz 102796 BLAKE2B 7c6a19698616e9a3ab6286b2eaaaed1b4a810cb35464c70f3930ed0903d5f63cce6f0d5bcbb3b07fb5ad846b58581a93aaf8d6d63a7246b7bb51985362fb856e SHA512 8115cb07cfca15ef402bdbd8ce943352e1534ddb781274e21cb0fafa4bcd9ab7abe4ddba57c4ebbce326f09cc9249f244607d16cac5597e61cf21c73417e7d9c
-DIST lastpass-cli-1.2.1.tar.gz 108780 BLAKE2B 82ebae9a6a707bb75025cf98b53bccd2403eb0a3855d7f6ca7c5fdbf55465f929df529100da7933ce73ab7ece35275e0ffd96e6463eb1ecbd81dcccca3b80047 SHA512 c7c9f20dbc083873b815834320828a30a1c488571efbfc5aea47c3bd2073819d713810c785855d4c0c208e1b95aa0e5fc550a0b6b5c0f787eca1f54589e18e62
-DIST lastpass-cli-1.2.2.tar.gz 110045 BLAKE2B 96fcfd8f6e974edb5bd8701e18e73b46c0bcbcc14c38debd50be922a25ece9397bb6b641d4f2ce3057e57af0114a263eaab03e86b74e61d89a745411051bb172 SHA512 7d211c7669fe2de3e3f34cf00025376fd39a7f96c8573a0eaff64f322daab03de21e25d5875d3286a794580ac75d330c7bfe1005b377afc2b13e4ded9d78012c
-DIST lastpass-cli-1.3.0.tar.gz 113969 BLAKE2B 5570567b17f043200f6b4eca72735d26d153a91cb4f0551a856532101ac610d2505bc90677735a8bbafe68f1a1b7ac0a026ac642a9f3786cceb7638ea29394fb SHA512 7a147e08ac4b8e4e895744f80c484db9da895f4439bccbc141fe17e480285c76479753c2b879c60258d740af39775a3fae225ad193b5e6379a1cae8862c2a3ae
 DIST lastpass-cli-1.3.1.tar.gz 114843 BLAKE2B 7983d4090092ef3443d8c502d157934fa2384426f0be22c796795cdf664be3ba396f64daa81cdf896cb6901d4063f93e54b62cda4349b14fa4d312a21c5bb76d SHA512 092d28dc459719e662fbb2c5e92e8cc75be108aa9d7b62569ee44cb34dd9588e78151fdc5ad114c30e8de21c0b8803edc41db9295548c7cbfe6e537c9a52aad2
 DIST lastpass-cli-man-1.3.1.tar.xz 5700 BLAKE2B 736ab71ad55cfcb657c727f3dc9dc15775dab1a0232d1ffc51b8794e49911531c96a841b4a5ac0b31f0516cd7aa54027ac7d0eb096816730cdfd192c04d99449 SHA512 e60807683ecd681b3937ef447d3e6a487d25418fe99f51ba99e54bf643c5254dd18427a03e7f035198ef34ff578bbb6116baf04eb554f54d85e7d059b6bfed7e
diff --git a/app-admin/lastpass-cli/lastpass-cli-1.0.0.ebuild b/app-admin/lastpass-cli/lastpass-cli-1.0.0.ebuild
deleted file mode 100644 (file)
index a33a276..0000000
+++ /dev/null
@@ -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
-}
diff --git a/app-admin/lastpass-cli/lastpass-cli-1.1.2.ebuild b/app-admin/lastpass-cli/lastpass-cli-1.1.2.ebuild
deleted file mode 100644 (file)
index d81e760..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils bash-completion-r1
-
-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_configure() {
-       local mycmakeargs=(
-               -DBASH_COMPLETION_COMPLETIONSDIR="$(get_bashcompdir)"
-       )
-
-       cmake-utils_src_configure
-}
-
-src_compile() {
-       cmake-utils_src_compile all doc-man
-}
-
-src_install() {
-       cmake-utils_src_install install install-doc
-}
diff --git a/app-admin/lastpass-cli/lastpass-cli-1.2.1.ebuild b/app-admin/lastpass-cli/lastpass-cli-1.2.1.ebuild
deleted file mode 100644 (file)
index 4a4ee2d..0000000
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils bash-completion-r1
-
-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 test"
-
-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_configure() {
-       local mycmakeargs=(
-               -DBASH_COMPLETION_COMPLETIONSDIR="$(get_bashcompdir)"
-       )
-
-       cmake-utils_src_configure
-}
-
-src_compile() {
-       cmake-utils_src_compile all doc-man $(usex test lpass-test '')
-}
-
-src_install() {
-       cmake-utils_src_install install install-doc
-}
-
-src_test() {
-       local myctestargs=(
-               -j1 # Parallel tests fail
-       )
-
-       # The path to lpass-test is hardcoded to "${S}"/build/lpass-test
-       # which is incorrect for our out-of-source build
-       sed -e "s|TEST_LPASS=.*|TEST_LPASS=\"${BUILD_DIR}/lpass-test\"|" \
-               -i "${S}"/test/include.sh
-
-       cmake-utils_src_test
-}
diff --git a/app-admin/lastpass-cli/lastpass-cli-1.2.2.ebuild b/app-admin/lastpass-cli/lastpass-cli-1.2.2.ebuild
deleted file mode 100644 (file)
index 2822408..0000000
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils bash-completion-r1
-
-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 test"
-
-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_configure() {
-       local mycmakeargs=(
-               -DBASH_COMPLETION_COMPLETIONSDIR="$(get_bashcompdir)"
-       )
-
-       cmake-utils_src_configure
-}
-
-src_compile() {
-       cmake-utils_src_compile all doc-man $(usex test lpass-test '')
-}
-
-src_install() {
-       cmake-utils_src_install install install-doc
-}
-
-src_test() {
-       local myctestargs=(
-               -j1 # Parallel tests fail
-       )
-
-       # The path to lpass-test is hardcoded to "${S}"/build/lpass-test
-       # which is incorrect for our out-of-source build
-       sed -e "s|TEST_LPASS=.*|TEST_LPASS=\"${BUILD_DIR}/lpass-test\"|" \
-               -i "${S}"/test/include.sh || die
-
-       cmake-utils_src_test
-}
diff --git a/app-admin/lastpass-cli/lastpass-cli-1.3.0.ebuild b/app-admin/lastpass-cli/lastpass-cli-1.3.0.ebuild
deleted file mode 100644 (file)
index 2c34bde..0000000
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils bash-completion-r1
-
-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+ GPL-2+-with-openssl-exception"
-KEYWORDS="~amd64 ~x86"
-IUSE="libressl X +pinentry test"
-
-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_configure() {
-       local mycmakeargs=(
-               -DBASH_COMPLETION_COMPLETIONSDIR="$(get_bashcompdir)"
-       )
-
-       cmake-utils_src_configure
-}
-
-src_compile() {
-       cmake-utils_src_compile all doc-man $(usex test lpass-test '')
-}
-
-src_install() {
-       cmake-utils_src_install install install-doc
-}
-
-src_test() {
-       local myctestargs=(
-               -j1 # Parallel tests fail
-       )
-
-       # The path to lpass-test is hardcoded to "${S}"/build/lpass-test
-       # which is incorrect for our out-of-source build
-       sed -e "s|TEST_LPASS=.*|TEST_LPASS=\"${BUILD_DIR}/lpass-test\"|" \
-               -i "${S}"/test/include.sh || die
-
-       cmake-utils_src_test
-}