pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/66ffa08c4e0f
branches:  trunk
changeset: 455330:66ffa08c4e0f
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Jul 03 09:49:50 2021 +0000

description:
go-errors: remove

deprecated go-package; no users in pkgsrc

diffstat:

 devel/Makefile                |   3 +--
 devel/go-errors/DESCR         |  12 ------------
 devel/go-errors/Makefile      |  20 --------------------
 devel/go-errors/PLIST         |  12 ------------
 devel/go-errors/buildlink3.mk |  16 ----------------
 devel/go-errors/distinfo      |   6 ------
 6 files changed, 1 insertions(+), 68 deletions(-)

diffs (103 lines):

diff -r f304d99af929 -r 66ffa08c4e0f devel/Makefile
--- a/devel/Makefile    Sat Jul 03 09:48:44 2021 +0000
+++ b/devel/Makefile    Sat Jul 03 09:49:50 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3441 2021/07/03 09:48:44 nia Exp $
+# $NetBSD: Makefile,v 1.3442 2021/07/03 09:49:50 nia Exp $
 #
 
 COMMENT=       Development utilities
@@ -414,7 +414,6 @@
 SUBDIR+=       go-colorable
 SUBDIR+=       go-colortext
 SUBDIR+=       go-ed25519
-SUBDIR+=       go-errors
 SUBDIR+=       go-flags-svent
 SUBDIR+=       go-fsnotify
 SUBDIR+=       go-gitmap
diff -r f304d99af929 -r 66ffa08c4e0f devel/go-errors/DESCR
--- a/devel/go-errors/DESCR     Sat Jul 03 09:48:44 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-Package errors provides simple error handling primitives.
-
-The traditional error handling idiom in Go is roughly akin to
-
-if err != nil {
-        return err
-}
-
-which applied recursively up the call stack results in error reports without
-context or debugging information. The errors package allows programmers to add
-context to the failure path in their code in a way that does not destroy the
-original value of the error.
diff -r f304d99af929 -r 66ffa08c4e0f devel/go-errors/Makefile
--- a/devel/go-errors/Makefile  Sat Jul 03 09:48:44 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.33 2021/06/06 12:18:45 bsiegert Exp $
-
-DISTNAME=      errors-0.8.0
-PKGNAME=       go-${DISTNAME}
-PKGREVISION=   25
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=pkg/}
-CATEGORIES=    devel
-GITHUB_TAG=    v${PKGVERSION_NOREV}
-GITHUB_PROJECT=        ${PKGBASE:S/^go-//}
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/pkg/errors
-COMMENT=       Simple error handling primitives
-LICENSE=       2-clause-bsd
-
-GO_DIST_BASE=  ${DISTNAME}
-GO_SRCPATH=    github.com/pkg/errors
-
-.include "../../lang/go/go-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r f304d99af929 -r 66ffa08c4e0f devel/go-errors/PLIST
--- a/devel/go-errors/PLIST     Sat Jul 03 09:48:44 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2018/11/18 07:29:52 ryoon Exp $
-gopkg/pkg/${GO_PLATFORM}/github.com/pkg/errors.a
-gopkg/src/github.com/pkg/errors/LICENSE
-gopkg/src/github.com/pkg/errors/README.md
-gopkg/src/github.com/pkg/errors/appveyor.yml
-gopkg/src/github.com/pkg/errors/bench_test.go
-gopkg/src/github.com/pkg/errors/errors.go
-gopkg/src/github.com/pkg/errors/errors_test.go
-gopkg/src/github.com/pkg/errors/example_test.go
-gopkg/src/github.com/pkg/errors/format_test.go
-gopkg/src/github.com/pkg/errors/stack.go
-gopkg/src/github.com/pkg/errors/stack_test.go
diff -r f304d99af929 -r 66ffa08c4e0f devel/go-errors/buildlink3.mk
--- a/devel/go-errors/buildlink3.mk     Sat Jul 03 09:48:44 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-errors
-
-.if !defined(GO_ERRORS_BUILDLINK3_MK)
-GO_ERRORS_BUILDLINK3_MK:=
-
-BUILDLINK_CONTENTS_FILTER.go-errors=   ${EGREP} gopkg/
-BUILDLINK_DEPMETHOD.go-errors?=                build
-
-BUILDLINK_API_DEPENDS.go-errors+=      go-errors>=0.6.0
-BUILDLINK_PKGSRCDIR.go-errors?=                ../../devel/go-errors
-
-.endif  # GO_ERRORS_BUILDLINK3_MK
-
-BUILDLINK_TREE+=       -go-errors
diff -r f304d99af929 -r 66ffa08c4e0f devel/go-errors/distinfo
--- a/devel/go-errors/distinfo  Sat Jul 03 09:48:44 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.2 2018/11/18 07:29:52 ryoon Exp $
-
-SHA1 (errors-0.8.0.tar.gz) = 6256e89cb3c94189180096eb804d9c8c90088fb5
-RMD160 (errors-0.8.0.tar.gz) = 473ecf6cada7287f2e27c90509d351f98895ecf3
-SHA512 (errors-0.8.0.tar.gz) = 82055b10c02f13a8ce497388729568ddde7ae61e9fb2592b9acb11c61dfe94d5554432aee168e7c7adbd8345511c3e4ce0ba4c1b23cf253480e199a95316c443
-Size (errors-0.8.0.tar.gz) = 11344 bytes



Home | Main Index | Thread Index | Old Index