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 369C0198006 for ; Fri, 1 Mar 2013 21:15:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 697D5E0534; Fri, 1 Mar 2013 21:15:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DB71CE0534 for ; Fri, 1 Mar 2013 21:15:21 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9232E33DC61 for ; Fri, 1 Mar 2013 21:15:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 30214E41E2 for ; Fri, 1 Mar 2013 21:15:15 +0000 (UTC) From: "Chris Reffett" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chris Reffett" Message-ID: <1362172214.1c377c52e0c31591e01726f82b4993191517648d.creffett@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-gfx/kphotoalbum/ X-VCS-Repository: proj/kde X-VCS-Files: media-gfx/kphotoalbum/kphotoalbum-4.4.ebuild media-gfx/kphotoalbum/metadata.xml X-VCS-Directories: media-gfx/kphotoalbum/ X-VCS-Committer: creffett X-VCS-Committer-Name: Chris Reffett X-VCS-Revision: 1c377c52e0c31591e01726f82b4993191517648d X-VCS-Branch: master Date: Fri, 1 Mar 2013 21:15:15 +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: f9ab2aa2-6e7e-4bd5-a7e9-8f4383cd395e X-Archives-Hash: c5556e117acc86ef4f613dd33f9d2ad2 commit: 1c377c52e0c31591e01726f82b4993191517648d Author: Chris Reffett gentoo org> AuthorDate: Fri Mar 1 21:10:14 2013 +0000 Commit: Chris Reffett gmail com> CommitDate: Fri Mar 1 21:10:14 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=1c377c52 [media-gfx/kphotoalbum] Moved to tree. --- media-gfx/kphotoalbum/kphotoalbum-4.4.ebuild | 47 -------------------------- media-gfx/kphotoalbum/metadata.xml | 9 ----- 2 files changed, 0 insertions(+), 56 deletions(-) diff --git a/media-gfx/kphotoalbum/kphotoalbum-4.4.ebuild b/media-gfx/kphotoalbum/kphotoalbum-4.4.ebuild deleted file mode 100644 index 8f49a50..0000000 --- a/media-gfx/kphotoalbum/kphotoalbum-4.4.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/kphotoalbum/kphotoalbum-4.2.ebuild,v 1.3 2013/02/09 23:42:18 dilfridge Exp $ - -EAPI=4 - -KDE_LINGUAS="ar be bg bs ca ca@valencia cs da de el en_GB eo es et eu fi fr ga gl -hi hne hr hu is it ja km lt mai nb nds nl nn pa pl pt pt_BR ro ru se sk sv tr ug uk -vi zh_CN zh_TW" -inherit kde4-base - -DESCRIPTION="KDE Photo Album is a tool for indexing, searching, and viewing images." -HOMEPAGE="http://www.kphotoalbum.org/" -SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2" - -LICENSE="GPL-2 FDL-1.2" -KEYWORDS="~amd64 ~x86" -SLOT="4" -IUSE="debug +exif +geolocation +kipi +raw +semantic-desktop" - -DEPEND=" - $(add_kdebase_dep kdelibs 'semantic-desktop=') - >=x11-libs/qt-sql-4.4:4[sqlite] - virtual/jpeg - exif? ( >=media-gfx/exiv2-0.17 ) - geolocation? ( $(add_kdebase_dep marble) ) - kipi? ( $(add_kdebase_dep libkipi '' 4.9.58) ) - raw? ( $(add_kdebase_dep libkdcraw '' 4.9.58) ) -" -RDEPEND="${DEPEND} - semantic-desktop? ( $(add_kdebase_dep nepomuk) ) -" - -DOCS=( ChangeLog README TODO ) - -src_configure() { - mycmakeargs=( - $(cmake-utils_use_with exif Exiv2) - $(cmake-utils_use_with geolocation Marble) - $(cmake-utils_use_with kipi) - $(cmake-utils_use_with raw Kdcraw) - $(cmake-utils_use_with semantic-desktop Nepomuk) - $(cmake-utils_use_with semantic-desktop Soprano) - ) - - kde4-base_src_configure -} diff --git a/media-gfx/kphotoalbum/metadata.xml b/media-gfx/kphotoalbum/metadata.xml deleted file mode 100644 index 342cf6a..0000000 --- a/media-gfx/kphotoalbum/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - -kde - - Add support for kde-base/marble - Support for the KDE Image Plugin Interface - -