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 D0C3B1381F3 for ; Thu, 6 Jun 2013 21:53:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B26DE09B4; Thu, 6 Jun 2013 21:53:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2F6D1E09B4 for ; Thu, 6 Jun 2013 21:53:23 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E8FB433E462 for ; Thu, 6 Jun 2013 21:53:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 96A30E468F for ; Thu, 6 Jun 2013 21:53:20 +0000 (UTC) From: "David Heidelberger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Heidelberger" Message-ID: <1370555564.999171a3f3c301fb2debfdf95542174b3d2d7ed3.okias@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/bekwinfx/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/bekwinfx/bekwinfx-0_p20130329.ebuild X-VCS-Directories: kde-misc/bekwinfx/ X-VCS-Committer: okias X-VCS-Committer-Name: David Heidelberger X-VCS-Revision: 999171a3f3c301fb2debfdf95542174b3d2d7ed3 X-VCS-Branch: master Date: Thu, 6 Jun 2013 21:53:20 +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: 9f3dbdd1-4e01-46f2-ba93-e75a93cf50dc X-Archives-Hash: 0e73d96741a176c42f4930a1a7cf6ea4 commit: 999171a3f3c301fb2debfdf95542174b3d2d7ed3 Author: David Heidelberger ixit cz> AuthorDate: Thu Jun 6 21:52:44 2013 +0000 Commit: David Heidelberger gmail com> CommitDate: Thu Jun 6 21:52:44 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=999171a3 [kde-misc/bekwinfx] remove old 0-p20130329 Package-Manager: portage-2.1.12.2 --- kde-misc/bekwinfx/bekwinfx-0_p20130329.ebuild | 52 --------------------------- 1 file changed, 52 deletions(-) diff --git a/kde-misc/bekwinfx/bekwinfx-0_p20130329.ebuild b/kde-misc/bekwinfx/bekwinfx-0_p20130329.ebuild deleted file mode 100644 index 5ccdb6b..0000000 --- a/kde-misc/bekwinfx/bekwinfx-0_p20130329.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -if [ ${PV} == "9999" ]; then - EGIT_REPO_URI="http://git.code.sf.net/p/bekwinfx/code" - KEYWORDS="" - GIT_ECLASS="git-2" -else - GIT_REVISION="11f4c0f639bee99039ff4d3bd1d947313104b1a7" - SRC_URI="http://sourceforge.net/code-snapshots/git/b/be/${PN}/code.git/${PN}-code-${GIT_REVISION}.zip - -> ${P}.zip" - KEYWORDS="~amd64 ~x86" -fi -KDE_MINIMAL="4.10" - -inherit cmake-utils ${GIT_ECLASS} - -OPENGL_REQUIRED=always -KDE_HANDBOOK=optional - -DESCRIPTION="BE::KWinFW Several 3rd party plugins for the KDE KWin compositor." -HOMEPAGE="http://sourceforge.net/projects/bekwinfx/" - -DEPEND="${DEPEND} - xrandr? ( kde-base/kephal ) - gles? ( kde-base/kwin[gles] )" -LICENSE="GPL-2" -SLOT="0" -IUSE="+beclock +beanimated +befaded bereflected bedistorted debug gles +xrandr" - -S="${WORKDIR}/${PN}-code-${GIT_REVISION}" - -PATCHES=("${FILESDIR}/fix-array.diff") - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_build beclock CLOCK) - $(cmake-utils_use_build beanimated ANIMATED) - $(cmake-utils_use_build befaded FADED) - $(cmake-utils_use_build bereflected REFLECTED) - $(cmake-utils_use_build bedistorted DISTORTED) - ) - - cmake-utils_src_configure -} - -pkg_postinst() { - elog "You need active desktop effects to use this effects." -}