public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sergey Popov" <pinkbyte@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/yandex-disk/
Date: Mon, 20 Aug 2018 10:10:21 +0000 (UTC)	[thread overview]
Message-ID: <1534759812.302ca2aac003564239fa88e0a8b6b87e0cd08b3d.pinkbyte@gentoo> (raw)

commit:     302ca2aac003564239fa88e0a8b6b87e0cd08b3d
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 20 10:06:16 2018 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Mon Aug 20 10:10:12 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=302ca2aa

net-misc/yandex-disk: drop old

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-misc/yandex-disk/Manifest                      |  2 -
 .../yandex-disk/yandex-disk-0.1.5.940_p1.ebuild    | 47 ----------------------
 2 files changed, 49 deletions(-)

diff --git a/net-misc/yandex-disk/Manifest b/net-misc/yandex-disk/Manifest
index 1988535872e..1856f997aa6 100644
--- a/net-misc/yandex-disk/Manifest
+++ b/net-misc/yandex-disk/Manifest
@@ -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

diff --git a/net-misc/yandex-disk/yandex-disk-0.1.5.940_p1.ebuild b/net-misc/yandex-disk/yandex-disk-0.1.5.940_p1.ebuild
deleted file mode 100644
index 0ba7ec85dfa..00000000000
--- a/net-misc/yandex-disk/yandex-disk-0.1.5.940_p1.ebuild
+++ /dev/null
@@ -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
-}


             reply	other threads:[~2018-08-20 10:10 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-20 10:10 Sergey Popov [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-02-14 11:19 [gentoo-commits] repo/gentoo:master commit in: net-misc/yandex-disk/ Sergey Popov
2023-02-09 17:37 Sergey Popov
2023-02-09 17:37 Sergey Popov
2022-12-08  7:45 Sergey Popov
2022-12-08  7:45 Sergey Popov
2022-04-04 11:25 Sergey Popov
2020-08-11 11:15 Sergey Popov
2020-07-08 11:12 Sergey Popov
2020-07-08 11:12 Sergey Popov
2018-08-20 10:10 Sergey Popov
2017-07-17 12:13 Sergey Popov
2017-05-30  7:21 Sergey Popov
2017-01-17 10:23 Sergey Popov
2017-01-17 10:23 Sergey Popov
2016-05-12 11:45 Ian Delaney
2015-10-30 19:35 Mikle Kolyada
2015-10-30  9:18 Agostino Sarubbo
2015-10-29 13:32 Sergey Popov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1534759812.302ca2aac003564239fa88e0a8b6b87e0cd08b3d.pinkbyte@gentoo \
    --to=pinkbyte@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox