pkgsrc-WIP-changes archive

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

ninka: remove clone



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Sun Oct 11 22:52:26 2020 +0100
Changeset:	3724166caabec14b7b8d23c888d3d80fa4b8a43d

Removed Files:
	ninka/DESCR
	ninka/Makefile

Log Message:
ninka: remove clone

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

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

diffstat:
 ninka/DESCR    |  1 -
 ninka/Makefile | 41 -----------------------------------------
 2 files changed, 42 deletions(-)

diffs:
diff --git a/ninka/DESCR b/ninka/DESCR
deleted file mode 100644
index 3e4fc9dc1b..0000000000
--- a/ninka/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-Ninka is a lightweight license identification tool for source code
diff --git a/ninka/Makefile b/ninka/Makefile
deleted file mode 100644
index 1ccbb51c3a..0000000000
--- a/ninka/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2013/03/04 21:58:38 thomasklausner Exp $
-
-DISTNAME=	ninka-1.3.2pre20180106
-PKGREVISION=	2
-CATEGORIES=	devel
-
-MAINTAINER=	kamel.derouiche%gmail.com@localhost
-HOMEPAGE=	http://ninka.turingmachine.org/
-COMMENT=	License identification tool for Source Code
-LICENSE=	gnu-gpl-v2
-
-GIT_REPOSITORIES=	ninka
-GIT_REPO.ninka=		https://github.com/dmgerman/ninka
-GIT_REVISION.ninka=	81f185261c8863c5b84344ee31192870be939faf
-PKGREVISION=		0
-
-DEPENDS+=		p5-DBI-[0-9]*:../../databases/p5-DBI
-DEPENDS+=		p5-DBD-SQLite-[0-9]*:../../databases/p5-DBD-SQLite
-DEPENDS+=		p5-Spreadsheet-WriteExcel-[0-9]*:../../math/p5-Spreadsheet-WriteExcel
-DEPENDS+=		p5-IO-CaptureOutput-[0-9]*:../../devel/p5-IO-CaptureOutput
-#BUILD_DEPENDS+=	p5-Test-Strict-[0-9]*:../../devel/p5-Test-Strict
-
-NO_CHECKSUM=	yes
-USE_TOOLS+=	pax perl:run
-USE_LANGUAGES=	# none
-WRKSRC=		${WRKDIR}/ninka
-PERL5_PACKLIST=	auto/Ninka/.packlist
-
-# See https://github.com/dmgerman/ninka/pull/41
-SUBST_CLASSES+=		regex
-SUBST_STAGE.regex=	post-patch
-SUBST_FILES.regex=	lib/Ninka/SentenceExtractor.pm
-SUBST_SED.regex=	-e 's,1-2,1\,2,'
-
-REPLACE_PERL+=	*/*.pl
-
-INSTALLATION_DIRS=	bin
-
-.include "../../wip/mk/git-package.mk"
-.include "../../lang/perl5/module.mk"
-.include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index