Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/lcov/
Date: Sat, 06 May 2017 02:05:11
Message-Id: 1494036282.48e7264928244a06f425efecc8558f1b660361fa.mjo@gentoo
1 commit: 48e7264928244a06f425efecc8558f1b660361fa
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 6 02:04:27 2017 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Sat May 6 02:04:42 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48e72649
7
8 dev-util/lcov: remove unused version 1.13.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-util/lcov/lcov-1.13.ebuild | 23 -----------------------
13 1 file changed, 23 deletions(-)
14
15 diff --git a/dev-util/lcov/lcov-1.13.ebuild b/dev-util/lcov/lcov-1.13.ebuild
16 deleted file mode 100644
17 index df666327287..00000000000
18 --- a/dev-util/lcov/lcov-1.13.ebuild
19 +++ /dev/null
20 @@ -1,23 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -DESCRIPTION="A graphical front-end for GCC's coverage testing tool gcov"
27 -HOMEPAGE="http://ltp.sourceforge.net/coverage/lcov.php"
28 -SRC_URI="mirror://sourceforge/ltp/${P}.tar.gz"
29 -
30 -LICENSE="GPL-2"
31 -SLOT="0"
32 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-linux ~x64-macos"
33 -IUSE=""
34 -
35 -DEPEND=""
36 -RDEPEND=">=dev-lang/perl-5
37 - dev-perl/GD[png]"
38 -
39 -src_compile() { :; }
40 -
41 -src_install() {
42 - emake PREFIX="${ED}" install
43 -}