From 3bfd91de51fc60188a665515f59933f3c4e1a240 Mon Sep 17 00:00:00 2001 From: Yamashita Yuu Date: Thu, 13 Jun 2013 12:37:35 +0900 Subject: [PATCH] rename to `version-ext-compat` because `pyenv-version-ext` must precede than compatibility plugin. --- plugins/.gitignore | 2 +- .../{pyenv-version-ext-compat => version-ext-compat}/README.md | 2 +- .../bin/pyenv-sh-pop | 0 .../bin/pyenv-sh-push | 0 .../{pyenv-version-ext-compat => version-ext-compat}/install.sh | 0 5 files changed, 2 insertions(+), 2 deletions(-) rename plugins/{pyenv-version-ext-compat => version-ext-compat}/README.md (95%) rename plugins/{pyenv-version-ext-compat => version-ext-compat}/bin/pyenv-sh-pop (100%) rename plugins/{pyenv-version-ext-compat => version-ext-compat}/bin/pyenv-sh-push (100%) rename plugins/{pyenv-version-ext-compat => version-ext-compat}/install.sh (100%) diff --git a/plugins/.gitignore b/plugins/.gitignore index 6d3c8ff3..e2092085 100644 --- a/plugins/.gitignore +++ b/plugins/.gitignore @@ -1,4 +1,4 @@ /* !/.gitignore -!/pyenv-version-ext-compat +!/version-ext-compat !/python-build diff --git a/plugins/pyenv-version-ext-compat/README.md b/plugins/version-ext-compat/README.md similarity index 95% rename from plugins/pyenv-version-ext-compat/README.md rename to plugins/version-ext-compat/README.md index d96662d2..ac8ef824 100644 --- a/plugins/pyenv-version-ext-compat/README.md +++ b/plugins/version-ext-compat/README.md @@ -6,7 +6,7 @@ versions. (NOTICE: This project has been moved out as external plugin of pyenv. -The pyenv-version-ext-compat has left for backward compatibility, but will be removed from future release of pyenv. +The version-ext-compat has left for backward compatibility, but will be removed from future release of pyenv. See also [pyenv-version-ext](https://github.com/yyuu/pyenv-version-ext).) ## Installation diff --git a/plugins/pyenv-version-ext-compat/bin/pyenv-sh-pop b/plugins/version-ext-compat/bin/pyenv-sh-pop similarity index 100% rename from plugins/pyenv-version-ext-compat/bin/pyenv-sh-pop rename to plugins/version-ext-compat/bin/pyenv-sh-pop diff --git a/plugins/pyenv-version-ext-compat/bin/pyenv-sh-push b/plugins/version-ext-compat/bin/pyenv-sh-push similarity index 100% rename from plugins/pyenv-version-ext-compat/bin/pyenv-sh-push rename to plugins/version-ext-compat/bin/pyenv-sh-push diff --git a/plugins/pyenv-version-ext-compat/install.sh b/plugins/version-ext-compat/install.sh similarity index 100% rename from plugins/pyenv-version-ext-compat/install.sh rename to plugins/version-ext-compat/install.sh