From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 42E7B1382EE for ; Tue, 5 Jul 2016 16:39:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6CB35E0B32; Tue, 5 Jul 2016 16:39:07 +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 040EBE0B32 for ; Tue, 5 Jul 2016 16:39:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B3149340C24 for ; Tue, 5 Jul 2016 16:39:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB1BF2433 for ; Tue, 5 Jul 2016 16:39:02 +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: <1467736726.bd5da70e55764405c864fb80a15af6f10c3f50f6.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kholidays/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kholidays/Manifest kde-apps/kholidays/kholidays-16.04.2.ebuild kde-apps/kholidays/metadata.xml X-VCS-Directories: kde-apps/kholidays/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: bd5da70e55764405c864fb80a15af6f10c3f50f6 X-VCS-Branch: master Date: Tue, 5 Jul 2016 16:39:02 +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: 88398a43-65fc-4764-886f-940f9d5594ff X-Archives-Hash: 16d17a7af0b88912fb00406122ab13b1 commit: bd5da70e55764405c864fb80a15af6f10c3f50f6 Author: Johannes Huber gentoo org> AuthorDate: Tue Jul 5 16:38:46 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Tue Jul 5 16:38:46 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd5da70e kde-apps/kholidays: New package Import from kde overlay. Needed for KDE Plasma 5.7.0. Initial ebuild by Michael Palimaka gentoo.org>. Package-Manager: portage-2.3.0 kde-apps/kholidays/Manifest | 1 + kde-apps/kholidays/kholidays-16.04.2.ebuild | 21 +++++++++++++++++++++ kde-apps/kholidays/metadata.xml | 8 ++++++++ 3 files changed, 30 insertions(+) diff --git a/kde-apps/kholidays/Manifest b/kde-apps/kholidays/Manifest new file mode 100644 index 0000000..796bb50 --- /dev/null +++ b/kde-apps/kholidays/Manifest @@ -0,0 +1 @@ +DIST kholidays-16.04.2.tar.xz 175832 SHA256 c0b9b41aa32400c562498445551164f651c6c6200574c78334902ee725f445c1 SHA512 780e044f132c04d3763d859e701c70266d94a975ed55ee8b7edb4236d62bd71087ee7c688f15f9c0eebc7098eb4a984876fc5c29594db47e0eb2869587691013 WHIRLPOOL 4254357860e9cf9c151134d729f76e278bcd049e29964bc3d7d718c8474f8c96a1409ab1bcae8fa42a7daa2552d3eb95525a2652c1c796c0d8ce6738b65f1a2f diff --git a/kde-apps/kholidays/kholidays-16.04.2.ebuild b/kde-apps/kholidays/kholidays-16.04.2.ebuild new file mode 100644 index 0000000..d751bf0 --- /dev/null +++ b/kde-apps/kholidays/kholidays-16.04.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="Library to determine holidays and other special events for a geographical region" +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_qt_dep qtdeclarative) +" +RDEPEND="${DEPEND}" + +# bug 579592 +RESTRICT="test" diff --git a/kde-apps/kholidays/metadata.xml b/kde-apps/kholidays/metadata.xml new file mode 100644 index 0000000..2fdbf33 --- /dev/null +++ b/kde-apps/kholidays/metadata.xml @@ -0,0 +1,8 @@ + + + + + kde@gentoo.org + Gentoo KDE Project + +