[gentoo-commits] repo/gentoo:master commit in: app-vim/rust-vim/

2021-07-08 Thread Patrice Clement
commit: 3a060ece5caf8c1ac7284c5b7e2d370154696024
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Jul  8 16:53:47 2021 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Jul  8 16:53:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a060ece

app-vim/rust-vim: replace eapply_user with default.

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Patrice Clement  gentoo.org>

 app-vim/rust-vim/rust-vim-1_pre20210215.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/rust-vim/rust-vim-1_pre20210215.ebuild 
b/app-vim/rust-vim/rust-vim-1_pre20210215.ebuild
index 6e71b39a419..27744ab72da 100644
--- a/app-vim/rust-vim/rust-vim-1_pre20210215.ebuild
+++ b/app-vim/rust-vim/rust-vim-1_pre20210215.ebuild
@@ -16,7 +16,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 src_prepare() {
-   eapply_user
+   default
# we don't actually run these tests
rm -r test || die
 }



[gentoo-commits] repo/gentoo:master commit in: app-vim/rust-vim/

2021-07-08 Thread Patrice Clement
commit: 04d719bcdfdc54e6ccd46d5934b2001d1a584be9
Author: Marco Scardovi  scardovi  com>
AuthorDate: Thu Jul  8 15:54:05 2021 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Jul  8 16:52:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04d719bc

app-vim/rust-vim: drop older version.

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Marco Scardovi  scardovi.com>
Signed-off-by: Patrice Clement  gentoo.org>

 app-vim/rust-vim/Manifest  |  1 -
 app-vim/rust-vim/rust-vim-1_pre20180125.ebuild | 17 -
 2 files changed, 18 deletions(-)

diff --git a/app-vim/rust-vim/Manifest b/app-vim/rust-vim/Manifest
index f2f232bb774..f1854138d66 100644
--- a/app-vim/rust-vim/Manifest
+++ b/app-vim/rust-vim/Manifest
@@ -1,2 +1 @@
-DIST rust-vim-1_pre20180125.tar.gz 24497 BLAKE2B 
b6c45074aba1c52b2f3e96a15f05abb64bde864af3c5b2b61ddf237183426c67d5b3b4dacd78ee4f394d9f0411362186889df9a24e50edd350aaa1178f93bd59
 SHA512 
845899ad5ba753e2efd3deddcb077749f094163b9923574e34a8edb5d5d0772929315f4f2452f8238f832c2fd4cfa669ab1351df17c74ed2e6cacc783b071ffd
 DIST rust-vim-1_pre20210215.tar.gz 39541 BLAKE2B 
f29c43194a2c18731e6c4bb5e2ae92c00d07c85cc46e3a5136ae5a27a5c40d18e6969f3a73e01ea90620d09e77174061648a32b62444e400b5ba960cf79ce48f
 SHA512 
7370f2752ebdcc16497f88da6f7bfd06e6fac8ed280661874cf8ad802704dbf5072d535972e7361d4ed5123724c0d4729eff1533573fa33a7ba05798fd0467b9

diff --git a/app-vim/rust-vim/rust-vim-1_pre20180125.ebuild 
b/app-vim/rust-vim/rust-vim-1_pre20180125.ebuild
deleted file mode 100644
index 18018bd9e7a..000
--- a/app-vim/rust-vim/rust-vim-1_pre20180125.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vim-plugin vcs-snapshot
-
-MY_PN="${PN/-/.}"
-REF="8e75da9834abb22f8d7ece3f4ca4324a14fa18a6"
-
-DESCRIPTION="Vim configuration for Rust"
-HOMEPAGE="https://www.rust-lang.org/;
-SRC_URI="https://github.com/rust-lang/${MY_PN}/tarball/${REF} -> ${P}.tar.gz"
-
-LICENSE="|| ( MIT Apache-2.0 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"



[gentoo-commits] repo/gentoo:master commit in: app-vim/rust-vim/

2021-07-08 Thread Patrice Clement
commit: b5babc8d028ceb1ead98ce97b1d33a150bd679fe
Author: Marco Scardovi  scardovi  com>
AuthorDate: Thu Jul  8 16:34:57 2021 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Jul  8 16:52:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5babc8d

