pkgsrc-WIP-changes archive

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

ninja-devel: g/c old package, superseded by devel/ninja-build



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Sep 18 03:10:10 2016 +0200
Changeset:	60ca5d88efbfecb358151eb8052f07c8f5f391cd

Removed Files:
	ninja-devel/DESCR
	ninja-devel/Makefile
	ninja-devel/PLIST
	ninja-devel/TODO

Log Message:
ninja-devel: g/c old package, superseded by devel/ninja-build

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

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

diffstat:
 ninja-devel/DESCR    |  4 ----
 ninja-devel/Makefile | 52 ----------------------------------------------------
 ninja-devel/PLIST    |  2 --
 ninja-devel/TODO     |  8 --------
 4 files changed, 66 deletions(-)

diffs:
diff --git a/ninja-devel/DESCR b/ninja-devel/DESCR
deleted file mode 100644
index baa7bd0..0000000
--- a/ninja-devel/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-Ninja is a small build system with a focus on speed. It differs from
-other build systems in two major respects: it is designed to have its
-input files generated by a higher-level build system, and it is designed
-to run builds as fast as possible.
diff --git a/ninja-devel/Makefile b/ninja-devel/Makefile
deleted file mode 100644
index 5c62a43..0000000
--- a/ninja-devel/Makefile
+++ /dev/null
@@ -1,52 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2014/07/27 07:42:37 makoto Exp $
-#
-DISTNAME=		ninja-1.5.1
-PKGNAME=		${DISTNAME:C/-/-devel-/}
-CATEGORIES=		devel
-MASTER_SITES=		https://github.com/martine/ninja
-
-MAINTAINER=		pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=		http://martine.github.io/ninja/
-COMMENT=		Ninja is a small build system with a focus on speed
-LICENSE=		apache-2.0
-
-BUILD_DEPENDS+=		re2c-[0-9]*:../../devel/re2c
-
-GIT_REPOSITORIES=	ninja
-GIT_MODULE.ninja=	ninja
-GIT_TAG.ninja=		release
-GIT_REPO.ninja=		https://github.com/martine/ninja
-GIT_FLAGS?=		--depth 1
-
-# following is effective only after do-install (?)
-# REPLACE_PYTHON=		bootstrap.py
-
-USE_LANGUAGES+=		c c++
-USE_TOOLS+=		cmake
-AUTO_MKDIRS=		yes
-
-SUBST_CLASSES+=		python
-SUBST_MESSAGE.python=	Replace shebang before bootstrap
-SUBST_FILES.python=	bootstrap.py
-SUBST_STAGE.python=	pre-configure
-SUBST_SED.python=	's|/usr/bin/env python|${PREFIX}/bin/python${PYVERSSUFFIX}|'
-
-WRKSRC=			${WRKDIR}/ninja
-
-pre-configure:
-	(cd ${WRKSRC}; ./bootstrap.py)
-
-do-install:
-	(cd ${WRKSRC};	\
-	${INSTALL} ninja  ${DESTDIR}${PREFIX}/bin )
-
-# ${PREFIX}/bin/ninja -h for help
-
-do-build:
-	${NADA}
-
-.include "../../wip/mk/git-package.mk"
-.include "../../lang/python/pyversion.mk"
-.include "../../lang/${PYPACKAGE}/buildlink3.mk"
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/ninja-devel/PLIST b/ninja-devel/PLIST
deleted file mode 100644
index ec7da19..0000000
--- a/ninja-devel/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2014/07/27 06:15:46 makoto Exp $
-bin/ninja
diff --git a/ninja-devel/TODO b/ninja-devel/TODO
deleted file mode 100644
index e4650e6..0000000
--- a/ninja-devel/TODO
+++ /dev/null
@@ -1,8 +0,0 @@
-- The name 'ninja' is used for several context.
-At least, the name of executables in ${PREFIX}/bin/ninja
-should be negogiated with others.
-
-- PKGREVISION with date may be (should be) eliminated,
-the tag 'release' claims the version 1.5.1.git.
-
-- This is required at least by (OpenBSD) comms/rtl-sdr, just FYI


Home | Main Index | Thread Index | Old Index