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 B4248138CA4 for ; Sun, 3 May 2015 12:30:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B04CE0833; Sun, 3 May 2015 12:30:43 +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 E0C5AE0833 for ; Sun, 3 May 2015 12:30:42 +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 C691D340FBE for ; Sun, 3 May 2015 12:30:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 581A3700 for ; Sun, 3 May 2015 12:30:36 +0000 (UTC) From: "Michael Palimaka" 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 Palimaka" Message-ID: <1430656196.2a8540e22f6bbe67a51d27cf7a82931de0b40e79.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/nepomuk-core/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/nepomuk-core/metadata.xml kde-base/nepomuk-core/nepomuk-core-4.9999.ebuild X-VCS-Directories: kde-base/nepomuk-core/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 2a8540e22f6bbe67a51d27cf7a82931de0b40e79 X-VCS-Branch: master Date: Sun, 3 May 2015 12:30:36 +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: fdaa7ef8-0e35-4ddd-8273-1fd27a070a08 X-Archives-Hash: 4cff675e68cc75460664615bb6cbb0f2 commit: 2a8540e22f6bbe67a51d27cf7a82931de0b40e79 Author: Michael Palimaka gentoo org> AuthorDate: Sun May 3 12:29:56 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun May 3 12:29:56 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2a8540e2 [kde-base/nepomuk-core] Remove. No further upstream releases. kde-base/nepomuk-core/metadata.xml | 9 ------ kde-base/nepomuk-core/nepomuk-core-4.9999.ebuild | 41 ------------------------ 2 files changed, 50 deletions(-) diff --git a/kde-base/nepomuk-core/metadata.xml b/kde-base/nepomuk-core/metadata.xml deleted file mode 100644 index e8cf534..0000000 --- a/kde-base/nepomuk-core/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - kde - - Adds support for reading EPUB ebook metadata - Installs a kde-base/baloo migration tool - - diff --git a/kde-base/nepomuk-core/nepomuk-core-4.9999.ebuild b/kde-base/nepomuk-core/nepomuk-core-4.9999.ebuild deleted file mode 100644 index 7dc0ee3..0000000 --- a/kde-base/nepomuk-core/nepomuk-core-4.9999.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit kde4-base - -DESCRIPTION="Nepomuk core libraries" -KEYWORDS="" -IUSE="debug epub exif ffmpeg +migrator pdf taglib" - -DEPEND=" - >=dev-libs/shared-desktop-ontologies-0.11.0 - >=dev-libs/soprano-2.9.3[dbus,raptor,redland,virtuoso] - epub? ( app-text/ebook-tools ) - exif? ( media-gfx/exiv2:= ) - ffmpeg? ( virtual/ffmpeg ) - migrator? ( $(add_kdebase_dep baloo) ) - pdf? ( app-text/poppler[qt4] ) - taglib? ( media-libs/taglib ) -" -RDEPEND="${DEPEND} - !