pkgsrc-WIP-changes archive

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

go-pass: remove



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%NetBSD.org@localhost>
Pushed By:	bsiegert
Date:		Fri Oct 20 16:04:42 2023 +0200
Changeset:	42d132acec64266c2ff3879fc703ad5f585f9c11

Modified Files:
	Makefile
Removed Files:
	go-pass/DESCR
	go-pass/Makefile
	go-pass/PLIST
	go-pass/buildlink3.mk
	go-pass/distinfo

Log Message:
go-pass: remove

unused, doesn't build

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=42d132acec64266c2ff3879fc703ad5f585f9c11

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile              |  1 -
 go-pass/DESCR         |  1 -
 go-pass/Makefile      | 23 -----------------------
 go-pass/PLIST         | 10 ----------
 go-pass/buildlink3.mk | 15 ---------------
 go-pass/distinfo      |  5 -----
 6 files changed, 55 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 6f30785add..4bb70c4a89 100644
--- a/Makefile
+++ b/Makefile
@@ -1312,7 +1312,6 @@ SUBDIR+=	go-ole
 SUBDIR+=	go-opentracing
 SUBDIR+=	go-ops
 SUBDIR+=	go-param
-SUBDIR+=	go-pass
 SUBDIR+=	go-paths-helper
 SUBDIR+=	go-pathtree
 SUBDIR+=	go-pcidb
diff --git a/go-pass/DESCR b/go-pass/DESCR
deleted file mode 100644
index 77af79b909..0000000000
--- a/go-pass/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-Retrieve password from user terminal or piped input without echo.
diff --git a/go-pass/Makefile b/go-pass/Makefile
deleted file mode 100644
index 44270c0694..0000000000
--- a/go-pass/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# $NetBSD$
-
-# XXX 0.0.1 is a made-up release number, ask upstream to make a release.
-PKGNAME=	go-pass-0.0.1
-PKGREVISION=	12
-GITHUB_TAG=	bf9dde6d0d2c004a008c27aaee91170c786f6db8
-DISTNAME=	gopass-${GITHUB_TAG}
-CATEGORIES=	security devel
-MASTER_SITES=	${MASTER_SITE_GITHUB:=howeyc/}
-GITHUB_PROJECT=	gopass
-
-MAINTAINER=	alnsn%yandex.ru@localhost
-HOMEPAGE=	https://github.com/howeyc/gopass
-COMMENT=	getpasswd for Go
-LICENSE=	isc
-
-WRKSRC=		${WRKDIR}
-GO_DIST_BASE=	gopass-${GITHUB_TAG}
-GO_SRCPATH=	github.com/howeyc/gopass
-
-.include "../../lang/go/go-package.mk"
-.include "../../security/go-crypto/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/go-pass/PLIST b/go-pass/PLIST
deleted file mode 100644
index 03e9228d99..0000000000
--- a/go-pass/PLIST
+++ /dev/null
@@ -1,10 +0,0 @@
-@comment $NetBSD$
-gopkg/pkg/${GO_PLATFORM}/github.com/howeyc/gopass.a
-gopkg/src/github.com/howeyc/gopass/LICENSE.txt
-gopkg/src/github.com/howeyc/gopass/OPENSOLARIS.LICENSE
-gopkg/src/github.com/howeyc/gopass/README.md
-gopkg/src/github.com/howeyc/gopass/pass.go
-gopkg/src/github.com/howeyc/gopass/pass_test.go
-gopkg/src/github.com/howeyc/gopass/terminal.go
-gopkg/src/github.com/howeyc/gopass/terminal_solaris.go
-@pkgdir bin
diff --git a/go-pass/buildlink3.mk b/go-pass/buildlink3.mk
deleted file mode 100644
index dfb5ca4ce5..0000000000
--- a/go-pass/buildlink3.mk
+++ /dev/null
@@ -1,15 +0,0 @@
-# $NetBSD$
-
-BUILDLINK_TREE+=	go-pass
-
-.if !defined(GO_PASS_BUILDLINK3_MK)
-GO_PASS_BUILDLINK3_MK:=
-
-BUILDLINK_CONTENTS_FILTER.go-pass=	${EGREP} gopkg/
-BUILDLINK_DEPMETHOD.go-pass?=		build
-
-BUILDLINK_API_DEPENDS.go-pass+=	go-pass>=0.0.1
-BUILDLINK_PKGSRCDIR.go-pass?=	../../wip/go-pass
-.endif	# GO_PASS_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-go-pass
diff --git a/go-pass/distinfo b/go-pass/distinfo
deleted file mode 100644
index 02854f3835..0000000000
--- a/go-pass/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-RMD160 (gopass-bf9dde6d0d2c004a008c27aaee91170c786f6db8-bf9dde6d0d2c004a008c27aaee91170c786f6db8.tar.gz) = 048811b4ad07fc5e4a3e39994525b24dc28c7633
-SHA512 (gopass-bf9dde6d0d2c004a008c27aaee91170c786f6db8-bf9dde6d0d2c004a008c27aaee91170c786f6db8.tar.gz) = d502e33fd19784f76d04e3ff7218a055b6b0f16ac9f53bd526ec15ff3f94ba2729aea534313d18ae62aa586993fa8ff2fdfafbea7be84a002f8d7e19ae7f951c
-Size (gopass-bf9dde6d0d2c004a008c27aaee91170c786f6db8-bf9dde6d0d2c004a008c27aaee91170c786f6db8.tar.gz) = 11295 bytes


Home | Main Index | Thread Index | Old Index