pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel go-sanitized_anchor_name: Remove, deprecated go-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d6f842d7fc52
branches:  trunk
changeset: 457485:d6f842d7fc52
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Aug 27 07:18:06 2021 +0000

description:
go-sanitized_anchor_name: Remove, deprecated go-package, no users in pkgsrc

diffstat:

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

diffs (93 lines):

diff -r cbe212ce13e6 -r d6f842d7fc52 devel/Makefile
--- a/devel/Makefile    Fri Aug 27 07:17:29 2021 +0000
+++ b/devel/Makefile    Fri Aug 27 07:18:06 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3488 2021/08/27 07:17:29 nia Exp $
+# $NetBSD: Makefile,v 1.3489 2021/08/27 07:18:06 nia Exp $
 #
 
 COMMENT=       Development utilities
@@ -428,7 +428,6 @@
 SUBDIR+=       go-protobuf
 SUBDIR+=       go-pty
 SUBDIR+=       go-review
-SUBDIR+=       go-sanitized_anchor_name
 SUBDIR+=       go-siphash
 SUBDIR+=       go-sys
 SUBDIR+=       go-termbox
diff -r cbe212ce13e6 -r d6f842d7fc52 devel/go-sanitized_anchor_name/DESCR
--- a/devel/go-sanitized_anchor_name/DESCR      Fri Aug 27 07:17:29 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-Package sanitized_anchor_name provides a func to create sanitized anchor names.
-
-Its logic can be reused by multiple packages to create interoperable anchor
-names and links to those anchors.
-
-At this time, it does not try to ensure that generated anchor names are unique,
-that responsibility falls on the caller.
diff -r cbe212ce13e6 -r d6f842d7fc52 devel/go-sanitized_anchor_name/Makefile
--- a/devel/go-sanitized_anchor_name/Makefile   Fri Aug 27 07:17:29 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.36 2021/08/11 19:35:13 bsiegert Exp $
-
-DISTNAME=      sanitized_anchor_name-0.0.20170919
-PKGNAME=       go-${DISTNAME}
-PKGREVISION=   29
-CATEGORIES=    devel
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=shurcooL/}
-GITHUB_TAG=    86672fcb3f950f35f2e675df2240550f2a50762f
-GITHUB_PROJECT=        ${PKGBASE:S/^go-//}
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/shurcooL/sanitized_anchor_name
-COMMENT=       Create sanitized anchor names
-LICENSE=       mit
-
-GO_DIST_BASE=  ${GITHUB_PROJECT}-${GITHUB_TAG}
-GO_SRCPATH=    github.com/shurcooL/sanitized_anchor_name
-
-.include "../../lang/go/go-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r cbe212ce13e6 -r d6f842d7fc52 devel/go-sanitized_anchor_name/PLIST
--- a/devel/go-sanitized_anchor_name/PLIST      Fri Aug 27 07:17:29 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2017/08/17 01:37:39 gavan Exp $
-gopkg/pkg/${GO_PLATFORM}/github.com/shurcooL/sanitized_anchor_name.a
-gopkg/src/github.com/shurcooL/sanitized_anchor_name/LICENSE
-gopkg/src/github.com/shurcooL/sanitized_anchor_name/README.md
-gopkg/src/github.com/shurcooL/sanitized_anchor_name/main.go
-gopkg/src/github.com/shurcooL/sanitized_anchor_name/main_test.go
-@pkgdir bin
diff -r cbe212ce13e6 -r d6f842d7fc52 devel/go-sanitized_anchor_name/buildlink3.mk
--- a/devel/go-sanitized_anchor_name/buildlink3.mk      Fri Aug 27 07:17:29 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.3 2018/01/07 13:04:02 rillig Exp $
-
-BUILDLINK_TREE+=       go-sanitized_anchor_name
-
-.if !defined(GO_SANITIZED_ANCHOR_NAME_BUILDLINK3_MK)
-GO_SANITIZED_ANCHOR_NAME_BUILDLINK3_MK:=
-
-BUILDLINK_CONTENTS_FILTER.go-sanitized_anchor_name=    ${EGREP} gopkg/
-BUILDLINK_DEPMETHOD.go-sanitized_anchor_name?=         build
-
-BUILDLINK_API_DEPENDS.go-sanitized_anchor_name+=       go-sanitized_anchor_name>=0.0
-BUILDLINK_PKGSRCDIR.go-sanitized_anchor_name?=         ../../devel/go-sanitized_anchor_name
-
-.endif  # GO_SANITIZED_ANCHOR_NAME_BUILDLINK3_MK
-
-BUILDLINK_TREE+=       -go-sanitized_anchor_name
diff -r cbe212ce13e6 -r d6f842d7fc52 devel/go-sanitized_anchor_name/distinfo
--- a/devel/go-sanitized_anchor_name/distinfo   Fri Aug 27 07:17:29 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.2 2018/06/11 16:12:09 minskim Exp $
-
-SHA1 (sanitized_anchor_name-0.0.20170919-86672fcb3f950f35f2e675df2240550f2a50762f.tar.gz) = b389f9c63ec5a1c887b55933ecd693cc2ec6585b
-RMD160 (sanitized_anchor_name-0.0.20170919-86672fcb3f950f35f2e675df2240550f2a50762f.tar.gz) = 935f14c8e293ac3e55ddea9dbbc1851c5646faa3
-SHA512 (sanitized_anchor_name-0.0.20170919-86672fcb3f950f35f2e675df2240550f2a50762f.tar.gz) = 
1d53a83a293157ea42d4e1c7a1eb30c87eaa32cdc88521ebcfa3f94fa4ddcf35d1b839a16ccd00043ee59c113596d5048f88e5cf5f9e6ce6003c9d8faf837ad0
-Size (sanitized_anchor_name-0.0.20170919-86672fcb3f950f35f2e675df2240550f2a50762f.tar.gz) = 2057 bytes



Home | Main Index | Thread Index | Old Index