diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-04-09 19:21:18 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-04-09 19:45:53 +0000 |
commit | e5b83efd51803dd1a6ac5d8d4ec62350f9effc7a (patch) | |
tree | 374d604d5ccd3d2ee73df29b6198e81f12ced137 /app-vim | |
parent | sci-biology/samtools: Remove lua dep, fix perl shebangs (diff) | |
download | gentoo-e5b83efd51803dd1a6ac5d8d4ec62350f9effc7a.tar.gz gentoo-e5b83efd51803dd1a6ac5d8d4ec62350f9effc7a.tar.bz2 gentoo-e5b83efd51803dd1a6ac5d8d4ec62350f9effc7a.zip |
Remove unnecessary src_compile() phase.
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/errsign/errsign-0.1-r1.ebuild | 4 | ||||
-rw-r--r-- | app-vim/greputils/greputils-2.8-r1.ebuild | 4 | ||||
-rw-r--r-- | app-vim/tt2-syntax/tt2-syntax-1.13-r1.ebuild | 4 | ||||
-rw-r--r-- | app-vim/vim-spell-pl/vim-spell-pl-20060218-r1.ebuild | 4 |
4 files changed, 0 insertions, 16 deletions
diff --git a/app-vim/errsign/errsign-0.1-r1.ebuild b/app-vim/errsign/errsign-0.1-r1.ebuild index 0ea16dac1cc7..ba730d765f80 100644 --- a/app-vim/errsign/errsign-0.1-r1.ebuild +++ b/app-vim/errsign/errsign-0.1-r1.ebuild @@ -17,7 +17,3 @@ VIM_PLUGIN_HELPTEXT=\ 'To use this plugin, simply type \\\\es in normal mode and any lines which have been marked as errors (for example, via :make) will be indicated with a >> mark on the left of the window.' - -src_compile() { - default -} diff --git a/app-vim/greputils/greputils-2.8-r1.ebuild b/app-vim/greputils/greputils-2.8-r1.ebuild index 2c60f0555d6c..7ed52acb18e6 100644 --- a/app-vim/greputils/greputils-2.8-r1.ebuild +++ b/app-vim/greputils/greputils-2.8-r1.ebuild @@ -20,7 +20,3 @@ RDEPEND=" >=app-vim/genutils-1.18 >=app-vim/multvals-3.6.1 >=app-vim/cmdalias-1.0" - -src_compile() { - default -} diff --git a/app-vim/tt2-syntax/tt2-syntax-1.13-r1.ebuild b/app-vim/tt2-syntax/tt2-syntax-1.13-r1.ebuild index 1df0a98eea55..f34eeafea2cc 100644 --- a/app-vim/tt2-syntax/tt2-syntax-1.13-r1.ebuild +++ b/app-vim/tt2-syntax/tt2-syntax-1.13-r1.ebuild @@ -14,7 +14,3 @@ IUSE="" VIM_PLUGIN_HELPTEXT=\ "This plugin provides syntax highlighting for perl module Template-Toolkit" - -src_compile() { - default -} diff --git a/app-vim/vim-spell-pl/vim-spell-pl-20060218-r1.ebuild b/app-vim/vim-spell-pl/vim-spell-pl-20060218-r1.ebuild index 70d1c44e6de3..0bf97ea819fb 100644 --- a/app-vim/vim-spell-pl/vim-spell-pl-20060218-r1.ebuild +++ b/app-vim/vim-spell-pl/vim-spell-pl-20060218-r1.ebuild @@ -11,7 +11,3 @@ inherit vim-spell LICENSE="CC-BY-SA-2.0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" - -src_compile() { - default -} |