public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/drive/
Date: Fri, 10 Nov 2023 05:59:32 +0000 (UTC)	[thread overview]
Message-ID: <1699595963.ba6f1c6fd9b9434bd2c07cf7233ee38cb6ab430a.zmedico@gentoo> (raw)

commit:     ba6f1c6fd9b9434bd2c07cf7233ee38cb6ab430a
Author:     Brian Harring <ferringb <AT> gmail <DOT> com>
AuthorDate: Fri Nov 10 04:51:11 2023 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Fri Nov 10 05:59:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba6f1c6f

net-misc/drive: treeclean

Dead upstream and fully broken since 2023-02 due to google
auth changes.

Closes: https://bugs.gentoo.org/658028
Closes: https://bugs.gentoo.org/903862
Signed-off-by: Brian Harring <ferringb <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/33751
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 net-misc/drive/Manifest                     |  2 --
 net-misc/drive/drive-0.4.0_p20210208.ebuild | 33 -----------------------------
 net-misc/drive/metadata.xml                 | 11 ----------
 3 files changed, 46 deletions(-)

diff --git a/net-misc/drive/Manifest b/net-misc/drive/Manifest
deleted file mode 100644
index d71c85bab7f9..000000000000
--- a/net-misc/drive/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST drive-0.4.0_p20210208-deps.tar.xz 61397376 BLAKE2B ac6352f97e312b71aab714406b0a62e62dc6cdfa66c262cf9c7b2cbaa8027f5b62aabc5d9706e5447199f06fb586257c2efa79c6bbf66e7cb5ac15bf5eb6a4aa SHA512 d65553ba6e6562aa28630020b924149ea6656164b102ff6e4dea0b0d3b89fbd11cb75ce47f5e9d04b5818c407485872828c29981b56176cdebf1c09d6f1fa6cd
-DIST drive-0.4.0_p20210208.tar.gz 353706 BLAKE2B 67af7651e7024109e3b4a64104d89c8ff349ad5cb28e51ccc30cce9c4c4591527c153779cef726522999c9308d461c9fa4340137aa8811ca04501dc80f129434 SHA512 ed34f88ff6fe2c77efe06c53102282bbdcb33fe3a95f275d1755e33172f3cc262a180aa57d50ee5b1a465fa8bcb3e37d34e00aa92a422c8c3e7226c1d3d27774

diff --git a/net-misc/drive/drive-0.4.0_p20210208.ebuild b/net-misc/drive/drive-0.4.0_p20210208.ebuild
deleted file mode 100644
index 8430cba30ee6..000000000000
--- a/net-misc/drive/drive-0.4.0_p20210208.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit go-module
-
-DESCRIPTION="Google Drive client for the commandline"
-HOMEPAGE="https://github.com/odeke-em/drive"
-EGIT_COMMIT="bede608f250a9333d55c43396fc5e72827e806fd"
-SRC_URI="https://github.com/odeke-em/drive/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz
-	https://dev.gentoo.org/~zmedico/dist/${P}-deps.tar.xz"
-
-KEYWORDS="amd64"
-LICENSE="Apache-2.0 BSD MIT"
-SLOT="0"
-IUSE=""
-S=${WORKDIR}/${PN}-${EGIT_COMMIT}
-
-src_prepare() {
-	sed -e "s|qrcode.Encode(uri,|\0 qrcode.Medium,|" -i drive-server/main.go || die
-	default
-}
-
-src_compile() {
-	CGO_ENABLED=0 go build -o ./bin/drive ./cmd/drive || die
-	CGO_ENABLED=0 go build -o ./bin/drive-server ./drive-server || die
-}
-
-src_install() {
-	dodoc "README.md"
-	dobin bin/drive bin/drive-server
-}

diff --git a/net-misc/drive/metadata.xml b/net-misc/drive/metadata.xml
deleted file mode 100644
index 83bc837931b9..000000000000
--- a/net-misc/drive/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>zmedico@gentoo.org</email>
-		<name>Zac Medico</name>
-	</maintainer>
-	<upstream>
-		<remote-id type="github">odeke-em/drive</remote-id>
-	</upstream>
-</pkgmetadata>


             reply	other threads:[~2023-11-10  5:59 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-10  5:59 Zac Medico [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-09-30 23:24 [gentoo-commits] repo/gentoo:master commit in: net-misc/drive/ Sam James
2022-05-15 17:45 Zac Medico
2022-05-15 17:30 Zac Medico
2022-05-15 17:30 Zac Medico
2021-10-29  7:33 Zac Medico
2021-10-29  7:10 Zac Medico
2021-10-29  7:05 Zac Medico
2019-09-18 18:21 Zac Medico
2019-09-18 17:37 Zac Medico
2018-04-04 17:15 Aaron Bauman
2017-10-01 18:21 Zac Medico
2017-09-15  7:08 Zac Medico
2017-09-15  7:06 Zac Medico
2017-01-17  2:07 Zac Medico
2016-11-27 20:48 Zac Medico
2016-11-07  7:25 Zac Medico
2016-10-11  8:28 Zac Medico
2016-10-11  8:28 Zac Medico
2016-05-22  8:11 Zac Medico
2016-03-21  9:23 Zac Medico

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=1699595963.ba6f1c6fd9b9434bd2c07cf7233ee38cb6ab430a.zmedico@gentoo \
    --to=zmedico@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