mirror of
https://github.com/gentoo-mirror/gentoo-zh.git
synced 2025-04-19 07:48:56 -04:00
app-benchmarks/lcov: checkin
This commit is contained in:
parent
7dc9f423d5
commit
d81e59303b
8
app-benchmarks/lcov/ChangeLog
Normal file
8
app-benchmarks/lcov/ChangeLog
Normal file
@ -0,0 +1,8 @@
|
||||
# ChangeLog for app-benchmarks/lcov
|
||||
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
|
||||
# $Header: $
|
||||
|
||||
14 Jun 2008; Lan Yixun <dennis.yxun@gmail.com> Manifest:
|
||||
+lcov-1.6-r0.ebuild bugs #100803
|
||||
import lcov by me, thanks Ryo Kuya <r-k@bc.wakwak.com>
|
||||
|
4
app-benchmarks/lcov/Manifest
Normal file
4
app-benchmarks/lcov/Manifest
Normal file
@ -0,0 +1,4 @@
|
||||
DIST lcov-1.6.tar.gz 101109 RMD160 a598496e3da131a7969b9347a9227d9fd1b12766 SHA1 bd986a2ed61fea2c241b484987a7b7711c5c4c74 SHA256 7d064d536e3084217d79fc8cbd26b58de022606251a2636ac59b0e493758d434
|
||||
EBUILD lcov-1.6-r0.ebuild 486 RMD160 351a9ea7911dc53b069b15212e15988e1d03789d SHA1 705670e530049867fd5387f127211a9477ac2aee SHA256 bb89826c8b471a0d3b4f1556880655de27a97be0093748c10fb8fa054957d866
|
||||
MISC ChangeLog 274 RMD160 7f3b37c9a7fb6faee43668a191f6458976c80cef SHA1 508258965dfb6f15e1d7181e8a568e506d81f42e SHA256 78fd853598d66f978aa1ffeed22fdecc674b03e63a1fa66108220e1f2f49f3c8
|
||||
MISC metadata.xml 621 RMD160 2f79f0b938a723b0efe9aa4dd5212c02110b3b06 SHA1 bdadeac30cf9fa81f2b725c2bb18869eee587a7c SHA256 1380adf61a4b577313429cbd7b0b56d658871222553af3040303c595b5c87259
|
23
app-benchmarks/lcov/lcov-1.6-r0.ebuild
Normal file
23
app-benchmarks/lcov/lcov-1.6-r0.ebuild
Normal file
@ -0,0 +1,23 @@
|
||||
# Copyright 1999-2008 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="a graphical front-end for GCC's coverage test tool gcov"
|
||||
HOMEPAGE="http://ltp.sourceforge.net/"
|
||||
SRC_URI="mirror://sourceforge/ltp/${P}.tar.gz"
|
||||
|
||||
RESTRICT="mirror"
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=">=dev-lang/perl-5"
|
||||
RDEPEND=""
|
||||
|
||||
src_install() {
|
||||
emake PREFIX="${D}" install || die "emake install failed"
|
||||
}
|
||||
|
16
app-benchmarks/lcov/metadata.xml
Normal file
16
app-benchmarks/lcov/metadata.xml
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>no-herd</herd>
|
||||
<maintainer>
|
||||
<email>dennis.yxun@gmail.org</email>
|
||||
<name>Lan Yixun</name>
|
||||
</maintainer>
|
||||
<longdescription lang="C">
|
||||
LCOV is an extension of GCOV, a GNU tool which provides information
|
||||
about what parts of a program are actually executed (i.e. "covered")
|
||||
while running a particular test case. The extension consists of a set
|
||||
of PERL scripts which build on the textual GCOV output to implement
|
||||
HTML output and support for large projects.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user