Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/rust-vim/
Date: Thu, 08 Jul 2021 16:52:27
Message-Id: 1625763138.04d719bcdfdc54e6ccd46d5934b2001d1a584be9.monsieurp@gentoo
1 commit: 04d719bcdfdc54e6ccd46d5934b2001d1a584be9
2 Author: Marco Scardovi <marco <AT> scardovi <DOT> com>
3 AuthorDate: Thu Jul 8 15:54:05 2021 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 8 16:52:18 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04d719bc
7
8 app-vim/rust-vim: drop older version.
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>
12 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
13
14 app-vim/rust-vim/Manifest | 1 -
15 app-vim/rust-vim/rust-vim-1_pre20180125.ebuild | 17 -----------------
16 2 files changed, 18 deletions(-)
17
18 diff --git a/app-vim/rust-vim/Manifest b/app-vim/rust-vim/Manifest
19 index f2f232bb774..f1854138d66 100644
20 --- a/app-vim/rust-vim/Manifest
21 +++ b/app-vim/rust-vim/Manifest
22 @@ -1,2 +1 @@
23 -DIST rust-vim-1_pre20180125.tar.gz 24497 BLAKE2B b6c45074aba1c52b2f3e96a15f05abb64bde864af3c5b2b61ddf237183426c67d5b3b4dacd78ee4f394d9f0411362186889df9a24e50edd350aaa1178f93bd59 SHA512 845899ad5ba753e2efd3deddcb077749f094163b9923574e34a8edb5d5d0772929315f4f2452f8238f832c2fd4cfa669ab1351df17c74ed2e6cacc783b071ffd
24 DIST rust-vim-1_pre20210215.tar.gz 39541 BLAKE2B f29c43194a2c18731e6c4bb5e2ae92c00d07c85cc46e3a5136ae5a27a5c40d18e6969f3a73e01ea90620d09e77174061648a32b62444e400b5ba960cf79ce48f SHA512 7370f2752ebdcc16497f88da6f7bfd06e6fac8ed280661874cf8ad802704dbf5072d535972e7361d4ed5123724c0d4729eff1533573fa33a7ba05798fd0467b9
25
26 diff --git a/app-vim/rust-vim/rust-vim-1_pre20180125.ebuild b/app-vim/rust-vim/rust-vim-1_pre20180125.ebuild
27 deleted file mode 100644
28 index 18018bd9e7a..00000000000
29 --- a/app-vim/rust-vim/rust-vim-1_pre20180125.ebuild
30 +++ /dev/null
31 @@ -1,17 +0,0 @@
32 -# Copyright 1999-2018 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -inherit vim-plugin vcs-snapshot
38 -
39 -MY_PN="${PN/-/.}"
40 -REF="8e75da9834abb22f8d7ece3f4ca4324a14fa18a6"
41 -
42 -DESCRIPTION="Vim configuration for Rust"
43 -HOMEPAGE="https://www.rust-lang.org/"
44 -SRC_URI="https://github.com/rust-lang/${MY_PN}/tarball/${REF} -> ${P}.tar.gz"
45 -
46 -LICENSE="|| ( MIT Apache-2.0 )"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~x86"