aboutsummaryrefslogtreecommitdiff
path: root/devel/gpm/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gpm/pkg-descr')
-rw-r--r--devel/gpm/pkg-descr11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/gpm/pkg-descr b/devel/gpm/pkg-descr
deleted file mode 100644
index d169f55fd8ae..000000000000
--- a/devel/gpm/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-gpm is a minimalist package manager for Go that leverages
-the power of the go get command and the underlying version
-control systems used by it to set your Go dependencies to
-desired versions, thus allowing easily reproducible
-builds in your Go projects.
-
-Go Package Manager makes no assumptions about your
-dependencies and supports Git, Bazaar and Mercurial
-hosted Go packages, for a smoother workflow be sure to
-check out gvp - the Go Versioning Packager which provides
-dependency isolation for your projects.