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 3E1DC59CAF for ; Thu, 7 Apr 2016 12:07:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D43821C003; Thu, 7 Apr 2016 12:07:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 319D621C003 for ; Thu, 7 Apr 2016 12:07:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1F6F5340DDF for ; Thu, 7 Apr 2016 12:07:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70F1DCA for ; Thu, 7 Apr 2016 12:06:56 +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: <1460030805.8971a31ce993bde080c3cca3907365f43b6a76c0.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdesdk-thumbnailers/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kdesdk-thumbnailers/Manifest kde-apps/kdesdk-thumbnailers/kdesdk-thumbnailers-15.12.3.ebuild kde-apps/kdesdk-thumbnailers/metadata.xml X-VCS-Directories: kde-apps/kdesdk-thumbnailers/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 8971a31ce993bde080c3cca3907365f43b6a76c0 X-VCS-Branch: master Date: Thu, 7 Apr 2016 12:06:56 +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: 5f154e6e-69f0-4499-aa46-83fb524d4800 X-Archives-Hash: 9ce036570b1cd5f62685936f5ec81b77 commit: 8971a31ce993bde080c3cca3907365f43b6a76c0 Author: Michael Palimaka gentoo org> AuthorDate: Thu Apr 7 12:06:31 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Apr 7 12:06:45 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8971a31c kde-apps/kdesdk-thumbnailers: new package Imported from kde overlay. Package-Manager: portage-2.2.28 kde-apps/kdesdk-thumbnailers/Manifest | 1 + .../kdesdk-thumbnailers-15.12.3.ebuild | 22 ++++++++++++++++++++++ kde-apps/kdesdk-thumbnailers/metadata.xml | 8 ++++++++ 3 files changed, 31 insertions(+) diff --git a/kde-apps/kdesdk-thumbnailers/Manifest b/kde-apps/kdesdk-thumbnailers/Manifest new file mode 100644 index 0000000..5fc4312 --- /dev/null +++ b/kde-apps/kdesdk-thumbnailers/Manifest @@ -0,0 +1 @@ +DIST kdesdk-thumbnailers-15.12.3.tar.xz 11512 SHA256 297bf7b21b3c96b1f31288a617c9a58230f4418e45676bed985963c14affc74c SHA512 71f5c0328cc23186a3b75a6c2f9ab79200a3a2606c4b319858a24897a7b6bc797bdd4173c19e85dd396c1c32a5c4150bc8a5ba9b91f96fd8436417db9ea42a70 WHIRLPOOL f147a3df8dc97d149fb726cbf3ba580ed0e34a409724a296c60ab3ee394118f50c0591f22c13c726a72e148d456ff5926a102dee637fb565c400ce080144acf5 diff --git a/kde-apps/kdesdk-thumbnailers/kdesdk-thumbnailers-15.12.3.ebuild b/kde-apps/kdesdk-thumbnailers/kdesdk-thumbnailers-15.12.3.ebuild new file mode 100644 index 0000000..4390f7a --- /dev/null +++ b/kde-apps/kdesdk-thumbnailers/kdesdk-thumbnailers-15.12.3.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit kde5 + +DESCRIPTION="Thumbnail generator for PO files" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kwidgetsaddons) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + sys-devel/gettext +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/kdesdk-thumbnailers/metadata.xml b/kde-apps/kdesdk-thumbnailers/metadata.xml new file mode 100644 index 0000000..2fdbf33 --- /dev/null +++ b/kde-apps/kdesdk-thumbnailers/metadata.xml @@ -0,0 +1,8 @@ + + + + + kde@gentoo.org + Gentoo KDE Project + +