Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/drive/
Date: Fri, 30 Sep 2022 23:24:57
Message-Id: 1664580265.3248bcacd8bb14ed87ec4424974c002fd04befe2.sam@gentoo
1 commit: 3248bcacd8bb14ed87ec4424974c002fd04befe2
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 30 23:12:48 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 30 23:24:25 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3248bcac
7
8 net-misc/drive: fix StaticSrcUri
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-misc/drive/drive-0.4.0_p20210208.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-misc/drive/drive-0.4.0_p20210208.ebuild b/net-misc/drive/drive-0.4.0_p20210208.ebuild
16 index 0e830cdd3de4..8430cba30ee6 100644
17 --- a/net-misc/drive/drive-0.4.0_p20210208.ebuild
18 +++ b/net-misc/drive/drive-0.4.0_p20210208.ebuild
19 @@ -9,7 +9,7 @@ DESCRIPTION="Google Drive client for the commandline"
20 HOMEPAGE="https://github.com/odeke-em/drive"
21 EGIT_COMMIT="bede608f250a9333d55c43396fc5e72827e806fd"
22 SRC_URI="https://github.com/odeke-em/drive/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz
23 - https://dev.gentoo.org/~zmedico/dist/drive-0.4.0_p20210208-deps.tar.xz"
24 + https://dev.gentoo.org/~zmedico/dist/${P}-deps.tar.xz"
25
26 KEYWORDS="amd64"
27 LICENSE="Apache-2.0 BSD MIT"