pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel go-consul-api: remove



details:   https://anonhg.NetBSD.org/pkgsrc/rev/400358573753
branches:  trunk
changeset: 455327:400358573753
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Jul 03 09:45:07 2021 +0000

description:
go-consul-api: remove

deprecated go-package; no users in pkgsrc

diffstat:

 devel/Makefile                    |   3 +--
 devel/go-consul-api/DESCR         |   4 ----
 devel/go-consul-api/Makefile      |  20 --------------------
 devel/go-consul-api/PLIST         |  23 -----------------------
 devel/go-consul-api/buildlink3.mk |  16 ----------------
 devel/go-consul-api/distinfo      |   6 ------
 6 files changed, 1 insertions(+), 71 deletions(-)

diffs (106 lines):

diff -r facab3f214b0 -r 400358573753 devel/Makefile
--- a/devel/Makefile    Sat Jul 03 09:43:05 2021 +0000
+++ b/devel/Makefile    Sat Jul 03 09:45:07 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3438 2021/07/03 09:41:57 nia Exp $
+# $NetBSD: Makefile,v 1.3439 2021/07/03 09:45:07 nia Exp $
 #
 
 COMMENT=       Development utilities
@@ -413,7 +413,6 @@
 SUBDIR+=       go-cmp
 SUBDIR+=       go-colorable
 SUBDIR+=       go-colortext
-SUBDIR+=       go-consul-api
 SUBDIR+=       go-debounce
 SUBDIR+=       go-ed25519
 SUBDIR+=       go-emoji
diff -r facab3f214b0 -r 400358573753 devel/go-consul-api/DESCR
--- a/devel/go-consul-api/DESCR Sat Jul 03 09:43:05 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-This package provides the consulapi package which attempts to provide
-programmatic access to the full Consul API.
-
-Currently, all of the Consul APIs included in version 0.4 are supported.
diff -r facab3f214b0 -r 400358573753 devel/go-consul-api/Makefile
--- a/devel/go-consul-api/Makefile      Sat Jul 03 09:43:05 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.32 2021/06/06 12:18:45 bsiegert Exp $
-
-DISTNAME=      consul-api-0.0.20150107
-PKGNAME=       go-${DISTNAME}
-PKGREVISION=   29
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=armon/}
-CATEGORIES=    devel
-GITHUB_TAG=    dcfedd50ed5334f96adee43fc88518a4f095e15c
-GITHUB_PROJECT=        ${PKGBASE:S/^go-//}
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/armon/consul-api
-COMMENT=       Golang API client for Consul
-LICENSE=       mpl-2.0
-
-GO_DIST_BASE=  ${GITHUB_PROJECT}-${GITHUB_TAG}
-GO_SRCPATH=    github.com/armon/consul-api
-
-.include "../../lang/go/go-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r facab3f214b0 -r 400358573753 devel/go-consul-api/PLIST
--- a/devel/go-consul-api/PLIST Sat Jul 03 09:43:05 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2017/08/17 01:21:41 gavan Exp $
-gopkg/pkg/${GO_PLATFORM}/github.com/armon/consul-api.a
-gopkg/src/github.com/armon/consul-api/LICENSE
-gopkg/src/github.com/armon/consul-api/README.md
-gopkg/src/github.com/armon/consul-api/acl.go
-gopkg/src/github.com/armon/consul-api/acl_test.go
-gopkg/src/github.com/armon/consul-api/agent.go
-gopkg/src/github.com/armon/consul-api/agent_test.go
-gopkg/src/github.com/armon/consul-api/api.go
-gopkg/src/github.com/armon/consul-api/api_test.go
-gopkg/src/github.com/armon/consul-api/catalog.go
-gopkg/src/github.com/armon/consul-api/catalog_test.go
-gopkg/src/github.com/armon/consul-api/event.go
-gopkg/src/github.com/armon/consul-api/event_test.go
-gopkg/src/github.com/armon/consul-api/health.go
-gopkg/src/github.com/armon/consul-api/health_test.go
-gopkg/src/github.com/armon/consul-api/kv.go
-gopkg/src/github.com/armon/consul-api/kv_test.go
-gopkg/src/github.com/armon/consul-api/session.go
-gopkg/src/github.com/armon/consul-api/session_test.go
-gopkg/src/github.com/armon/consul-api/status.go
-gopkg/src/github.com/armon/consul-api/status_test.go
-@pkgdir bin
diff -r facab3f214b0 -r 400358573753 devel/go-consul-api/buildlink3.mk
--- a/devel/go-consul-api/buildlink3.mk Sat Jul 03 09:43:05 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.2 2017/08/25 16:49:12 jperkin Exp $
-
-BUILDLINK_TREE+=       go-consul-api
-
-.if !defined(GO_CONSUL_API_BUILDLINK3_MK)
-GO_CONSUL_API_BUILDLINK3_MK:=
-
-BUILDLINK_CONTENTS_FILTER.go-consul-api=       ${EGREP} gopkg/
-BUILDLINK_DEPMETHOD.go-consul-api?=            build
-
-BUILDLINK_API_DEPENDS.go-consul-api+=          go-consul-api>=0.0
-BUILDLINK_PKGSRCDIR.go-consul-api?=            ../../devel/go-consul-api
-
-.endif  # GO_CONSUL_API_BUILDLINK3_MK
-
-BUILDLINK_TREE+=       -go-consul-api
diff -r facab3f214b0 -r 400358573753 devel/go-consul-api/distinfo
--- a/devel/go-consul-api/distinfo      Sat Jul 03 09:43:05 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.1 2017/08/17 01:21:41 gavan Exp $
-
-SHA1 (consul-api-0.0.20150107-dcfedd50ed5334f96adee43fc88518a4f095e15c.tar.gz) = d2476f2bbd9365b0d556534f18084adceaf85663
-RMD160 (consul-api-0.0.20150107-dcfedd50ed5334f96adee43fc88518a4f095e15c.tar.gz) = 90d00ed33e3f68acddd244f2f302e6789b3a678e
-SHA512 (consul-api-0.0.20150107-dcfedd50ed5334f96adee43fc88518a4f095e15c.tar.gz) = 
726be126a64bd295165e884ffef255e3949c2334947e62cf73325f70d20913c7cc3a705266c4424ade82a8974f5b24e6bf728d8d3d40ad1adbbd26bb558f7cad
-Size (consul-api-0.0.20150107-dcfedd50ed5334f96adee43fc88518a4f095e15c.tar.gz) = 17984 bytes



Home | Main Index | Thread Index | Old Index