pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel go-cobra: remove
details: https://anonhg.NetBSD.org/pkgsrc/rev/d04a78cc556d
branches: trunk
changeset: 452789:d04a78cc556d
user: bsiegert <bsiegert%pkgsrc.org@localhost>
date: Sat May 15 17:13:26 2021 +0000
description:
go-cobra: remove
This package was there to support www/hugo and wip/madonctl, both of which
no longer use it.
diffstat:
devel/Makefile | 3 +-
devel/go-cobra/DESCR | 2 -
devel/go-cobra/Makefile | 24 -----------------
devel/go-cobra/PLIST | 59 --------------------------------------------
devel/go-cobra/buildlink3.mk | 19 --------------
devel/go-cobra/distinfo | 6 ----
6 files changed, 1 insertions(+), 112 deletions(-)
diffs (147 lines):
diff -r 3eb3082279b5 -r d04a78cc556d devel/Makefile
--- a/devel/Makefile Sat May 15 17:08:06 2021 +0000
+++ b/devel/Makefile Sat May 15 17:13:26 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3389 2021/05/13 12:24:01 bsiegert Exp $
+# $NetBSD: Makefile,v 1.3390 2021/05/15 17:13:26 bsiegert Exp $
#
COMMENT= Development utilities
@@ -413,7 +413,6 @@
SUBDIR+= go-check
SUBDIR+= go-cli
SUBDIR+= go-cmp
-SUBDIR+= go-cobra
SUBDIR+= go-colorable
SUBDIR+= go-colortext
SUBDIR+= go-colour
diff -r 3eb3082279b5 -r d04a78cc556d devel/go-cobra/DESCR
--- a/devel/go-cobra/DESCR Sat May 15 17:08:06 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-Cobra is both a library for creating powerful modern CLI applications as well
-as a program to generate applications and command files.
diff -r 3eb3082279b5 -r d04a78cc556d devel/go-cobra/Makefile
--- a/devel/go-cobra/Makefile Sat May 15 17:08:06 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-# $NetBSD: Makefile,v 1.35 2021/05/08 15:02:40 bsiegert Exp $
-
-DISTNAME= cobra-0.0.3
-PKGNAME= go-${DISTNAME}
-PKGREVISION= 27
-MASTER_SITES= ${MASTER_SITE_GITHUB:=spf13/}
-CATEGORIES= devel
-GITHUB_TAG= v${PKGVERSION_NOREV}
-GITHUB_PROJECT= ${PKGBASE:S/^go-//}
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://github.com/spf13/cobra
-COMMENT= Commander for modern Go CLI interactions
-LICENSE= apache-2.0
-
-GO_DIST_BASE= ${GITHUB_PROJECT}-${PKGVERSION_NOREV}
-GO_SRCPATH= github.com/spf13/cobra
-
-.include "../../devel/go-pflag/buildlink3.mk"
-.include "../../devel/go-viper/buildlink3.mk"
-.include "../../textproc/go-md2man/buildlink3.mk"
-.include "../../devel/go-homedir/buildlink3.mk"
-.include "../../lang/go/go-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 3eb3082279b5 -r d04a78cc556d devel/go-cobra/PLIST
--- a/devel/go-cobra/PLIST Sat May 15 17:08:06 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,59 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2018/09/02 20:55:15 minskim Exp $
-bin/cobra
-gopkg/pkg/${GO_PLATFORM}/github.com/spf13/cobra.a
-gopkg/pkg/${GO_PLATFORM}/github.com/spf13/cobra/cobra/cmd.a
-gopkg/pkg/${GO_PLATFORM}/github.com/spf13/cobra/doc.a
-gopkg/src/github.com/spf13/cobra/LICENSE.txt
-gopkg/src/github.com/spf13/cobra/README.md
-gopkg/src/github.com/spf13/cobra/args.go
-gopkg/src/github.com/spf13/cobra/args_test.go
-gopkg/src/github.com/spf13/cobra/bash_completions.go
-gopkg/src/github.com/spf13/cobra/bash_completions.md
-gopkg/src/github.com/spf13/cobra/bash_completions_test.go
-gopkg/src/github.com/spf13/cobra/cobra.go
-gopkg/src/github.com/spf13/cobra/cobra/README.md
-gopkg/src/github.com/spf13/cobra/cobra/cmd/add.go
-gopkg/src/github.com/spf13/cobra/cobra/cmd/add_test.go
-gopkg/src/github.com/spf13/cobra/cobra/cmd/golden_test.go
-gopkg/src/github.com/spf13/cobra/cobra/cmd/helpers.go
-gopkg/src/github.com/spf13/cobra/cobra/cmd/init.go
-gopkg/src/github.com/spf13/cobra/cobra/cmd/init_test.go
-gopkg/src/github.com/spf13/cobra/cobra/cmd/license_agpl.go
-gopkg/src/github.com/spf13/cobra/cobra/cmd/license_apache_2.go
-gopkg/src/github.com/spf13/cobra/cobra/cmd/license_bsd_clause_2.go
-gopkg/src/github.com/spf13/cobra/cobra/cmd/license_bsd_clause_3.go
-gopkg/src/github.com/spf13/cobra/cobra/cmd/license_gpl_2.go
-gopkg/src/github.com/spf13/cobra/cobra/cmd/license_gpl_3.go
-gopkg/src/github.com/spf13/cobra/cobra/cmd/license_lgpl.go
-gopkg/src/github.com/spf13/cobra/cobra/cmd/license_mit.go
-gopkg/src/github.com/spf13/cobra/cobra/cmd/licenses.go
-gopkg/src/github.com/spf13/cobra/cobra/cmd/project.go
-gopkg/src/github.com/spf13/cobra/cobra/cmd/project_test.go
-gopkg/src/github.com/spf13/cobra/cobra/cmd/root.go
-gopkg/src/github.com/spf13/cobra/cobra/cmd/testdata/LICENSE.golden
-gopkg/src/github.com/spf13/cobra/cobra/cmd/testdata/main.go.golden
-gopkg/src/github.com/spf13/cobra/cobra/cmd/testdata/root.go.golden
-gopkg/src/github.com/spf13/cobra/cobra/cmd/testdata/test.go.golden
-gopkg/src/github.com/spf13/cobra/cobra/main.go
-gopkg/src/github.com/spf13/cobra/cobra_test.go
-gopkg/src/github.com/spf13/cobra/command.go
-gopkg/src/github.com/spf13/cobra/command_notwin.go
-gopkg/src/github.com/spf13/cobra/command_test.go
-gopkg/src/github.com/spf13/cobra/command_win.go
-gopkg/src/github.com/spf13/cobra/doc/cmd_test.go
-gopkg/src/github.com/spf13/cobra/doc/man_docs.go
-gopkg/src/github.com/spf13/cobra/doc/man_docs.md
-gopkg/src/github.com/spf13/cobra/doc/man_docs_test.go
-gopkg/src/github.com/spf13/cobra/doc/man_examples_test.go
-gopkg/src/github.com/spf13/cobra/doc/md_docs.go
-gopkg/src/github.com/spf13/cobra/doc/md_docs.md
-gopkg/src/github.com/spf13/cobra/doc/md_docs_test.go
-gopkg/src/github.com/spf13/cobra/doc/rest_docs.go
-gopkg/src/github.com/spf13/cobra/doc/rest_docs.md
-gopkg/src/github.com/spf13/cobra/doc/rest_docs_test.go
-gopkg/src/github.com/spf13/cobra/doc/util.go
-gopkg/src/github.com/spf13/cobra/doc/yaml_docs.go
-gopkg/src/github.com/spf13/cobra/doc/yaml_docs.md
-gopkg/src/github.com/spf13/cobra/doc/yaml_docs_test.go
-gopkg/src/github.com/spf13/cobra/zsh_completions.go
-gopkg/src/github.com/spf13/cobra/zsh_completions_test.go
diff -r 3eb3082279b5 -r d04a78cc556d devel/go-cobra/buildlink3.mk
--- a/devel/go-cobra/buildlink3.mk Sat May 15 17:08:06 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.2 2017/08/25 16:49:12 jperkin Exp $
-
-BUILDLINK_TREE+= go-cobra
-
-.if !defined(GO_COBRA_BUILDLINK3_MK)
-GO_COBRA_BUILDLINK3_MK:=
-
-BUILDLINK_CONTENTS_FILTER.go-cobra= ${EGREP} gopkg/
-BUILDLINK_DEPMETHOD.go-cobra?= build
-
-BUILDLINK_API_DEPENDS.go-cobra+= go-cobra>=0.0
-BUILDLINK_PKGSRCDIR.go-cobra?= ../../devel/go-cobra
-
-.include "../../devel/go-pflag/buildlink3.mk"
-.include "../../devel/go-viper/buildlink3.mk"
-.include "../../textproc/go-md2man/buildlink3.mk"
-.endif # GO_COBRA_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -go-cobra
diff -r 3eb3082279b5 -r d04a78cc556d devel/go-cobra/distinfo
--- a/devel/go-cobra/distinfo Sat May 15 17:08:06 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.2 2018/09/02 20:55:15 minskim Exp $
-
-SHA1 (cobra-0.0.3.tar.gz) = fd2a013531692211925a8529ffdbe1e0314670bf
-RMD160 (cobra-0.0.3.tar.gz) = c74ce03c141427320656e10605733541040ba819
-SHA512 (cobra-0.0.3.tar.gz) = c38db9432a168f913b41a1e1b11d84bedfade82ff70791be9d343a6cc86b8a05b18bae344d67ebd8bae4c98662db7ac664a9dc86fa9b9ad4aa5c96cbf0178efb
-Size (cobra-0.0.3.tar.gz) = 101526 bytes
Home |
Main Index |
Thread Index |
Old Index