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 5DD29139695 for ; Thu, 16 Mar 2017 19:30:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9BA65E0D20; Thu, 16 Mar 2017 19:30:41 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 7CC08E0D20 for ; Thu, 16 Mar 2017 19:30:41 +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 60149341236 for ; Thu, 16 Mar 2017 19:30:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5FCA6A84 for ; Thu, 16 Mar 2017 19:30:38 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1489692628.2958acd355931b84e07abe9721b3d85bd2e0ca0e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdeedu-meta/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kdeedu-meta/kdeedu-meta-16.12.3.ebuild X-VCS-Directories: kde-apps/kdeedu-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2958acd355931b84e07abe9721b3d85bd2e0ca0e X-VCS-Branch: master Date: Thu, 16 Mar 2017 19:30:38 +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: 2ed41af9-b97e-43d6-b5ee-6974976ad856 X-Archives-Hash: 85a9d7fd378b3e6af75865e46babd9de commit: 2958acd355931b84e07abe9721b3d85bd2e0ca0e Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Mar 16 19:13:51 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Mar 16 19:30:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2958acd3 kde-apps/kdeedu-meta: Drop 16.12.3 (r0) Package-Manager: Portage-2.3.3, Repoman-2.3.1 kde-apps/kdeedu-meta/kdeedu-meta-16.12.3.ebuild | 43 ------------------------- 1 file changed, 43 deletions(-) diff --git a/kde-apps/kdeedu-meta/kdeedu-meta-16.12.3.ebuild b/kde-apps/kdeedu-meta/kdeedu-meta-16.12.3.ebuild deleted file mode 100644 index 9c02fe2309c..00000000000 --- a/kde-apps/kdeedu-meta/kdeedu-meta-16.12.3.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit kde5-meta-pkg - -DESCRIPTION="KDE educational apps - merge this to pull in all kdeedu-derived packages" -HOMEPAGE="https://edu.kde.org" -KEYWORDS="~amd64 ~x86" -IUSE="nls" - -[[ ${KDE_BUILD_TYPE} = live ]] && L10N_MINIMAL=${KDE_APPS_MINIMAL} - -RDEPEND=" - $(add_kdeapps_dep analitza) - $(add_kdeapps_dep artikulate) - $(add_kdeapps_dep blinken) - $(add_kdeapps_dep cantor) - $(add_kdeapps_dep kalgebra) - $(add_kdeapps_dep kalzium) - $(add_kdeapps_dep kanagram) - $(add_kdeapps_dep kbruch) - $(add_kdeapps_dep kdeedu-data) - $(add_kdeapps_dep kgeography) - $(add_kdeapps_dep khangman) - $(add_kdeapps_dep kig) - $(add_kdeapps_dep kiten) - $(add_kdeapps_dep klettres) - $(add_kdeapps_dep kmplot) - $(add_kdeapps_dep kqtquickcharts) - $(add_kdeapps_dep kstars) - $(add_kdeapps_dep ktouch) - $(add_kdeapps_dep kturtle) - $(add_kdeapps_dep kwordquiz) - $(add_kdeapps_dep libkeduvocdocument) - $(add_kdeapps_dep marble) - $(add_kdeapps_dep minuet) - $(add_kdeapps_dep parley) - $(add_kdeapps_dep rocs) - $(add_kdeapps_dep step) - nls? ( $(add_kdeapps_dep kde-l10n '' ${L10N_MINIMAL}) ) -"