Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (3cccc692f0ce27a83f075fa199e3229ebd45f382)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (3cccc692f0ce27a83f075fa199e3229ebd45f382)
  • Date: Mon, 19 Sep 2016 18:53:22 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 3 +++
devel/lcov/DETAILS | 18 ++++++++++++++++++
devel/lcov/HISTORY | 2 ++
3 files changed, 23 insertions(+)

New commits:
commit 3cccc692f0ce27a83f075fa199e3229ebd45f382
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

lcov: new spell, the LTP GCOV extension

diff --git a/ChangeLog b/ChangeLog
index 9aa505d..c718fb6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2016-09-19 Ismael Luceno <ismael AT sourcemage.org>
+ * devel/lcov: new spell, the LTP GCOV extension
+
2016-09-15 Vlad Glagolev <stealth AT sourcemage.org>
* libs/libite: new spell, missing frog DNA for glibc
* python-pypi/pocket-api: new spell, wrapper class around GetPocket V3
diff --git a/devel/lcov/BUILD b/devel/lcov/BUILD
new file mode 100755
index 0000000..e69de29
diff --git a/devel/lcov/DETAILS b/devel/lcov/DETAILS
new file mode 100755
index 0000000..03faa8e
--- /dev/null
+++ b/devel/lcov/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=lcov
+ VERSION=1.12
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/ltp/$SOURCE
+
SOURCE_HASH=sha512:2f3a06d6bdc91e34862d81d17a7f856975e04910acf59b2796bc769056186e0a5199ad0b5f7024fbf61a5bd85e5b5270f96a98f96be349db7c56497d7cc2095a
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="http://ltp.sourceforge.net/coverage/lcov.php";
+ LICENSE[0]="GPLv2+"
+ ENTERED=20160919
+ KEYWORDS=""
+ SHORT="the LTP GCOV extension"
+cat << EOF
+LCOV is a graphical front-end for GCC's coverage testing tool gcov. It
collects
+gcov data for multiple source files and creates HTML pages containing the
+source code annotated with coverage information. It also adds overview pages
+for easy navigation within the file structure. LCOV supports statement,
+function and branch coverage measurement.
+EOF
diff --git a/devel/lcov/HISTORY b/devel/lcov/HISTORY
new file mode 100644
index 0000000..6d2b93f
--- /dev/null
+++ b/devel/lcov/HISTORY
@@ -0,0 +1,2 @@
+2016-09-19 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (3cccc692f0ce27a83f075fa199e3229ebd45f382), Ismael Luceno, 09/19/2016

Archive powered by MHonArc 2.6.24.

Top of Page