pkgsrc-WIP-changes archive

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

Remove p6-panda.



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%gmail.com@localhost>
Pushed By:	bsiegert
Date:		Mon Feb 6 10:31:03 2017 +0100
Changeset:	a1980db26e3d4a426a40193d184a35ecf94331d9

Modified Files:
	Makefile
Removed Files:
	p6-panda/DESCR
	p6-panda/Makefile
	p6-panda/PLIST
	p6-panda/TODO
	p6-panda/distinfo

Log Message:
Remove p6-panda.

The package never quite worked correctly, and zef is the new hotness
for managing Per6 modules.

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

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

diffstat:
 Makefile          |  1 -
 p6-panda/DESCR    |  1 -
 p6-panda/Makefile | 23 -----------------------
 p6-panda/PLIST    | 19 -------------------
 p6-panda/TODO     |  2 --
 p6-panda/distinfo |  6 ------
 6 files changed, 52 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 860f992b8b..65faec8cbc 100644
--- a/Makefile
+++ b/Makefile
@@ -2381,7 +2381,6 @@ SUBDIR+=	p5-qt3
 SUBDIR+=	p5-spf-policyd
 SUBDIR+=	p5-transdecoder
 SUBDIR+=	p5-xmlsig-svn
-SUBDIR+=	p6-panda
 SUBDIR+=	packman
 SUBDIR+=	pagetools
 SUBDIR+=	pal
diff --git a/p6-panda/DESCR b/p6-panda/DESCR
deleted file mode 100644
index 32fb3334db..0000000000
--- a/p6-panda/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-Panda is a Perl 6 module manager. It is similar to CPAN from Perl 5.
diff --git a/p6-panda/Makefile b/p6-panda/Makefile
deleted file mode 100644
index c7449651bd..0000000000
--- a/p6-panda/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# $NetBSD$
-
-GITHUB_PROJECT=	panda
-DISTNAME=	panda-2015.12
-PKGNAME=	p6-${DISTNAME}
-CATEGORIES=	wip perl6
-MASTER_SITES=	${MASTER_SITE_GITHUB:=tadzik/}
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/tadzik/panda/
-COMMENT=	Perl 6 package manager
-LICENSE=	artistic
-
-WRKSRC=		${WRKDIR}/panda-2015.12
-USE_LANGUAGES=	# none
-
-NO_BUILD=	yes
-
-do-install:
-	cd ${WRKSRC} && perl6 ./bootstrap.pl --prefix=${DESTDIR}${PREFIX}
-	rm -rf ${DESTDIR}${PREFIX}/lib/.precomp ${DESTDIR}${PREFIX}/bin/*.bat
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/p6-panda/PLIST b/p6-panda/PLIST
deleted file mode 100644
index 214c7869c3..0000000000
--- a/p6-panda/PLIST
+++ /dev/null
@@ -1,19 +0,0 @@
-@comment $NetBSD$
-bin/panda
-bin/panda-build
-bin/panda-cpanize
-bin/panda-fetch
-bin/panda-install
-bin/panda-test
-lib/Panda.pm
-lib/Panda/App.pm
-lib/Panda/Builder.pm
-lib/Panda/Bundler.pm
-lib/Panda/Common.pm
-lib/Panda/Ecosystem.pm
-lib/Panda/Fetcher.pm
-lib/Panda/Installer.pm
-lib/Panda/Project.pm
-lib/Panda/Reporter.pm
-lib/Panda/Tester.pm
-panda/state
diff --git a/p6-panda/TODO b/p6-panda/TODO
deleted file mode 100644
index eccbeaa118..0000000000
--- a/p6-panda/TODO
+++ /dev/null
@@ -1,2 +0,0 @@
-- check that the resulting package actually works
-- try packaging Perl 6 modules using Panda.
diff --git a/p6-panda/distinfo b/p6-panda/distinfo
deleted file mode 100644
index abb2f77e36..0000000000
--- a/p6-panda/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (panda-2015.12.tar.gz) = 3237b4ef2f3c2e58a26aec3551710e785bebe3bc
-RMD160 (panda-2015.12.tar.gz) = 9243d8b7e24809a656e6fc7ca8bca80f1ea838e1
-SHA512 (panda-2015.12.tar.gz) = 9334160e5075b97a0501f05fa556a7fce9bfd94a8c3d8948f2eb0e10d84936d0a2765accf93464ef3e47fc7acfb33d0db19b9f0ee8451d09eb4f0288077652d0
-Size (panda-2015.12.tar.gz) = 32838 bytes


Home | Main Index | Thread Index | Old Index