From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AD387139696 for ; Sat, 6 May 2017 02:05:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 971BEE0D24; Sat, 6 May 2017 02:05:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 79342E0D24 for ; Sat, 6 May 2017 02:05:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9E8113416C1 for ; Sat, 6 May 2017 02:05:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E9AE744F for ; Sat, 6 May 2017 02:05:07 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1494036282.48e7264928244a06f425efecc8558f1b660361fa.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/lcov/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/lcov/lcov-1.13.ebuild X-VCS-Directories: dev-util/lcov/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 48e7264928244a06f425efecc8558f1b660361fa X-VCS-Branch: master Date: Sat, 6 May 2017 02:05:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f270a71e-2876-4f66-a8b5-b8e45d098113 X-Archives-Hash: b52183576b9ea58ffb7a0754e215e26d commit: 48e7264928244a06f425efecc8558f1b660361fa Author: Michael Orlitzky gentoo org> AuthorDate: Sat May 6 02:04:27 2017 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Sat May 6 02:04:42 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48e72649 dev-util/lcov: remove unused version 1.13. Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-util/lcov/lcov-1.13.ebuild | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/dev-util/lcov/lcov-1.13.ebuild b/dev-util/lcov/lcov-1.13.ebuild deleted file mode 100644 index df666327287..00000000000 --- a/dev-util/lcov/lcov-1.13.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-linux ~x64-macos" -IUSE="" - -DEPEND="" -RDEPEND=">=dev-lang/perl-5 - dev-perl/GD[png]" - -src_compile() { :; } - -src_install() { - emake PREFIX="${ED}" install -}