pkgsrc-WIP-changes archive

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

pkgsrc-wip-tools: Rename to wip-tools



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Tue Jan 19 07:19:02 2021 -0600
Changeset:	de3b542659670ccbd110c20b98c3455b00a2a0ce

Added Files:
	wip-tools/DESCR
	wip-tools/Makefile
	wip-tools/PLIST
	wip-tools/distinfo
Removed Files:
	pkgsrc-wip-tools/DESCR
	pkgsrc-wip-tools/Makefile
	pkgsrc-wip-tools/PLIST
	pkgsrc-wip-tools/distinfo

Log Message:
pkgsrc-wip-tools: Rename to wip-tools

pkgsrc- is a useless prefix here

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

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

diffstat:
 pkgsrc-wip-tools/DESCR    |  1 -
 pkgsrc-wip-tools/Makefile | 17 -----------------
 pkgsrc-wip-tools/PLIST    |  3 ---
 pkgsrc-wip-tools/distinfo |  6 ------
 wip-tools/DESCR           |  1 +
 wip-tools/Makefile        | 18 ++++++++++++++++++
 wip-tools/PLIST           |  3 +++
 wip-tools/distinfo        |  6 ++++++
 8 files changed, 28 insertions(+), 27 deletions(-)

diffs:
diff --git a/pkgsrc-wip-tools/DESCR b/pkgsrc-wip-tools/DESCR
deleted file mode 100644
index b67e9e4275..0000000000
--- a/pkgsrc-wip-tools/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-Tools for developing wip packages.
diff --git a/pkgsrc-wip-tools/Makefile b/pkgsrc-wip-tools/Makefile
deleted file mode 100644
index 7c9edc0ede..0000000000
--- a/pkgsrc-wip-tools/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	pkgsrc-wip-tools-0.1.0.4
-CATEGORIES=	pkgtools
-MASTER_SITES=	${MASTER_SITE_GITHUB:=outpaddling/}
-GITHUB_TAG=	112983eb60e4c39017e71fac6cec2c4356f2ad42
-
-MAINTAINER=	bacon%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/outpaddling/
-COMMENT=	Tools for developing wip packages
-LICENSE=	modified-bsd
-
-USE_LANGUAGES=	# empty
-
-DEPENDS+=	pkg-dev>=0:../../wip/pkg-dev
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/pkgsrc-wip-tools/PLIST b/pkgsrc-wip-tools/PLIST
deleted file mode 100644
index ad78132e90..0000000000
--- a/pkgsrc-wip-tools/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD$
-bin/wip-reinstall-pkg
-bin/wip-update
diff --git a/pkgsrc-wip-tools/distinfo b/pkgsrc-wip-tools/distinfo
deleted file mode 100644
index 8264f84349..0000000000
--- a/pkgsrc-wip-tools/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (pkgsrc-wip-tools-0.1.0.4-112983eb60e4c39017e71fac6cec2c4356f2ad42.tar.gz) = 50dba538dd97477136136ce8ccdc7440f8c0efd0
-RMD160 (pkgsrc-wip-tools-0.1.0.4-112983eb60e4c39017e71fac6cec2c4356f2ad42.tar.gz) = d1e191276a8564ab9a2ca444a49f0f1b8c20f847
-SHA512 (pkgsrc-wip-tools-0.1.0.4-112983eb60e4c39017e71fac6cec2c4356f2ad42.tar.gz) = 4b91ae706290363f3f0b65fd82368305f14d33bbdc9a5e1a1b87cc69baeb33d68c688aedea5620ca2ec29c1d622b806a9e054fb6825692a08ee3ed6312e50ffc
-Size (pkgsrc-wip-tools-0.1.0.4-112983eb60e4c39017e71fac6cec2c4356f2ad42.tar.gz) = 1623 bytes
diff --git a/wip-tools/DESCR b/wip-tools/DESCR
new file mode 100644
index 0000000000..b67e9e4275
--- /dev/null
+++ b/wip-tools/DESCR
@@ -0,0 +1 @@
+Tools for developing wip packages.
diff --git a/wip-tools/Makefile b/wip-tools/Makefile
new file mode 100644
index 0000000000..b9897859c4
--- /dev/null
+++ b/wip-tools/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME=	wip-tools-0.1.0.4
+CATEGORIES=	pkgtools
+MASTER_SITES=	${MASTER_SITE_GITHUB:=outpaddling/}
+GITHUB_TAG=	112983eb60e4c39017e71fac6cec2c4356f2ad42
+GITHUB_PROJECT=	pkgsrc-wip-tools
+
+MAINTAINER=	bacon%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/outpaddling/
+COMMENT=	Tools for developing wip packages
+LICENSE=	modified-bsd
+
+USE_LANGUAGES=	# empty
+
+DEPENDS+=	pkg-dev>=0:../../wip/pkg-dev
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/wip-tools/PLIST b/wip-tools/PLIST
new file mode 100644
index 0000000000..ad78132e90
--- /dev/null
+++ b/wip-tools/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/wip-reinstall-pkg
+bin/wip-update
diff --git a/wip-tools/distinfo b/wip-tools/distinfo
new file mode 100644
index 0000000000..5c13d46a59
--- /dev/null
+++ b/wip-tools/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (wip-tools-0.1.0.4-112983eb60e4c39017e71fac6cec2c4356f2ad42.tar.gz) = 50dba538dd97477136136ce8ccdc7440f8c0efd0
+RMD160 (wip-tools-0.1.0.4-112983eb60e4c39017e71fac6cec2c4356f2ad42.tar.gz) = d1e191276a8564ab9a2ca444a49f0f1b8c20f847
+SHA512 (wip-tools-0.1.0.4-112983eb60e4c39017e71fac6cec2c4356f2ad42.tar.gz) = 4b91ae706290363f3f0b65fd82368305f14d33bbdc9a5e1a1b87cc69baeb33d68c688aedea5620ca2ec29c1d622b806a9e054fb6825692a08ee3ed6312e50ffc
+Size (wip-tools-0.1.0.4-112983eb60e4c39017e71fac6cec2c4356f2ad42.tar.gz) = 1623 bytes


Home | Main Index | Thread Index | Old Index