net-misc/yandex-disk: drop old

Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
Sergey Popov
2018-08-20 13:06:16 +03:00
parent 2c233226cf
commit 302ca2aac0
2 changed files with 0 additions and 49 deletions

View File

@@ -1,4 +1,2 @@
DIST yandex-disk-0.1.5.940-1.fedora.i386.rpm 4551033 BLAKE2B 7d989a6aa3c2659bddeedd38cd0e4763548352e270d5ecfeaecf0aa901836dd8a1b4f794f71d2345d0041242773f01a8222e31d9a2ded50bf434dfce1250bbe2 SHA512 40438b9b079c3f1fc9c23794abd320b552f9f77c0f7aa4972fd2de94f60b607bc067a56e00bb35597a505e087ecc6ec7089b90d87695320c685abbf4af735db4
DIST yandex-disk-0.1.5.940-1.fedora.x86_64.rpm 4349853 BLAKE2B 87982bbcdabfe5e78f81a2f2a2bd8669ab05f217fc716564b2040a584fa76e7244f8c9e5ad01d1f93419dc33b1ea49eaee72e8cc65d84330ef90deac80feeacd SHA512 0e52eb6275a349191b56d89a1e288c7112a8f93c31d4017787ede0a1fd7b69666f8425abb0309500361cbdd56e850e2380f74730d5ace97f1b3e4dd2c5eed6fb
DIST yandex-disk-0.1.5.978-1.fedora.i386.rpm 4353188 BLAKE2B 5d82bf72cf670754c6889e1b7f4c99c47426fe938f7131381bf06d1bb6d5e98d403d746b336624f958a75839fb0c73982b14ba86d4d3db581286ace31fac48f7 SHA512 59008f42463185fab2aed221b44283e57c279ef7fd0966732dc3b6a3f474104f2ca676d77e7d958f53bff38aac9c0f7ea82b25202fd9da5f0de62bb56a983319
DIST yandex-disk-0.1.5.978-1.fedora.x86_64.rpm 4534132 BLAKE2B 1e39bf6a9dab9c6d7bf1960214c23a9196347d7d757e014b22cd37a598f479e2576346ad1d38bc8986f7a1b30529db0e0e58b0fc20f51d4abcbdac028759678c SHA512 d4f22bf008767289abf95237aa86ae27b33b99c62ba89381c4ed73a510d8096c169c1c215274133cc7fdf885fb7d629e758cea5925f4afc5acf7b6d688bf0078

View File

@@ -1,47 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit bash-completion-r1 eutils rpm
MY_P="${PN}-${PV/_p/-}"
DESCRIPTION="CLI to access Yandex Disk file storage service"
HOMEPAGE="https://disk.yandex.ru"
SRC_URI="
amd64? ( http://repo.yandex.ru/yandex-disk/rpm/stable/x86_64/${MY_P}.fedora.x86_64.rpm )
x86? ( http://repo.yandex.ru/yandex-disk/rpm/stable/i386/${MY_P}.fedora.i386.rpm )
"
LICENSE="YDSLA"
SLOT="0"
KEYWORDS="-* amd64 x86"
DEPEND=""
RDEPEND="sys-libs/zlib"
S="${WORKDIR}"
QA_PREBUILT="opt/bin/yandex-disk"
src_prepare() {
# bug #526312
sed -i \
-e '/have /d' \
-e 's/+o nospace/-o nospace/' \
-e '/^complete/s/-X //' \
etc/bash_completion.d/yandex-disk-completion.bash || die
eapply_user
}
src_install() {
exeinto /opt/bin
doexe usr/bin/yandex-disk
newbashcomp etc/bash_completion.d/yandex-disk-completion.bash "${PN}"
insinto /usr/share/man
doins -r usr/share/man/*
insinto /usr/share
doins -r usr/share/locale
}