summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMykyta Holubakha <hilobakho@gmail.com>2016-08-29 13:51:14 +0300
committerPatrice Clement <monsieurp@gentoo.org>2016-09-02 22:38:02 +0200
commit1d283a34d59d25ea7a6266ab16588d2efd9a3484 (patch)
treef9a3b12769b95621e31be20a54db960a08675452 /app-vim
parentdev-java/swing-layout: EAPI 6 bump. (diff)
downloadgentoo-1d283a34d59d25ea7a6266ab16588d2efd9a3484.tar.gz
gentoo-1d283a34d59d25ea7a6266ab16588d2efd9a3484.tar.bz2
gentoo-1d283a34d59d25ea7a6266ab16588d2efd9a3484.zip
app-vim/rust-mode: rename to app-vim/rust-vim.
Update package metadata. Closes: https://github.com/gentoo/gentoo/pull/2157 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/rust-mode/metadata.xml4
-rw-r--r--app-vim/rust-vim/Manifest (renamed from app-vim/rust-mode/Manifest)0
-rw-r--r--app-vim/rust-vim/metadata.xml12
-rw-r--r--app-vim/rust-vim/rust-vim-1_beta20150411.ebuild (renamed from app-vim/rust-mode/rust-mode-1_beta20150411.ebuild)8
4 files changed, 16 insertions, 8 deletions
diff --git a/app-vim/rust-mode/metadata.xml b/app-vim/rust-mode/metadata.xml
deleted file mode 100644
index 097975e3adc2..000000000000
--- a/app-vim/rust-mode/metadata.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-</pkgmetadata>
diff --git a/app-vim/rust-mode/Manifest b/app-vim/rust-vim/Manifest
index 4b772f0ce0cb..4b772f0ce0cb 100644
--- a/app-vim/rust-mode/Manifest
+++ b/app-vim/rust-vim/Manifest
diff --git a/app-vim/rust-vim/metadata.xml b/app-vim/rust-vim/metadata.xml
new file mode 100644
index 000000000000..3554bdb770b5
--- /dev/null
+++ b/app-vim/rust-vim/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>hilobakho@gmail.com</email>
+ <name>Mykyta Holubakha</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Gentoo Proxy Maintainers Project</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/app-vim/rust-mode/rust-mode-1_beta20150411.ebuild b/app-vim/rust-vim/rust-vim-1_beta20150411.ebuild
index b997c339c69a..81d1f6355fad 100644
--- a/app-vim/rust-mode/rust-mode-1_beta20150411.ebuild
+++ b/app-vim/rust-vim/rust-vim-1_beta20150411.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
inherit vim-plugin
-MY_PN="${PN}-vim"
+MY_PN="rust-mode-vim"
MY_P="${MY_PN}-${PV}"
-DESCRIPTION="Rust mode for vim"
+DESCRIPTION="Vim configuration for Rust"
HOMEPAGE="http://www.rust-lang.org/"
SRC_URI="https://dev.gentoo.org/~jauhien/distfiles/${MY_P}.tar.gz"