pkgsrc-WIP-changes archive

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

go-client_model: remove



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%NetBSD.org@localhost>
Pushed By:	bsiegert
Date:		Sun Sep 18 08:21:45 2022 +0000
Changeset:	a0012708b2f2b8f80e11bfb06db0ce9dd40cc8ac

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

Log Message:
go-client_model: remove

This is an old-style GOPATH library that has no users.

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

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

diffstat:
 Makefile                      |  1 -
 go-client_model/DESCR         |  3 ---
 go-client_model/Makefile      | 19 -------------------
 go-client_model/PLIST         | 12 ------------
 go-client_model/buildlink3.mk | 17 -----------------
 go-client_model/distinfo      |  5 -----
 6 files changed, 57 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 8c98b33533..0f98287753 100644
--- a/Makefile
+++ b/Makefile
@@ -1231,7 +1231,6 @@ SUBDIR+=	go-brotli
 SUBDIR+=	go-cache
 SUBDIR+=	go-cascadia
 SUBDIR+=	go-circbuf
-SUBDIR+=	go-client_model
 SUBDIR+=	go-clir
 SUBDIR+=	go-collectd
 SUBDIR+=	go-color
diff --git a/go-client_model/DESCR b/go-client_model/DESCR
deleted file mode 100644
index 645ae5a381..0000000000
--- a/go-client_model/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-This repository used to contain the protocol
-buffer code that defined both the data model
-and the exposition format of Prometheus metrics
diff --git a/go-client_model/Makefile b/go-client_model/Makefile
deleted file mode 100644
index ca9be193ed..0000000000
--- a/go-client_model/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	go-client_model-0.2.0
-GITHUB_PROJECT=	client_model
-GITHUB_TAG=	v${PKGVERSION_NOREV}
-CATEGORIES=	category
-MASTER_SITES=	${MASTER_SITE_GITHUB:=prometheus/}
-
-MAINTAINER=	kamelderouiche%yahoo.com@localhost
-HOMEPAGE=	https://github.com/prometheus/client_model/
-COMMENT=	Data model artifacts for Prometheus
-LICENSE=	apache-2.0
-
-GO_DIST_BASE=	${GITHUB_PROJECT}-${PKGVERSION_NOREV}
-GO_SRCPATH=	github.com/prometheus/client_model
-
-.include "../../devel/go-protobuf/buildlink3.mk"
-.include "../../lang/go/go-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/go-client_model/PLIST b/go-client_model/PLIST
deleted file mode 100644
index fc08e75dea..0000000000
--- a/go-client_model/PLIST
+++ /dev/null
@@ -1,12 +0,0 @@
-@comment $NetBSD$
-gopkg/pkg/${GO_PLATFORM}/github.com/prometheus/client_model/go.a
-gopkg/src/github.com/prometheus/client_model/CONTRIBUTING.md
-gopkg/src/github.com/prometheus/client_model/LICENSE
-gopkg/src/github.com/prometheus/client_model/MAINTAINERS.md
-gopkg/src/github.com/prometheus/client_model/Makefile
-gopkg/src/github.com/prometheus/client_model/NOTICE
-gopkg/src/github.com/prometheus/client_model/README.md
-gopkg/src/github.com/prometheus/client_model/go.mod
-gopkg/src/github.com/prometheus/client_model/go.sum
-gopkg/src/github.com/prometheus/client_model/go/metrics.pb.go
-gopkg/src/github.com/prometheus/client_model/metrics.proto
diff --git a/go-client_model/buildlink3.mk b/go-client_model/buildlink3.mk
deleted file mode 100644
index 511eca8a77..0000000000
--- a/go-client_model/buildlink3.mk
+++ /dev/null
@@ -1,17 +0,0 @@
-# $NetBSD$
-
-BUILDLINK_TREE+=	go-client_model
-
-.if !defined(GO_CLIENT_MODEL_BUILDLINK3_MK)
-GO_CLIENT_MODEL_BUILDLINK3_MK:=
-
-BUILDLINK_CONTENTS_FILTER.go-client_model=	${EGREP} gopkg/
-BUILDLINK_DEPMETHOD.go-client_model?=		build
-
-BUILDLINK_API_DEPENDS.go-client_model+=	go-client_model>=0.2.0
-BUILDLINK_PKGSRCDIR.go-client_model?=	../../wip/go-client_model
-
-.include "../../devel/go-protobuf/buildlink3.mk"
-.endif	# GO_CLIENT_MODEL_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-go-client_model
diff --git a/go-client_model/distinfo b/go-client_model/distinfo
deleted file mode 100644
index f11daf31d0..0000000000
--- a/go-client_model/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-RMD160 (go-client_model-0.2.0.tar.gz) = a01533bf95c45f2d5d62778c237453477c1bda64
-SHA512 (go-client_model-0.2.0.tar.gz) = d1f5a9f0362601640eb71dc211f9ff1de867050616a91212a8a74cf9c54488a90b876baefda22745b1ff7a8dee3e02b466c430424493ff4710af1dc963f2d1a4
-Size (go-client_model-0.2.0.tar.gz) = 10986 bytes


Home | Main Index | Thread Index | Old Index