diff options
author | Jauhien Piatlicki <jauhien@gentoo.org> | 2014-08-10 04:16:16 +0200 |
---|---|---|
committer | Jauhien Piatlicki <jauhien@gentoo.org> | 2014-08-10 04:16:16 +0200 |
commit | 7750999f125ed5b36ce7b8f9602085a946e2d52a (patch) | |
tree | 7f87f76e5c2e13305db7bc4e79974a22d2cb35e9 /app-vim | |
parent | sync rust ebuilds with tree version (diff) | |
download | rust-7750999f125ed5b36ce7b8f9602085a946e2d52a.tar.gz rust-7750999f125ed5b36ce7b8f9602085a946e2d52a.tar.bz2 rust-7750999f125ed5b36ce7b8f9602085a946e2d52a.zip |
remove emacs/vim syntax packages as they are handled by rust package now
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/rust-mode/Manifest | 2 | ||||
-rw-r--r-- | app-vim/rust-mode/metadata.xml | 7 | ||||
-rw-r--r-- | app-vim/rust-mode/rust-mode-0.10.ebuild | 32 | ||||
-rw-r--r-- | app-vim/rust-mode/rust-mode-0.11.0.ebuild | 32 | ||||
-rw-r--r-- | app-vim/rust-mode/rust-mode-9999.ebuild | 32 |
5 files changed, 0 insertions, 105 deletions
diff --git a/app-vim/rust-mode/Manifest b/app-vim/rust-mode/Manifest deleted file mode 100644 index 4a3e54c..0000000 --- a/app-vim/rust-mode/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST rust-0.10.tar.gz 19538709 SHA256 c72cfbbf03016804a81d7b68e8258ffaf018f8f5a25550ad64571ce6c2642cf9 SHA512 c5a36f947864a86241e0e443c7a19a96e7cd052c2fa7c91dacf50a6d5617ce9b6f60c74194af13a173c6360b72d4066ac8f96c0f3be7e8471f5bf77c3263d654 WHIRLPOOL 567b8e41d7e1cad1ccbcbf250a5a1abbe479aaa89bc3d110ba9c53c0c06a44d9e18b056ec2045670be1505e82f70a23cd21b9bee53857122e1e4fb61b62075fd -DIST rust-0.11.0.tar.gz 21555837 SHA256 d1b3e36448bf12b8c9289024df416de10774b6d3235d7b1d22b248ef634411ba SHA512 a29e8a1c44097cc78d36d637d1ebf9b1b914d58a56d52f8112959a68916a2df9f5f63f93e596ba6db5be21a962912503e0fd678330a9dac6abe04a59d5af4584 WHIRLPOOL b7fb24920aca2a537af0c7e20925302a20fbd662209a1774a8ecc7c2cf9aaeb9b4fabfdd45620a0fda88b49122abc04882f7254a984b06df47212e537f8713f8 diff --git a/app-vim/rust-mode/metadata.xml b/app-vim/rust-mode/metadata.xml deleted file mode 100644 index cde6506..0000000 --- a/app-vim/rust-mode/metadata.xml +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer> - <email>masanori.ogino@gmail.com</email> -</maintainer> -</pkgmetadata> diff --git a/app-vim/rust-mode/rust-mode-0.10.ebuild b/app-vim/rust-mode/rust-mode-0.10.ebuild deleted file mode 100644 index f549c3a..0000000 --- a/app-vim/rust-mode/rust-mode-0.10.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit vim-plugin - -DESCRIPTION="vim plugin: syntax highlighting, indentation, quickfix and other useful things for editing Rust code" -HOMEPAGE="http://www.rust-lang.org/" - -LICENSE="|| ( MIT Apache-2.0 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -if [[ ${PV} != 9999 ]]; then - MY_P="rust-${PV}" - SRC_URI="http://static.rust-lang.org/dist/${MY_P}.tar.gz" - - S="${WORKDIR}/${MY_P}/src/etc/vim" -else - EGIT_SOURCEDIR="${S}" - S="${S}/src/etc/vim" - - inherit git-2 - - EGIT_REPO_URI="git://github.com/mozilla/rust.git" -fi - -src_configure() { - echo "just for suppressing econf" -} diff --git a/app-vim/rust-mode/rust-mode-0.11.0.ebuild b/app-vim/rust-mode/rust-mode-0.11.0.ebuild deleted file mode 100644 index f549c3a..0000000 --- a/app-vim/rust-mode/rust-mode-0.11.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit vim-plugin - -DESCRIPTION="vim plugin: syntax highlighting, indentation, quickfix and other useful things for editing Rust code" -HOMEPAGE="http://www.rust-lang.org/" - -LICENSE="|| ( MIT Apache-2.0 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -if [[ ${PV} != 9999 ]]; then - MY_P="rust-${PV}" - SRC_URI="http://static.rust-lang.org/dist/${MY_P}.tar.gz" - - S="${WORKDIR}/${MY_P}/src/etc/vim" -else - EGIT_SOURCEDIR="${S}" - S="${S}/src/etc/vim" - - inherit git-2 - - EGIT_REPO_URI="git://github.com/mozilla/rust.git" -fi - -src_configure() { - echo "just for suppressing econf" -} diff --git a/app-vim/rust-mode/rust-mode-9999.ebuild b/app-vim/rust-mode/rust-mode-9999.ebuild deleted file mode 100644 index 799178d..0000000 --- a/app-vim/rust-mode/rust-mode-9999.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit vim-plugin - -DESCRIPTION="vim plugin: syntax highlighting, indentation, quickfix and other useful things for editing Rust code" -HOMEPAGE="http://www.rust-lang.org/" - -LICENSE="|| ( MIT Apache-2.0 )" -SLOT="0" -KEYWORDS="" - -if [[ ${PV} != 9999 ]]; then - MY_P="rust-${PV}" - SRC_URI="http://static.rust-lang.org/dist/${MY_P}.tar.gz" - - S="${WORKDIR}/${MY_P}/src/etc/vim" -else - EGIT_SOURCEDIR="${S}" - S="${S}/src/etc/vim" - - inherit git-2 - - EGIT_REPO_URI="git://github.com/mozilla/rust.git" -fi - -src_configure() { - echo "just for suppressing econf" -} |