Removed yandex-disk, minor fixes

master
nemofsan 1 year ago
parent 515ff478a3
commit 3c44bdeb1a

@ -1,2 +0,0 @@
DIST yandex-disk-0.1.6.1080-1.fedora.i386.rpm 4613067 BLAKE2B 1d893b0420d6146aea7d10d4603c28fccd6e6c93eb3c6c414d5c91b3ebd77dd770fc20445b5c0e5892994a32d9fdfa18d3aa5cc011be3894381e63b833b76630 SHA512 68f8952556b822d1de0b99827f4667257caab8ff3c744c280da682d7bf9647877dcbad5547946f92d230bd8dd27b50f5695e5af6cdd6c8c4ed20ca22cbe5e914
DIST yandex-disk-0.1.6.1080-1.fedora.x86_64.rpm 4799367 BLAKE2B cc0fabe1479c0c66b06dd7fab943de32e1ad9477b3c03bc39c0859ba5b802bad8909d721b5fc2445943e86213bcc9ce68bf5f37eb6c151d5c211243176ae126c SHA512 d0845a825b1d4db773947c1101fa6aee38df43167486e4fae1d2db1e7fc7a49326882848eb742b069b3b2f6c1e9d617f6203dd8a3f67dd136dfa1f7bc1c8bfea

@ -1,50 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit bash-completion-r1 rpm
MY_P="${PN}-${PV/_p/-}"
DESCRIPTION="CLI to access Yandex Disk file storage service"
HOMEPAGE="https://disk.yandex.ru"
SRC_URI="
amd64? ( https://repo.yandex.ru/yandex-disk/rpm/stable/x86_64/${MY_P}.fedora.x86_64.rpm )
x86? ( https://repo.yandex.ru/yandex-disk/rpm/stable/i386/${MY_P}.fedora.i386.rpm )
"
LICENSE="YDSLA"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
DEPEND="app-arch/gzip"
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
# Uncompress man pages to prevent QA warnings, bug #731684
find usr/share/man -type f -name *.gz | xargs gunzip
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
}

@ -2,5 +2,3 @@
os_linux_name = 'Calculate Linux Desktop'
os_linux_subname = 'GNOME'
os_linux_shortname = CLDG
[update]
cl_update_with_bdeps_set = on

@ -1,3 +1,3 @@
# Calculate Linux Gnome
USE="-systemd -consolekit"
USE=""
THEMES="CLDG"

@ -1,10 +1,10 @@
# x11-terms/gnome-terminal
# >=x11-terms/gnome-terminal-3.46.3
#dev-lang/rust (required for www-client/firefox-107.0.1)
# >=dev-lang/rust-1.65.0
#virtual/rust (required for www-client/firefox-107.0.1)
>=virtual/rust-1.65.0-r1
# >=virtual/rust-1.65.0-r1
#net-misc/yandex-disk
=net-misc/yandex-disk-0.1.5.1039_p1
=net-misc/yandex-disk-0.1.6.1074_p1

Loading…
Cancel
Save