From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BF1F7138D01 for ; Sat, 27 Jun 2015 20:39:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE1F5E0821; Sat, 27 Jun 2015 20:39:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A08BCE081D for ; Sat, 27 Jun 2015 20:39:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DAFE6340983 for ; Sat, 27 Jun 2015 20:39:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88D1A73B for ; Sat, 27 Jun 2015 20:38:59 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1435437267.3b755e62a5c49e8879240a08c307de887d457645.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-util/cpp-dependency-analyzer/ X-VCS-Repository: proj/kde X-VCS-Files: dev-util/cpp-dependency-analyzer/cpp-dependency-analyzer-9999.ebuild dev-util/cpp-dependency-analyzer/metadata.xml X-VCS-Directories: dev-util/cpp-dependency-analyzer/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 3b755e62a5c49e8879240a08c307de887d457645 X-VCS-Branch: master Date: Sat, 27 Jun 2015 20:38:59 +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: 0b5b9b53-773c-4b6d-be1f-bc0039e59dee X-Archives-Hash: f2e7377a01c69de2b1a3759b2b184ea9 commit: 3b755e62a5c49e8879240a08c307de887d457645 Author: Johannes Huber gentoo org> AuthorDate: Sat Jun 27 20:34:27 2015 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sat Jun 27 20:34:27 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3b755e62 [dev-util/cpp-dependency-analyzer] Remove, dead git repo Uses obsolete gitorious, no alternative found. Package-Manager: portage-2.2.20 .../cpp-dependency-analyzer-9999.ebuild | 26 ---------------------- dev-util/cpp-dependency-analyzer/metadata.xml | 5 ----- 2 files changed, 31 deletions(-) diff --git a/dev-util/cpp-dependency-analyzer/cpp-dependency-analyzer-9999.ebuild b/dev-util/cpp-dependency-analyzer/cpp-dependency-analyzer-9999.ebuild deleted file mode 100644 index 5b748e6..0000000 --- a/dev-util/cpp-dependency-analyzer/cpp-dependency-analyzer-9999.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit git-r3 cmake-utils - -DESCRIPTION="Tool that creates dependency graph of C++ code" -HOMEPAGE="http://gitorious.org/cpp-dependency-analyzer/" -EGIT_REPO_URI=( "git://gitorious.org/${PN}/${PN}" ) - -LICENSE="LGPL-3" -KEYWORDS="" -SLOT="0" -IUSE="debug" - -RDEPEND=" - media-gfx/graphviz - dev-qt/qtcore:4 - dev-qt/qtgui:4 - dev-qt/qtsvg:4 -" -DEPEND="${RDEPEND} - >=dev-libs/boost-1.35.0 -" diff --git a/dev-util/cpp-dependency-analyzer/metadata.xml b/dev-util/cpp-dependency-analyzer/metadata.xml deleted file mode 100644 index a23f444..0000000 --- a/dev-util/cpp-dependency-analyzer/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - kde -