pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

vgo: remove



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%gmail.com@localhost>
Pushed By:	bsiegert
Date:		Sat Oct 1 23:42:31 2022 +0200
Changeset:	a02445454a3efc50d0917b53589a0acb70e542dd

Modified Files:
	Makefile
Removed Files:
	vgo/DESCR
	vgo/Makefile
	vgo/PLIST
	vgo/distinfo

Log Message:
vgo: remove

This was useful only for Go before 1.11. I never got around to
implementing module builds using vgo for these older versions, and
now they are gone from pkgsrc.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a02445454a3efc50d0917b53589a0acb70e542dd

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile     |  1 -
 vgo/DESCR    |  4 ----
 vgo/Makefile | 25 -------------------------
 vgo/PLIST    |  3 ---
 vgo/distinfo |  5 -----
 5 files changed, 38 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index d54aeae2bf..ad4c3760c1 100644
--- a/Makefile
+++ b/Makefile
@@ -5883,7 +5883,6 @@ SUBDIR+=	vdesk
 SUBDIR+=	vee
 SUBDIR+=	velero
 SUBDIR+=	verbiste
-SUBDIR+=	vgo
 SUBDIR+=	vhdtool-git
 SUBDIR+=	video-trimmer
 SUBDIR+=	vidrioclock
diff --git a/vgo/DESCR b/vgo/DESCR
deleted file mode 100644
index e33c1a1b73..0000000000
--- a/vgo/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-This package contains a prototype of what the go command might look like with
-integrated support for package versioning.
-
-See https://research.swtch.com/vgo for documents about the design.
diff --git a/vgo/Makefile b/vgo/Makefile
deleted file mode 100644
index 2fa689ab43..0000000000
--- a/vgo/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# $NetBSD: Makefile,v 1.14 2018/03/04 15:52:20 bsiegert Exp $
-
-DISTNAME=		vgo-20180220
-PKGREVISION=		12
-CATEGORIES=		devel
-MASTER_SITES=		${MASTER_SITE_GITHUB:=golang/}
-GITHUB_PROJECT=		vgo
-GITHUB_TAG=		085872f6d9
-
-MAINTAINER=		bsiegert%NetBSD.org@localhost
-HOMEPAGE=		https://godoc.org/golang.org/x/vgo
-COMMENT=		Versioned Go prototype
-LICENSE=		modified-bsd
-
-GO_SRCPATH=		golang.org/x/vgo
-GO_BUILD_PATTERN=	${GO_SRCPATH}
-GO_DIST_BASE=		${GITHUB_PROJECT}-${GITHUB_TAG}*
-
-CHECK_RELRO_SKIP+=	bin/vgo
-
-do-install:
-	${INSTALL_PROGRAM} ${WRKDIR}/bin/vgo ${DESTDIR}${PREFIX}/bin
-
-.include "../../lang/go/go-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/vgo/PLIST b/vgo/PLIST
deleted file mode 100644
index ec56a61f1a..0000000000
--- a/vgo/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD$
-bin/vgo
-@pkgdir gopkg
diff --git a/vgo/distinfo b/vgo/distinfo
deleted file mode 100644
index 1f3f32177e..0000000000
--- a/vgo/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-RMD160 (vgo-20180220-085872f6d9.tar.gz) = 3f838c7a38bf6132053a017a8ef9a769b350964f
-SHA512 (vgo-20180220-085872f6d9.tar.gz) = f06b3c010f87ad966177f2ce5bfb61351a057b3e6aa886d31cc655dfe3c6aadf4d6d1ba899a3a1434cd0b830f212f8c4f6732aa8ae7995b969298fc5988d6dd7
-Size (vgo-20180220-085872f6d9.tar.gz) = 515601 bytes


Home | Main Index | Thread Index | Old Index