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 C71DD1382EE for ; Tue, 5 Jul 2016 16:41:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A3FDE0B44; Tue, 5 Jul 2016 16:41:03 +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 1FDAEE0B44 for ; Tue, 5 Jul 2016 16:41:03 +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 602DF340B90 for ; Tue, 5 Jul 2016 16:41:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9916E2435 for ; Tue, 5 Jul 2016 16:40: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: <1467736806.e5d7a0e19a8d60cf3719aa4bceb5e58141b1af9f.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kholidays/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kholidays/kholidays-16.04.2.ebuild X-VCS-Directories: kde-apps/kholidays/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: e5d7a0e19a8d60cf3719aa4bceb5e58141b1af9f X-VCS-Branch: master Date: Tue, 5 Jul 2016 16:40: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: 0b25dafa-2fdb-4ff2-997e-d6f5964ace2a X-Archives-Hash: 6bdea4794390aabb6bbc1fa09154904b commit: e5d7a0e19a8d60cf3719aa4bceb5e58141b1af9f Author: Johannes Huber gentoo org> AuthorDate: Tue Jul 5 16:40:06 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Tue Jul 5 16:40:06 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e5d7a0e1 kde-apps/kholidays: Remvoe 16.04.2 Moved to gentoo main tree. Package-Manager: portage-2.3.0 kde-apps/kholidays/kholidays-16.04.2.ebuild | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/kde-apps/kholidays/kholidays-16.04.2.ebuild b/kde-apps/kholidays/kholidays-16.04.2.ebuild deleted file mode 100644 index d751bf0..0000000 --- a/kde-apps/kholidays/kholidays-16.04.2.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# 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"