summaryrefslogtreecommitdiff
path: root/devel/gvp
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gvp')
-rw-r--r--devel/gvp/Makefile32
-rw-r--r--devel/gvp/distinfo3
-rw-r--r--devel/gvp/pkg-descr11
3 files changed, 0 insertions, 46 deletions
diff --git a/devel/gvp/Makefile b/devel/gvp/Makefile
deleted file mode 100644
index 30849c539716..000000000000
--- a/devel/gvp/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-PORTNAME= gvp
-PORTVERSION= 0.3.0
-DISTVERSIONPREFIX= v
-PORTREVISION= 24
-CATEGORIES= devel
-
-MAINTAINER= lukejee@gmail.com
-COMMENT= Go Versioning Manager
-WWW= https://github.com/pote/gvp
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENCE
-
-RUN_DEPENDS= bash:shells/bash
-
-USES= go:run shebangfix
-
-SHEBANG_FILES= bin/gvp
-
-USE_GITHUB= yes
-GH_ACCOUNT= pote
-
-NO_BUILD= yes
-
-NO_ARCH= yes
-
-PLIST_FILES= bin/gvp
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/bin/gvp ${STAGEDIR}${PREFIX}/bin/
-
-.include <bsd.port.mk>
diff --git a/devel/gvp/distinfo b/devel/gvp/distinfo
deleted file mode 100644
index ebc7d1bda1ae..000000000000
--- a/devel/gvp/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1464771459
-SHA256 (pote-gvp-v0.3.0_GH0.tar.gz) = e1fccefa76495293350d47d197352a63cae6a014d8d28ebdedb785d4304ee338
-SIZE (pote-gvp-v0.3.0_GH0.tar.gz) = 2273863
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.