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 2FB10139695 for ; Thu, 13 Jul 2017 22:51:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F1BAE0EB5; Thu, 13 Jul 2017 22:51:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 81824E0EB5 for ; Thu, 13 Jul 2017 22:51:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BEFE434186E for ; Thu, 13 Jul 2017 22:51:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE06F748F for ; Thu, 13 Jul 2017 22:51:02 +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: <1499986249.f45a7380defabf231700770666169a1dce4c4ad6.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/ksudoku/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/ksudoku/ksudoku-17.04.3.ebuild X-VCS-Directories: kde-apps/ksudoku/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f45a7380defabf231700770666169a1dce4c4ad6 X-VCS-Branch: master Date: Thu, 13 Jul 2017 22:51: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: d3fef29a-ccbf-4c3e-85ea-009d543797ac X-Archives-Hash: 33ff30b99810bdda007797350092a9e9 commit: f45a7380defabf231700770666169a1dce4c4ad6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jul 13 22:49:58 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jul 13 22:50:49 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f45a7380 kde-apps/ksudoku: Drop 17.04.3 (r0) Package-Manager: Portage-2.3.6, Repoman-2.3.1 kde-apps/ksudoku/ksudoku-17.04.3.ebuild | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/kde-apps/ksudoku/ksudoku-17.04.3.ebuild b/kde-apps/ksudoku/ksudoku-17.04.3.ebuild deleted file mode 100644 index d00697def43..00000000000 --- a/kde-apps/ksudoku/ksudoku-17.04.3.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_HANDBOOK="optional" -OPENGL_REQUIRED="optional" -inherit kde4-base - -DESCRIPTION="Sudoku by KDE" -HOMEPAGE=" - https://www.kde.org/applications/games/ksudoku/ - https://games.kde.org/game.php?game=ksudoku -" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -DEPEND=" - $(add_kdeapps_dep libkdegames) - opengl? ( virtual/glu ) -" -RDEPEND="${DEPEND}" - -src_configure() { - local mycmakeargs=( - -DWITH_OpenGL=$(usex opengl) - ) - kde4-base_src_configure -}