pkgsrc-WIP-changes archive

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

include-what-you-use: Drop, devel/include-what-you-use is the same version



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Jun 11 18:14:52 2016 +0200
Changeset:	e05bcab551862edde0cf58feffdf43cf749c6b4f

Removed Files:
	include-what-you-use/DESCR
	include-what-you-use/Makefile
	include-what-you-use/PLIST
	include-what-you-use/distinfo

Log Message:
include-what-you-use: Drop, devel/include-what-you-use is the same version

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

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

diffstat:
 include-what-you-use/DESCR    | 11 -----------
 include-what-you-use/Makefile | 27 ---------------------------
 include-what-you-use/PLIST    |  4 ----
 include-what-you-use/distinfo |  6 ------
 4 files changed, 48 deletions(-)

diffs:
diff --git a/include-what-you-use/DESCR b/include-what-you-use/DESCR
deleted file mode 100644
index a0894c3..0000000
--- a/include-what-you-use/DESCR
+++ /dev/null
@@ -1,11 +0,0 @@
-"Include what you use" means this: for every symbol (type, function
-variable, or macro) that you use in foo.cc, either foo.cc or foo.h
-should #include a .h file that exports the declaration of that symbol.
-The include-what-you-use tool is a program that can be built with the
-clang libraries in order to analyze #includes of source files to find
-include-what-you-use violations, and suggest fixes for them.
-
-The main goal of include-what-you-use is to remove superfluous
-#includes. It does this both by figuring out what #includes are not
-actually needed for this file (for both .cc and .h files), and replacing
-#includes with forward-declares when possible.
diff --git a/include-what-you-use/Makefile b/include-what-you-use/Makefile
deleted file mode 100644
index 7ca2d42..0000000
--- a/include-what-you-use/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	include-what-you-use-0.5.src
-PKGNAME=	${DISTNAME:.src=}
-CATEGORIES=	devel
-MASTER_SITES=	http://include-what-you-use.org/downloads/
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	http://include-what-you-use.org/downloads/
-COMMENT=	Analyze \#includes in C and C++ source files
-#LICENSE=	# TODO: (see mk/license.mk)
-
-WRKSRC=		${WRKDIR}/include-what-you-use
-USE_CMAKE=	yes
-USE_LANGUAGES=	c c++
-CMAKE_ARGS+=	-DIWYU_LLVM_ROOT_PATH:PATH=${BUILDLINK_PREFIX.clang}
-
-REPLACE_PYTHON=		fix_includes.py
-REPLACE_PYTHON+=	fix_includes_test.py
-REPLACE_PYTHON+=	iwyu_test_util.py
-REPLACE_PYTHON+=	iwyu_tool.py
-REPLACE_PYTHON+=	make_readme.py
-REPLACE_PYTHON+=	run_iwyu_tests.py
-
-.include "../../lang/clang/buildlink3.mk"
-.include "../../lang/python/application.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/include-what-you-use/PLIST b/include-what-you-use/PLIST
deleted file mode 100644
index 68c4d57..0000000
--- a/include-what-you-use/PLIST
+++ /dev/null
@@ -1,4 +0,0 @@
-@comment $NetBSD$
-bin/fix_includes.py
-bin/include-what-you-use
-bin/iwyu_tool.py
diff --git a/include-what-you-use/distinfo b/include-what-you-use/distinfo
deleted file mode 100644
index 8c2b2af..0000000
--- a/include-what-you-use/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (include-what-you-use-0.5.src.tar.gz) = 6d4e3040ecb2906f93d72ba14e61381f0a8c2509
-RMD160 (include-what-you-use-0.5.src.tar.gz) = 73f92c5d018e9a49c34307a4ff5c5848b78a0e99
-SHA512 (include-what-you-use-0.5.src.tar.gz) = 805395873b59e4f4236853ba9ac6818d60968190ad485d580ea80d69c518eb8c44822a4281a4219b4ccc02e2dc8f3db5c470170e27e67ea0d8e04ef78da9078c
-Size (include-what-you-use-0.5.src.tar.gz) = 404081 bytes


Home | Main Index | Thread Index | Old Index