app-vim/rust-vim: remove test folder.

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Marco Scardovi  scardovi.com>
Signed-off-by: Patrice Clement  gentoo.org>

 app-vim/rust-vim/rust-vim-1_pre20210215.ebuild | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/app-vim/rust-vim/rust-vim-1_pre20210215.ebuild 
b/app-vim/rust-vim/rust-vim-1_pre20210215.ebuild
index d4f8d56735b..6e71b39a419 100644
--- a/app-vim/rust-vim/rust-vim-1_pre20210215.ebuild
+++ b/app-vim/rust-vim/rust-vim-1_pre20210215.ebuild
@@ -14,3 +14,9 @@ S="${WORKDIR}/${PN/-/.}-${MY_COMMIT}"
 LICENSE="|| ( MIT Apache-2.0 )"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
+
+src_prepare() {
+   eapply_user
+   # we don't actually run these tests
+   rm -r test || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/rust-vim/

2021-07-08 Thread Patrice Clement
commit: 7089a988a54723471f10f519c5118c4c76f17326
Author: Marco Scardovi  scardovi  com>
AuthorDate: Fri Jun 25 21:34:46 2021 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Jul  8 16:52:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7089a988

app-vim/rust-vim: bump to 20210215.

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Acked-by: Patrice Clement  gentoo.org>
Signed-off-by: Marco Scardovi  scardovi.com>
Closes: https://github.com/gentoo/gentoo/pull/21431
Signed-off-by: Patrice Clement  gentoo.org>

 app-vim/rust-vim/Manifest  |  1 +
 app-vim/rust-vim/metadata.xml  | 14 +-
 app-vim/rust-vim/rust-vim-1_pre20210215.ebuild | 16 
 3 files changed, 30 insertions(+), 1 deletion(-)

diff --git a/app-vim/rust-vim/Manifest b/app-vim/rust-vim/Manifest
index 33c6540d98c..f2f232bb774 100644
--- a/app-vim/rust-vim/Manifest
+++ b/app-vim/rust-vim/Manifest
@@ -1 +1,2 @@
 DIST rust-vim-1_pre20180125.tar.gz 24497 BLAKE2B 
b6c45074aba1c52b2f3e96a15f05abb64bde864af3c5b2b61ddf237183426c67d5b3b4dacd78ee4f394d9f0411362186889df9a24e50edd350aaa1178f93bd59
 SHA512 
845899ad5ba753e2efd3deddcb077749f094163b9923574e34a8edb5d5d0772929315f4f2452f8238f832c2fd4cfa669ab1351df17c74ed2e6cacc783b071ffd
+DIST rust-vim-1_pre20210215.tar.gz 39541 BLAKE2B 
f29c43194a2c18731e6c4bb5e2ae92c00d07c85cc46e3a5136ae5a27a5c40d18e6969f3a73e01ea90620d09e77174061648a32b62444e400b5ba960cf79ce48f
 SHA512 
7370f2752ebdcc16497f88da6f7bfd06e6fac8ed280661874cf8ad802704dbf5072d535972e7361d4ed5123724c0d4729eff1533573fa33a7ba05798fd0467b9

diff --git a/app-vim/rust-vim/metadata.xml b/app-vim/rust-vim/metadata.xml
index d735dbd529d..12181c74367 100644
--- a/app-vim/rust-vim/metadata.xml
+++ b/app-vim/rust-vim/metadata.xml
@@ -1,7 +1,19 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   ma...@scardovi.com
+   Marco Scardovi
+   
+   
+   v...@gentoo.org
+   Gentoo Vim Project
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   

rust-lang/rust.vim


diff --git a/app-vim/rust-vim/rust-vim-1_pre20210215.ebuild 
b/app-vim/rust-vim/rust-vim-1_pre20210215.ebuild
new file mode 100644
index 000..d4f8d56735b
--- /dev/null
+++ b/app-vim/rust-vim/rust-vim-1_pre20210215.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vim-plugin
+MY_COMMIT="87c745d8d506fc1eecc1d81df15d5bde1658a2fc"
+
+DESCRIPTION="Vim configuration for Rust"
+HOMEPAGE="https://www.rust-lang.org https://github.com/rust-lang/rust.vim;
+SRC_URI="https://github.com/rust-lang/rust.vim/archive/${MY_COMMIT}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN/-/.}-${MY_COMMIT}"
+
+LICENSE="|| ( MIT Apache-2.0 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"



[gentoo-commits] repo/gentoo:master commit in: app-vim/rust-vim/

2018-05-27 Thread Aaron Bauman
commit: 13a7da2d930744ba434db2308828647da001
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun May 27 14:48:04 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun May 27 16:22:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13a7

app-vim/rust-vim: use HTTPs

 app-vim/rust-vim/rust-vim-1_pre20180125.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/rust-vim/rust-vim-1_pre20180125.ebuild 
b/app-vim/rust-vim/rust-vim-1_pre20180125.ebuild
index 41a3397d2cc..18018bd9e7a 100644
--- a/app-vim/rust-vim/rust-vim-1_pre20180125.ebuild
+++ b/app-vim/rust-vim/rust-vim-1_pre20180125.ebuild
@@ -9,7 +9,7 @@ MY_PN="${PN/-/.}"
 REF="8e75da9834abb22f8d7ece3f4ca4324a14fa18a6"
 
 DESCRIPTION="Vim configuration for Rust"
-HOMEPAGE="http://www.rust-lang.org/;
+HOMEPAGE="https://www.rust-lang.org/;
 SRC_URI="https://github.com/rust-lang/${MY_PN}/tarball/${REF} -> ${P}.tar.gz"
 
 LICENSE="|| ( MIT Apache-2.0 )"



[gentoo-commits] repo/gentoo:master commit in: app-vim/rust-vim/

2018-01-26 Thread Patrice Clement
commit: 4c5c5f9c4ade317a5e6e39c8b5876ee96df1a565
Author: Mykyta Holubakha  gmail  com>
AuthorDate: Thu Jan 25 22:05:10 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Jan 26 08:51:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c5c5f9c

app-vim/rust-vim: drop old 1_pre20161204.

 app-vim/rust-vim/Manifest  |  1 -
 app-vim/rust-vim/rust-vim-1_pre20161204.ebuild | 17 -
 app-vim/rust-vim/rust-vim-1_pre20180125.ebuild |  2 +-
 3 files changed, 1 insertion(+), 19 deletions(-)

diff --git a/app-vim/rust-vim/Manifest b/app-vim/rust-vim/Manifest
index d7b26e3f271..33c6540d98c 100644
--- a/app-vim/rust-vim/Manifest
+++ b/app-vim/rust-vim/Manifest
@@ -1,2 +1 @@
-DIST rust-vim-1_pre20161204.tar.gz 23759 BLAKE2B 
e7910026f53f514479a4b562292dbb5a8d4f4ac286f9979ca61588c7fadd1d598096379d56c3a0693ec04c1fbb742ad3b200339683a2d8f9e7f9d54d23c1d4a7
 SHA512 
2b0ef5ae8df7ab244bfb97e04116a6f25c210d3736c7f78324c41fa44ec92562615d466bfb45de7a9239a2675c2212dfb88e951d3054e68633803a162512cba3
 DIST rust-vim-1_pre20180125.tar.gz 24497 BLAKE2B 
b6c45074aba1c52b2f3e96a15f05abb64bde864af3c5b2b61ddf237183426c67d5b3b4dacd78ee4f394d9f0411362186889df9a24e50edd350aaa1178f93bd59
 SHA512 
845899ad5ba753e2efd3deddcb077749f094163b9923574e34a8edb5d5d0772929315f4f2452f8238f832c2fd4cfa669ab1351df17c74ed2e6cacc783b071ffd

diff --git a/app-vim/rust-vim/rust-vim-1_pre20161204.ebuild 
b/app-vim/rust-vim/rust-vim-1_pre20161204.ebuild
deleted file mode 100644
index ca93837d63d..000
--- a/app-vim/rust-vim/rust-vim-1_pre20161204.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vim-plugin vcs-snapshot
-
-MY_PN="${PN/-/.}"
-REF="eed97e75117faaf210cb6103cf39a797fe21bfbe"
-
-DESCRIPTION="Vim configuration for Rust"
-HOMEPAGE="http://www.rust-lang.org/;
-SRC_URI="https://github.com/rust-lang/${MY_PN}/tarball/${REF} -> ${P}.tar.gz"
-
-LICENSE="|| ( MIT Apache-2.0 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"

diff --git a/app-vim/rust-vim/rust-vim-1_pre20180125.ebuild 
b/app-vim/rust-vim/rust-vim-1_pre20180125.ebuild
index 4d1682a641e..41a3397d2cc 100644
--- a/app-vim/rust-vim/rust-vim-1_pre20180125.ebuild
+++ b/app-vim/rust-vim/rust-vim-1_pre20180125.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6



[gentoo-commits] repo/gentoo:master commit in: app-vim/rust-vim/

2018-01-26 Thread Patrice Clement
commit: 7a2cdfe17a953b7f0d83695d4b5e64038933ea4e
Author: Mykyta Holubakha  gmail  com>
AuthorDate: Thu Jan 25 22:04:19 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Jan 26 08:51:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a2cdfe1

app-vim/rust-vim: version bump to 1_pre20180125.

Closes: https://github.com/gentoo/gentoo/pull/6964

 app-vim/rust-vim/Manifest  |  1 +
 app-vim/rust-vim/rust-vim-1_pre20180125.ebuild | 17 +
 2 files changed, 18 insertions(+)

diff --git a/app-vim/rust-vim/Manifest b/app-vim/rust-vim/Manifest
index 495a88c7ef9..d0395e52be2 100644
--- a/app-vim/rust-vim/Manifest
+++ b/app-vim/rust-vim/Manifest
@@ -1,2 +1,3 @@
 DIST rust-vim-1_pre20160829.tar.gz 23801 BLAKE2B 
537375d70662af47b765e126d94829e12514177554dc5c2921d5def795e8dda120a9d327ce1b86760151c6954a42cf9a4548bb1ab211487d965971fba63e253e
 SHA512 
bfd9290f03f3fb0ffccbc1d78f9e37c5d3ca57379f0b505e84b445105bd5a011f623f402d35407a634eaef4db9ad3fea68517057aa4d84e99206bc99067daa3d
 DIST rust-vim-1_pre20161204.tar.gz 23759 BLAKE2B 
e7910026f53f514479a4b562292dbb5a8d4f4ac286f9979ca61588c7fadd1d598096379d56c3a0693ec04c1fbb742ad3b200339683a2d8f9e7f9d54d23c1d4a7
 SHA512 
2b0ef5ae8df7ab244bfb97e04116a6f25c210d3736c7f78324c41fa44ec92562615d466bfb45de7a9239a2675c2212dfb88e951d3054e68633803a162512cba3
+DIST rust-vim-1_pre20180125.tar.gz 24497 BLAKE2B 
b6c45074aba1c52b2f3e96a15f05abb64bde864af3c5b2b61ddf237183426c67d5b3b4dacd78ee4f394d9f0411362186889df9a24e50edd350aaa1178f93bd59
 SHA512 
845899ad5ba753e2efd3deddcb077749f094163b9923574e34a8edb5d5d0772929315f4f2452f8238f832c2fd4cfa669ab1351df17c74ed2e6cacc783b071ffd

diff --git a/app-vim/rust-vim/rust-vim-1_pre20180125.ebuild 
b/app-vim/rust-vim/rust-vim-1_pre20180125.ebuild
new file mode 100644
index 000..4d1682a641e
--- /dev/null
+++ b/app-vim/rust-vim/rust-vim-1_pre20180125.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vim-plugin vcs-snapshot
+
+MY_PN="${PN/-/.}"
+REF="8e75da9834abb22f8d7ece3f4ca4324a14fa18a6"
+
+DESCRIPTION="Vim configuration for Rust"
+HOMEPAGE="http://www.rust-lang.org/;
+SRC_URI="https://github.com/rust-lang/${MY_PN}/tarball/${REF} -> ${P}.tar.gz"
+
+LICENSE="|| ( MIT Apache-2.0 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"



[gentoo-commits] repo/gentoo:master commit in: app-vim/rust-vim/

2018-01-26 Thread Patrice Clement
commit: 2966c42c629e238e6bb20594ba8913ffb9fcbace
Author: Mykyta Holubakha  gmail  com>
AuthorDate: Thu Jan 25 22:04:48 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Jan 26 08:51:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2966c42c

app-vim/rust-vim: drop old 1_pre20160829.

 app-vim/rust-vim/Manifest  |  1 -
 app-vim/rust-vim/rust-vim-1_pre20160829.ebuild | 17 -
 2 files changed, 18 deletions(-)

diff --git a/app-vim/rust-vim/Manifest b/app-vim/rust-vim/Manifest
index d0395e52be2..d7b26e3f271 100644
--- a/app-vim/rust-vim/Manifest
+++ b/app-vim/rust-vim/Manifest
@@ -1,3 +1,2 @@
-DIST rust-vim-1_pre20160829.tar.gz 23801 BLAKE2B 
537375d70662af47b765e126d94829e12514177554dc5c2921d5def795e8dda120a9d327ce1b86760151c6954a42cf9a4548bb1ab211487d965971fba63e253e
 SHA512 
bfd9290f03f3fb0ffccbc1d78f9e37c5d3ca57379f0b505e84b445105bd5a011f623f402d35407a634eaef4db9ad3fea68517057aa4d84e99206bc99067daa3d
 DIST rust-vim-1_pre20161204.tar.gz 23759 BLAKE2B 
e7910026f53f514479a4b562292dbb5a8d4f4ac286f9979ca61588c7fadd1d598096379d56c3a0693ec04c1fbb742ad3b200339683a2d8f9e7f9d54d23c1d4a7
 SHA512 
2b0ef5ae8df7ab244bfb97e04116a6f25c210d3736c7f78324c41fa44ec92562615d466bfb45de7a9239a2675c2212dfb88e951d3054e68633803a162512cba3
 DIST rust-vim-1_pre20180125.tar.gz 24497 BLAKE2B 
b6c45074aba1c52b2f3e96a15f05abb64bde864af3c5b2b61ddf237183426c67d5b3b4dacd78ee4f394d9f0411362186889df9a24e50edd350aaa1178f93bd59
 SHA512 
845899ad5ba753e2efd3deddcb077749f094163b9923574e34a8edb5d5d0772929315f4f2452f8238f832c2fd4cfa669ab1351df17c74ed2e6cacc783b071ffd

diff --git a/app-vim/rust-vim/rust-vim-1_pre20160829.ebuild 
b/app-vim/rust-vim/rust-vim-1_pre20160829.ebuild
deleted file mode 100644
index dd71f623c56..000
--- a/app-vim/rust-vim/rust-vim-1_pre20160829.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vim-plugin vcs-snapshot
-
-MY_PN="${PN/-/.}"
-REF="fc11d02fee330df7b30c83a80f09dd0c60ab43ce"
-
-DESCRIPTION="Vim configuration for Rust"
-HOMEPAGE="http://www.rust-lang.org/;
-SRC_URI="https://github.com/rust-lang/${MY_PN}/tarball/${REF} -> ${P}.tar.gz"
-
-LICENSE="|| ( MIT Apache-2.0 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"



[gentoo-commits] repo/gentoo:master commit in: app-vim/rust-vim/

2016-12-04 Thread Patrice Clement
commit: 80c240797fbe578f63c78afb36fa6843f5704124
Author: Mykyta Holubakha  gmail  com>
AuthorDate: Sun Dec  4 12:32:58 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Dec  4 22:22:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80c24079

app-vim/rust-vim: drop old 1_beta20150411.

Closes: https://github.com/gentoo/gentoo/pull/3005

 app-vim/rust-vim/Manifest   |  1 -
 app-vim/rust-vim/rust-vim-1_beta20150411.ebuild | 18 --
 2 files changed, 19 deletions(-)

diff --git a/app-vim/rust-vim/Manifest b/app-vim/rust-vim/Manifest
index 14fe9b0..1c86f9a 100644
--- a/app-vim/rust-vim/Manifest
+++ b/app-vim/rust-vim/Manifest
@@ -1,2 +1 @@
-DIST rust-mode-vim-1_beta20150411.tar.gz 14834 SHA256 
ae10727c14612905f489afea1146bac24a0ea6309a3a3fcf97a048dd1e156eb4 SHA512 
f841768909203475a0cd3589a148d334001351fb23976ee28823a9dbde396d89a4f3c5ac07166420c8ddb64692dcc86b98b3afc3579171115a3a2af17b6aa449
 WHIRLPOOL 
c95fc23f40608be817c7fc7467138efaa25a6b24427b79ab0de7daf84e5f32c4f2cd0db1377e2eaa0e40bf83cb765c86f6e04752b142b1779c194ceddc8b7d07
 DIST rust-vim-1_pre20160829.tar.gz 23801 SHA256 
43234612d8a5ecdb6c4e988dcf14dc15b0c7c9b473591024b12cbeb09eb187e5 SHA512 
bfd9290f03f3fb0ffccbc1d78f9e37c5d3ca57379f0b505e84b445105bd5a011f623f402d35407a634eaef4db9ad3fea68517057aa4d84e99206bc99067daa3d
 WHIRLPOOL 
b004a6d2fd63833d658ba2dcf38bfd2dc8e39fcac75b6dddae56a47a8b288908a9e613d12d75e0380e6443bfff38c49204c829be0a2502bce28b64fd68014a89

diff --git a/app-vim/rust-vim/rust-vim-1_beta20150411.ebuild 
b/app-vim/rust-vim/rust-vim-1_beta20150411.ebuild
deleted file mode 100644
index 81d1f63..
--- a/app-vim/rust-vim/rust-vim-1_beta20150411.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit vim-plugin
-
-MY_PN="rust-mode-vim"
-MY_P="${MY_PN}-${PV}"
-DESCRIPTION="Vim configuration for Rust"
-HOMEPAGE="http://www.rust-lang.org/;
-SRC_URI="https://dev.gentoo.org/~jauhien/distfiles/${MY_P}.tar.gz;
-
-LICENSE="|| ( MIT Apache-2.0 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-S="${WORKDIR}/${MY_P}"



[gentoo-commits] repo/gentoo:master commit in: app-vim/rust-vim/

2016-12-04 Thread Patrice Clement
commit: 900dc870b0e3996a339b33c109dd63c77b664db6
Author: Mykyta Holubakha  gmail  com>
AuthorDate: Sun Dec  4 12:34:38 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Dec  4 22:22:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=900dc870

app-vim/rust-vim: version bump to 1_pre20161204.

Closes: https://github.com/gentoo/gentoo/pull/3005

 app-vim/rust-vim/Manifest  |  1 +
 app-vim/rust-vim/rust-vim-1_pre20161204.ebuild | 18 ++
 2 files changed, 19 insertions(+)

diff --git a/app-vim/rust-vim/Manifest b/app-vim/rust-vim/Manifest
index 1c86f9a..7600195 100644
--- a/app-vim/rust-vim/Manifest
+++ b/app-vim/rust-vim/Manifest
@@ -1 +1,2 @@
 DIST rust-vim-1_pre20160829.tar.gz 23801 SHA256 
43234612d8a5ecdb6c4e988dcf14dc15b0c7c9b473591024b12cbeb09eb187e5 SHA512 
bfd9290f03f3fb0ffccbc1d78f9e37c5d3ca57379f0b505e84b445105bd5a011f623f402d35407a634eaef4db9ad3fea68517057aa4d84e99206bc99067daa3d
 WHIRLPOOL 
b004a6d2fd63833d658ba2dcf38bfd2dc8e39fcac75b6dddae56a47a8b288908a9e613d12d75e0380e6443bfff38c49204c829be0a2502bce28b64fd68014a89
+DIST rust-vim-1_pre20161204.tar.gz 23759 SHA256 
113442bc6fc3b9411a64ce5192a05c51438e3adac8a70ff699c2b0d7e82e8f48 SHA512 
2b0ef5ae8df7ab244bfb97e04116a6f25c210d3736c7f78324c41fa44ec92562615d466bfb45de7a9239a2675c2212dfb88e951d3054e68633803a162512cba3
 WHIRLPOOL 
d106a54f18e9a29a1602b9f362d5ed86316c6fb1cfdef38d448b37aa824a5f275583c2a2d97fbb79d38834b2d156750c7a4b4fa73215dcc052a617f2e588685b

diff --git a/app-vim/rust-vim/rust-vim-1_pre20161204.ebuild 
b/app-vim/rust-vim/rust-vim-1_pre20161204.ebuild
new file mode 100644
index ..e8ad9c7
--- /dev/null
+++ b/app-vim/rust-vim/rust-vim-1_pre20161204.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit vim-plugin vcs-snapshot
+
+MY_PN="${PN/-/.}"
+REF="eed97e75117faaf210cb6103cf39a797fe21bfbe"
+
+DESCRIPTION="Vim configuration for Rust"
+HOMEPAGE="http://www.rust-lang.org/;
+SRC_URI="https://github.com/rust-lang/${MY_PN}/tarball/${REF} -> ${P}.tar.gz"
+
+LICENSE="|| ( MIT Apache-2.0 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"



[gentoo-commits] repo/gentoo:master commit in: app-vim/rust-vim/

2016-09-02 Thread Patrice Clement
commit: 34da6e518c15b1fc326d9849e6051b005ff0ef14
Author: Mykyta Holubakha  gmail  com>
AuthorDate: Mon Aug 29 11:01:03 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Sep  2 20:38:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34da6e51

app-vim/rust-vim: version bump to 1_pre20160829

add upstream to package metadata
Closes: https://github.com/gentoo/gentoo/pull/2157

Signed-off-by: Patrice Clement  gentoo.org>

 app-vim/rust-vim/Manifest  |  1 +
 app-vim/rust-vim/metadata.xml  |  3 +++
 app-vim/rust-vim/rust-vim-1_pre20160829.ebuild | 18 ++
 3 files changed, 22 insertions(+)

diff --git a/app-vim/rust-vim/Manifest b/app-vim/rust-vim/Manifest
index 4b772f0..14fe9b0 100644
--- a/app-vim/rust-vim/Manifest
+++ b/app-vim/rust-vim/Manifest
@@ -1 +1,2 @@
 DIST rust-mode-vim-1_beta20150411.tar.gz 14834 SHA256 
ae10727c14612905f489afea1146bac24a0ea6309a3a3fcf97a048dd1e156eb4 SHA512 
f841768909203475a0cd3589a148d334001351fb23976ee28823a9dbde396d89a4f3c5ac07166420c8ddb64692dcc86b98b3afc3579171115a3a2af17b6aa449
 WHIRLPOOL 
c95fc23f40608be817c7fc7467138efaa25a6b24427b79ab0de7daf84e5f32c4f2cd0db1377e2eaa0e40bf83cb765c86f6e04752b142b1779c194ceddc8b7d07
+DIST rust-vim-1_pre20160829.tar.gz 23801 SHA256 
43234612d8a5ecdb6c4e988dcf14dc15b0c7c9b473591024b12cbeb09eb187e5 SHA512 
bfd9290f03f3fb0ffccbc1d78f9e37c5d3ca57379f0b505e84b445105bd5a011f623f402d35407a634eaef4db9ad3fea68517057aa4d84e99206bc99067daa3d
 WHIRLPOOL 
b004a6d2fd63833d658ba2dcf38bfd2dc8e39fcac75b6dddae56a47a8b288908a9e613d12d75e0380e6443bfff38c49204c829be0a2502bce28b64fd68014a89

diff --git a/app-vim/rust-vim/metadata.xml b/app-vim/rust-vim/metadata.xml
index 3554bdb..170cf0d 100644
--- a/app-vim/rust-vim/metadata.xml
+++ b/app-vim/rust-vim/metadata.xml
@@ -9,4 +9,7 @@
proxy-ma...@gentoo.org
Gentoo Proxy Maintainers Project

+   
+   rust-lang/rust.vim
+   
 

diff --git a/app-vim/rust-vim/rust-vim-1_pre20160829.ebuild 
b/app-vim/rust-vim/rust-vim-1_pre20160829.ebuild
new file mode 100644
index ..c534804
--- /dev/null
+++ b/app-vim/rust-vim/rust-vim-1_pre20160829.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit vim-plugin vcs-snapshot
+
+MY_PN="${PN/-/.}"
+REF="fc11d02fee330df7b30c83a80f09dd0c60ab43ce"
+
+DESCRIPTION="Vim configuration for Rust"
+HOMEPAGE="http://www.rust-lang.org/;
+SRC_URI="https://github.com/rust-lang/${MY_PN}/tarball/${REF} -> ${P}.tar.gz"
+
+LICENSE="|| ( MIT Apache-2.0 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"