aboutsummaryrefslogtreecommitdiff
path: root/devel/gvp/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gvp/pkg-descr')
-rw-r--r--devel/gvp/pkg-descr11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/gvp/pkg-descr b/devel/gvp/pkg-descr
deleted file mode 100644
index 306a14841022..000000000000
--- a/devel/gvp/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-Go Versioning Packager
-
-gvp stands for Go Versioning Packager and is based on gst, a similar tool
-that provides dependency isolation for Ruby gems.
-
-The tool modifies your GOPATH to point to a local .godeps/ directory so
-that you can keep the dependencies of your project isolated there,
-it also modifies GOBIN and PATH to include the new GOPATH/bin directory.
-
-gvp is a companion tool to gpm but both tools can be used independently
-from each other.