pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases go-etcd: remove



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9858e655bcb0
branches:  trunk
changeset: 456021:9858e655bcb0
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Jul 17 07:06:21 2021 +0000

description:
go-etcd: remove

deprecated go-package; no users in pkgsrc

diffstat:

 databases/Makefile              |   3 +--
 databases/go-etcd/DESCR         |   7 -------
 databases/go-etcd/Makefile      |  18 ------------------
 databases/go-etcd/PLIST         |  33 ---------------------------------
 databases/go-etcd/buildlink3.mk |  16 ----------------
 databases/go-etcd/distinfo      |   6 ------
 6 files changed, 1 insertions(+), 82 deletions(-)

diffs (117 lines):

diff -r 237287cfdfed -r 9858e655bcb0 databases/Makefile
--- a/databases/Makefile        Sat Jul 17 07:05:11 2021 +0000
+++ b/databases/Makefile        Sat Jul 17 07:06:21 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.637 2021/07/07 12:55:52 nia Exp $
+# $NetBSD: Makefile,v 1.638 2021/07/17 07:06:21 nia Exp $
 
 COMMENT=       Databases
 
@@ -40,7 +40,6 @@
 SUBDIR+=       gigabase
 SUBDIR+=       gnats
 SUBDIR+=       gnome-mime-data
-SUBDIR+=       go-etcd
 SUBDIR+=       go-ldap
 SUBDIR+=       go-tiedot
 SUBDIR+=       gom
diff -r 237287cfdfed -r 9858e655bcb0 databases/go-etcd/DESCR
--- a/databases/go-etcd/DESCR   Sat Jul 17 07:05:11 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-Go client for etcd.
-
-etcd now has an official Go client, which has a nicer API and better support.
-
-We strongly suggest you use the official Go client instead of go-etcd in your
-new projects. For existing projects, we suggest you migrate to the official Go
-client.
diff -r 237287cfdfed -r 9858e655bcb0 databases/go-etcd/Makefile
--- a/databases/go-etcd/Makefile        Sat Jul 17 07:05:11 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-# $NetBSD: Makefile,v 1.34 2021/07/13 11:36:37 bsiegert Exp $
-
-DISTNAME=      go-etcd-2.0.0
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=coreos/}
-PKGREVISION=   30
-CATEGORIES=    databases
-GITHUB_TAG=    v${PKGVERSION_NOREV}
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/coreos/go-etcd
-COMMENT=       CoreOS etcd client for Go
-LICENSE=       apache-2.0
-
-GO_DIST_BASE=  ${DISTNAME}
-GO_SRCPATH=    github.com/coreos/go-etcd
-
-.include "../../lang/go/go-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 237287cfdfed -r 9858e655bcb0 databases/go-etcd/PLIST
--- a/databases/go-etcd/PLIST   Sat Jul 17 07:05:11 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,33 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2017/08/17 02:02:27 gavan Exp $
-gopkg/pkg/${GO_PLATFORM}/github.com/coreos/go-etcd/etcd.a
-gopkg/src/github.com/coreos/go-etcd/LICENSE
-gopkg/src/github.com/coreos/go-etcd/README.md
-gopkg/src/github.com/coreos/go-etcd/etcd/add_child.go
-gopkg/src/github.com/coreos/go-etcd/etcd/add_child_test.go
-gopkg/src/github.com/coreos/go-etcd/etcd/client.go
-gopkg/src/github.com/coreos/go-etcd/etcd/client_test.go
-gopkg/src/github.com/coreos/go-etcd/etcd/cluster.go
-gopkg/src/github.com/coreos/go-etcd/etcd/compare_and_delete.go
-gopkg/src/github.com/coreos/go-etcd/etcd/compare_and_delete_test.go
-gopkg/src/github.com/coreos/go-etcd/etcd/compare_and_swap.go
-gopkg/src/github.com/coreos/go-etcd/etcd/compare_and_swap_test.go
-gopkg/src/github.com/coreos/go-etcd/etcd/debug.go
-gopkg/src/github.com/coreos/go-etcd/etcd/debug_test.go
-gopkg/src/github.com/coreos/go-etcd/etcd/delete.go
-gopkg/src/github.com/coreos/go-etcd/etcd/delete_test.go
-gopkg/src/github.com/coreos/go-etcd/etcd/error.go
-gopkg/src/github.com/coreos/go-etcd/etcd/get.go
-gopkg/src/github.com/coreos/go-etcd/etcd/get_test.go
-gopkg/src/github.com/coreos/go-etcd/etcd/member.go
-gopkg/src/github.com/coreos/go-etcd/etcd/member_test.go
-gopkg/src/github.com/coreos/go-etcd/etcd/options.go
-gopkg/src/github.com/coreos/go-etcd/etcd/requests.go
-gopkg/src/github.com/coreos/go-etcd/etcd/requests_test.go
-gopkg/src/github.com/coreos/go-etcd/etcd/response.go
-gopkg/src/github.com/coreos/go-etcd/etcd/set_curl_chan_test.go
-gopkg/src/github.com/coreos/go-etcd/etcd/set_update_create.go
-gopkg/src/github.com/coreos/go-etcd/etcd/set_update_create_test.go
-gopkg/src/github.com/coreos/go-etcd/etcd/version.go
-gopkg/src/github.com/coreos/go-etcd/etcd/watch.go
-gopkg/src/github.com/coreos/go-etcd/etcd/watch_test.go
-@pkgdir bin
diff -r 237287cfdfed -r 9858e655bcb0 databases/go-etcd/buildlink3.mk
--- a/databases/go-etcd/buildlink3.mk   Sat Jul 17 07:05:11 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:11 jperkin Exp $
-
-BUILDLINK_TREE+=       go-etcd
-
-.if !defined(GO_ETCD_BUILDLINK3_MK)
-GO_ETCD_BUILDLINK3_MK:=
-
-BUILDLINK_CONTENTS_FILTER.go-etcd=     ${EGREP} gopkg/
-BUILDLINK_DEPMETHOD.go-etcd?=          build
-
-BUILDLINK_API_DEPENDS.go-etcd+=                go-etcd>=0.0
-BUILDLINK_PKGSRCDIR.go-etcd?=          ../../databases/go-etcd
-
-.endif  # GO_ETCD_BUILDLINK3_MK
-
-BUILDLINK_TREE+=       -go-etcd
diff -r 237287cfdfed -r 9858e655bcb0 databases/go-etcd/distinfo
--- a/databases/go-etcd/distinfo        Sat Jul 17 07:05:11 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.1 2017/08/17 02:02:27 gavan Exp $
-
-SHA1 (go-etcd-2.0.0.tar.gz) = 955459c0a7817c12d36c09d30e50490cc822a3a4
-RMD160 (go-etcd-2.0.0.tar.gz) = 28bf29613310487047db5b4d42d1ce4b764950cb
-SHA512 (go-etcd-2.0.0.tar.gz) = 6cbad346080d6c7100954ff40bae82ba796cff7f9a4883dc7d19544c2b3634727a92b3044a409d27f9ff54d27af397f7682dd2480e4ef3352175a2db861ce4cf
-Size (go-etcd-2.0.0.tar.gz) = 19503 bytes



Home | Main Index | Thread Index | Old Index