pkgsrc-WIP-changes archive

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

Remove go-maligned.



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%gmail.com@localhost>
Pushed By:	bsiegert
Date:		Sat May 8 18:26:46 2021 +0200
Changeset:	578c722f3b76f45c8d579ccfd74c2770154d32ed

Modified Files:
	Makefile
Removed Files:
	go-maligned/DESCR
	go-maligned/Makefile
	go-maligned/PLIST
	go-maligned/buildlink3.mk
	go-maligned/distinfo

Log Message:
Remove go-maligned.

This is not the "maligned" tool, just the library form. In module
builds, library packages are no longer needed. And nothing uses this.

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

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

diffstat:
 Makefile                  |  1 -
 go-maligned/DESCR         |  2 --
 go-maligned/Makefile      | 19 -------------------
 go-maligned/PLIST         |  5 -----
 go-maligned/buildlink3.mk | 17 -----------------
 go-maligned/distinfo      |  6 ------
 6 files changed, 50 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 346771a50c..3a3288439e 100644
--- a/Makefile
+++ b/Makefile
@@ -1267,7 +1267,6 @@ SUBDIR+=	go-logging
 SUBDIR+=	go-lzw
 SUBDIR+=	go-madon
 SUBDIR+=	go-makezero
-SUBDIR+=	go-maligned
 SUBDIR+=	go-memcache
 SUBDIR+=	go-mewn
 SUBDIR+=	go-mock
diff --git a/go-maligned/DESCR b/go-maligned/DESCR
deleted file mode 100644
index 14b6519c3d..0000000000
--- a/go-maligned/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-Tool to detect Go structs that would take
- less memory if their fields were sorted. 
diff --git a/go-maligned/Makefile b/go-maligned/Makefile
deleted file mode 100644
index 2b8aade4a0..0000000000
--- a/go-maligned/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	go-maligned-20180606
-GITHUB_PROJECT=	maligned
-GITHUB_TAG=	b1d8939
-CATEGORIES=	devel
-MASTER_SITES=	${MASTER_SITE_GITHUB:=golangci/}
-
-MAINTAINER=	kamelderouiche%yahoo.com@localhost
-HOMEPAGE=	https://github.com/golangci/maligned
-COMMENT=	Tool to detect Go structs that would take less memory
-LICENSE=	2-clause-bsd
-
-GO_DIST_BASE=   ${GITHUB_PROJECT}-${GITHUB_TAG}*
-GO_SRCPATH=     https://github.com/golangci/maligned
-
-.include "../../devel/go-tools/buildlink3.mk"
-.include "../../lang/go/go-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/go-maligned/PLIST b/go-maligned/PLIST
deleted file mode 100644
index fda523acbe..0000000000
--- a/go-maligned/PLIST
+++ /dev/null
@@ -1,5 +0,0 @@
-@comment $NetBSD$
-gopkg/pkg/${GO_PLATFORM}/https:/github.com/golangci/maligned.a
-gopkg/src/https:/github.com/golangci/maligned/LICENSE
-gopkg/src/https:/github.com/golangci/maligned/README
-gopkg/src/https:/github.com/golangci/maligned/maligned.go
diff --git a/go-maligned/buildlink3.mk b/go-maligned/buildlink3.mk
deleted file mode 100644
index eab83f3c05..0000000000
--- a/go-maligned/buildlink3.mk
+++ /dev/null
@@ -1,17 +0,0 @@
-# $NetBSD$
-
-BUILDLINK_TREE+=	go-maligned
-
-.if !defined(GO_MALIGNED_BUILDLINK3_MK)
-GO_MALIGNED_BUILDLINK3_MK:=
-
-BUILDLINK_CONTENTS_FILTER.go-maligned=	${EGREP} gopkg/
-BUILDLINK_DEPMETHOD.go-maligned?=		build
-
-BUILDLINK_API_DEPENDS.go-maligned+=	go-maligned>=20180606
-BUILDLINK_PKGSRCDIR.go-maligned?=	../../wip/go-maligned
-
-.include "../../devel/go-tools/buildlink3.mk"
-.endif	# GO_MALIGNED_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-go-maligned
diff --git a/go-maligned/distinfo b/go-maligned/distinfo
deleted file mode 100644
index 35371c53ba..0000000000
--- a/go-maligned/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (go-maligned-20180606-b1d8939.tar.gz) = 78058746079379d4af83ec80f27396f0ce6301b5
-RMD160 (go-maligned-20180606-b1d8939.tar.gz) = f1ea0e9a8553ba6126698526736610256b966b71
-SHA512 (go-maligned-20180606-b1d8939.tar.gz) = 611f233c23fbb0367372900545d7e827a44cf3799d356d92bb18a3dffe73811a96aa5f32da2933cc7f8cf569a652b15526b54aaa7325dd8abc259d6c1629160f
-Size (go-maligned-20180606-b1d8939.tar.gz) = 3378 bytes


Home | Main Index | Thread Index | Old Index