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 D6966138D1C for ; Thu, 16 Jul 2015 21:00:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69B0AE07D5; Thu, 16 Jul 2015 21:00:04 +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 07462E07D5 for ; Thu, 16 Jul 2015 21:00:03 +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 8F3FF340BB0 for ; Thu, 16 Jul 2015 21:00:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B7EA17 for ; Thu, 16 Jul 2015 20:59: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: <1437080482.44490d4c067562be4ace25b775fe35f20840a4d0.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-util/kxsldbg/ X-VCS-Repository: proj/kde X-VCS-Files: dev-util/kxsldbg/kxsldbg-9999.ebuild dev-util/kxsldbg/metadata.xml X-VCS-Directories: dev-util/kxsldbg/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 44490d4c067562be4ace25b775fe35f20840a4d0 X-VCS-Branch: master Date: Thu, 16 Jul 2015 20:59: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: 023cd9a3-40e7-4886-8806-5a8e2566c3a4 X-Archives-Hash: 98971eb458fd972df5c8df9a00fee7ac commit: 44490d4c067562be4ace25b775fe35f20840a4d0 Author: Johannes Huber gentoo org> AuthorDate: Thu Jul 16 21:01:22 2015 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu Jul 16 21:01:22 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=44490d4c [dev-util/kxsldbg] Remove Dead upstream. No commit since 5 years. Does not build. Nobody noticed that it can't fetch, because the package is still located in svn. Git is the default scm in eclass since ages. Package-Manager: portage-2.2.20 dev-util/kxsldbg/kxsldbg-9999.ebuild | 38 ------------------------------------ dev-util/kxsldbg/metadata.xml | 5 ----- 2 files changed, 43 deletions(-) diff --git a/dev-util/kxsldbg/kxsldbg-9999.ebuild b/dev-util/kxsldbg/kxsldbg-9999.ebuild deleted file mode 100644 index 1ae0612..0000000 --- a/dev-util/kxsldbg/kxsldbg-9999.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -KDE_HANDBOOK="optional" -KMNAME="extragear/sdk" -KDE_LINGUAS_LIVE_OVERRIDE="true" -inherit kde4-meta - -DESCRIPTION="A KDE KPart Application for xsldbg, an XSLT debugger" -HOMEPAGE="http://www.kde.org/" - -LICENSE="GPL-2 LGPL-2" -KEYWORDS="" -SLOT="4" -IUSE="debug" - -DEPEND=" - dev-libs/libxslt - dev-libs/libxml2 -" -RDEPEND="${DEPEND}" - -src_unpack() { - if use handbook; then - KMEXTRA="doc/xsldbg doc/kxsldbg" - fi - - kde4-meta_src_unpack -} - -src_configure() { - local mycmakeargs=(-DWITH_LibXml2=ON -DWITH_Xslt=ON) - - kde4-meta_src_configure -} diff --git a/dev-util/kxsldbg/metadata.xml b/dev-util/kxsldbg/metadata.xml deleted file mode 100644 index a23f444..0000000 --- a/dev-util/kxsldbg/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - kde -