pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel go-hashstructure: remove



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b56f40f54c3d
branches:  trunk
changeset: 455511:b56f40f54c3d
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Jul 05 14:38:58 2021 +0000

description:
go-hashstructure: remove

deprecated go-package; no users in pkgsrc

diffstat:

 devel/Makefile                       |   3 +--
 devel/go-hashstructure/DESCR         |   7 -------
 devel/go-hashstructure/Makefile      |  20 --------------------
 devel/go-hashstructure/PLIST         |   9 ---------
 devel/go-hashstructure/buildlink3.mk |  15 ---------------
 devel/go-hashstructure/distinfo      |   6 ------
 6 files changed, 1 insertions(+), 59 deletions(-)

diffs (94 lines):

diff -r 8af92f38c9ba -r b56f40f54c3d devel/Makefile
--- a/devel/Makefile    Mon Jul 05 14:38:09 2021 +0000
+++ b/devel/Makefile    Mon Jul 05 14:38:58 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3446 2021/07/05 14:38:09 nia Exp $
+# $NetBSD: Makefile,v 1.3447 2021/07/05 14:38:58 nia Exp $
 #
 
 COMMENT=       Development utilities
@@ -426,7 +426,6 @@
 SUBDIR+=       go-goptlib
 SUBDIR+=       go-goreturns
 SUBDIR+=       go-gox
-SUBDIR+=       go-hashstructure
 SUBDIR+=       go-homedir
 SUBDIR+=       go-humanize
 SUBDIR+=       go-ini
diff -r 8af92f38c9ba -r b56f40f54c3d devel/go-hashstructure/DESCR
--- a/devel/go-hashstructure/DESCR      Mon Jul 05 14:38:09 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-hashstructure is a Go library for creating a unique hash value for
-arbitrary values in Go.
-
-This can be used to key values in a hash (for use in a map, set,
-etc.) that are complex. The most common use case is comparing two
-values without sending data across the network, caching values
-locally (de-dup), and so on.
diff -r 8af92f38c9ba -r b56f40f54c3d devel/go-hashstructure/Makefile
--- a/devel/go-hashstructure/Makefile   Mon Jul 05 14:38:09 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.26 2021/06/06 12:18:49 bsiegert Exp $
-
-DISTNAME=      hashstructure-1.0.0
-PKGNAME=       go-${DISTNAME}
-PKGREVISION=   25
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=mitchellh/}
-CATEGORIES=    devel
-GITHUB_PROJECT=        hashstructure
-GITHUB_TAG=    v${PKGVERSION_NOREV}
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/mitchellh/hashstructure
-COMMENT=       Get hash values for arbitrary values in Go
-LICENSE=       mit
-
-GO_DIST_BASE=  ${DISTNAME}
-GO_SRCPATH=    github.com/mitchellh/hashstructure
-
-.include "../../lang/go/go-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 8af92f38c9ba -r b56f40f54c3d devel/go-hashstructure/PLIST
--- a/devel/go-hashstructure/PLIST      Mon Jul 05 14:38:09 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2018/11/18 08:02:08 ryoon Exp $
-gopkg/pkg/${GO_PLATFORM}/github.com/mitchellh/hashstructure.a
-gopkg/src/github.com/mitchellh/hashstructure/LICENSE
-gopkg/src/github.com/mitchellh/hashstructure/README.md
-gopkg/src/github.com/mitchellh/hashstructure/go.mod
-gopkg/src/github.com/mitchellh/hashstructure/hashstructure.go
-gopkg/src/github.com/mitchellh/hashstructure/hashstructure_examples_test.go
-gopkg/src/github.com/mitchellh/hashstructure/hashstructure_test.go
-gopkg/src/github.com/mitchellh/hashstructure/include.go
diff -r 8af92f38c9ba -r b56f40f54c3d devel/go-hashstructure/buildlink3.mk
--- a/devel/go-hashstructure/buildlink3.mk      Mon Jul 05 14:38:09 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.1 2018/11/18 08:02:08 ryoon Exp $
-
-BUILDLINK_TREE+=       go-hashstructure
-
-.if !defined(GO_HASHSTRUCTURE_BUILDLINK3_MK)
-GO_HASHSTRUCTURE_BUILDLINK3_MK:=
-
-BUILDLINK_CONTENTS_FILTER.go-hashstructure=    ${EGREP} gopkg/
-BUILDLINK_DEPMETHOD.go-hashstructure?=         build
-
-BUILDLINK_API_DEPENDS.go-hashstructure+=       go-hashstructure>=1.0.0
-BUILDLINK_PKGSRCDIR.go-hashstructure?=         ../../devel/go-hashstructure
-.endif # GO_HASHSTRUCTURE_BUILDLINK3_MK
-
-BUILDLINK_TREE+=       -go-hashstructure
diff -r 8af92f38c9ba -r b56f40f54c3d devel/go-hashstructure/distinfo
--- a/devel/go-hashstructure/distinfo   Mon Jul 05 14:38:09 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.1 2018/11/18 08:02:08 ryoon Exp $
-
-SHA1 (hashstructure-1.0.0.tar.gz) = 4aca4957f0e5835d8f8356699c726cf6ee7c1eb1
-RMD160 (hashstructure-1.0.0.tar.gz) = fc43a21ab6cac2ca460204e56dabcf49f9359ccd
-SHA512 (hashstructure-1.0.0.tar.gz) = a2b0688cb9e352c3ade1a928ad6c3bb9feeb066703af4b125789f045537677898544b97610272edab1476894c261c558ba6ca95e32a894f5471dfb055cf88265
-Size (hashstructure-1.0.0.tar.gz) = 6507 bytes



Home | Main Index | Thread Index | Old Index