diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2009-02-18 21:32:39 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2009-02-18 21:32:39 +0000 |
commit | 654e1999bd0b5fd7d279ee56145ac150d0016cc8 (patch) | |
tree | 1dd54c31e9168eabfa7923bc57a76f726f8b7ce1 /dev-util/lcov | |
parent | Add new snapshot that works with new ffmpeg versions. (diff) | |
download | gentoo-2-654e1999bd0b5fd7d279ee56145ac150d0016cc8.tar.gz gentoo-2-654e1999bd0b5fd7d279ee56145ac150d0016cc8.tar.bz2 gentoo-2-654e1999bd0b5fd7d279ee56145ac150d0016cc8.zip |
new upstream version
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/lcov')
-rw-r--r-- | dev-util/lcov/ChangeLog | 9 | ||||
-rw-r--r-- | dev-util/lcov/lcov-1.7.ebuild | 19 |
2 files changed, 26 insertions, 2 deletions
diff --git a/dev-util/lcov/ChangeLog b/dev-util/lcov/ChangeLog index cd702b4e23d5..55a1a030a4a0 100644 --- a/dev-util/lcov/ChangeLog +++ b/dev-util/lcov/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/lcov -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/lcov/ChangeLog,v 1.1 2008/10/24 20:10:16 tester Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/lcov/ChangeLog,v 1.2 2009/02/18 21:32:39 cardoe Exp $ + +*lcov-1.7 (18 Feb 2009) + + 18 Feb 2009; Doug Goldstein <cardoe@gentoo.org> +lcov-1.7.ebuild: + new upstream version 24 Oct 2008; Olivier Crête <tester@gentoo.org> ChangeLog: Initial import of lcov, from bug #100803. Ebuild contributed by Ryo Kuya diff --git a/dev-util/lcov/lcov-1.7.ebuild b/dev-util/lcov/lcov-1.7.ebuild new file mode 100644 index 000000000000..416bdcd461b2 --- /dev/null +++ b/dev-util/lcov/lcov-1.7.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/lcov/lcov-1.7.ebuild,v 1.1 2009/02/18 21:32:39 cardoe Exp $ + +DESCRIPTION="A graphical front-end for GCC's coverage testing tool gcov" +HOMEPAGE="http://ltp.sourceforge.net/coverage/lcov.php" +SRC_URI="mirror://sourceforge/ltp/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND=">=dev-lang/perl-5" + +src_install() { + emake PREFIX="${D}" install || die "install failed" +} |