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 9881159CA9 for ; Wed, 30 Mar 2016 18:24:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 170A721C024; Wed, 30 Mar 2016 18:24:47 +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 8BC9B21C01B for ; Wed, 30 Mar 2016 18:24:46 +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 7B23C340CC9 for ; Wed, 30 Mar 2016 18:24:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FB2B869 for ; Wed, 30 Mar 2016 18:24:44 +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: <1459362274.b10b331e903231d00bbf2ebcb6890af16fafd1e8.johu@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_p20140110.ebuild kde-misc/bekwinfx/bekwinfx-9999.ebuild kde-misc/bekwinfx/metadata.xml X-VCS-Directories: kde-misc/bekwinfx/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: b10b331e903231d00bbf2ebcb6890af16fafd1e8 X-VCS-Branch: master Date: Wed, 30 Mar 2016 18:24:44 +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: 7e7dec52-f958-4d56-8f99-930220a962ce X-Archives-Hash: 1898837cb9751a62d311d457c7768cca commit: b10b331e903231d00bbf2ebcb6890af16fafd1e8 Author: Johannes Huber gentoo org> AuthorDate: Wed Mar 30 17:48:19 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed Mar 30 18:24:34 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b10b331e kde-misc/bekwinfx: Remove Dead upstream. Uses deprecated kdelibs4. Never hit the gentoo main tree. kde-misc/bekwinfx/bekwinfx-0_p20140110.ebuild | 47 --------------------------- kde-misc/bekwinfx/bekwinfx-9999.ebuild | 47 --------------------------- kde-misc/bekwinfx/metadata.xml | 17 ---------- 3 files changed, 111 deletions(-) diff --git a/kde-misc/bekwinfx/bekwinfx-0_p20140110.ebuild b/kde-misc/bekwinfx/bekwinfx-0_p20140110.ebuild deleted file mode 100644 index 1a79970..0000000 --- a/kde-misc/bekwinfx/bekwinfx-0_p20140110.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -if [ ${PV} == 9999 ]; then - EGIT_REPO_URI="http://git.code.sf.net/p/bekwinfx/code" - KEYWORDS="" -else - GIT_REV="382e9caa9454f06452b01df5ff54799651a850f1" - SRC_URI="http://sourceforge.net/code-snapshots/git/b/be/${PN}/code.git/${PN}-code-${GIT_REV}.zip - -> ${P}.zip" - S="${WORKDIR}/${PN}-code-${GIT_REV}" - KEYWORDS="~amd64 ~x86" -fi - -OPENGL_REQUIRED=always -inherit kde4-base - -DESCRIPTION="BE::KWinFW Several 3rd party plugins for the KDE KWin compositor" -HOMEPAGE="http://sourceforge.net/projects/bekwinfx/" - -DEPEND=" - $(add_kdebase_dep kwin) - xrandr? ( kde-base/kephal ) - gles? ( kde-base/kwin[gles] )" -RDEPEND=" - ${DEPEND}" -LICENSE="GPL-2" -SLOT="4" -IUSE="+beclock beanimated befaded bereflected bedistorted debug gles +xrandr" - -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) - ) - kde4-base_src_configure -} - -pkg_postinst() { - elog "You need active desktop effects to use BEKWinFX effects." -} diff --git a/kde-misc/bekwinfx/bekwinfx-9999.ebuild b/kde-misc/bekwinfx/bekwinfx-9999.ebuild deleted file mode 100644 index 1a79970..0000000 --- a/kde-misc/bekwinfx/bekwinfx-9999.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -if [ ${PV} == 9999 ]; then - EGIT_REPO_URI="http://git.code.sf.net/p/bekwinfx/code" - KEYWORDS="" -else - GIT_REV="382e9caa9454f06452b01df5ff54799651a850f1" - SRC_URI="http://sourceforge.net/code-snapshots/git/b/be/${PN}/code.git/${PN}-code-${GIT_REV}.zip - -> ${P}.zip" - S="${WORKDIR}/${PN}-code-${GIT_REV}" - KEYWORDS="~amd64 ~x86" -fi - -OPENGL_REQUIRED=always -inherit kde4-base - -DESCRIPTION="BE::KWinFW Several 3rd party plugins for the KDE KWin compositor" -HOMEPAGE="http://sourceforge.net/projects/bekwinfx/" - -DEPEND=" - $(add_kdebase_dep kwin) - xrandr? ( kde-base/kephal ) - gles? ( kde-base/kwin[gles] )" -RDEPEND=" - ${DEPEND}" -LICENSE="GPL-2" -SLOT="4" -IUSE="+beclock beanimated befaded bereflected bedistorted debug gles +xrandr" - -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) - ) - kde4-base_src_configure -} - -pkg_postinst() { - elog "You need active desktop effects to use BEKWinFX effects." -} diff --git a/kde-misc/bekwinfx/metadata.xml b/kde-misc/bekwinfx/metadata.xml deleted file mode 100644 index 9b13335..0000000 --- a/kde-misc/bekwinfx/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - -BE::KWinFX Beta -Several 3rd party plugins for the KDE KWin compositor - - - Enable animation plugin - Enable clock plugin - Enable distorted plugin - Enable fading plugin - Enable reflection plugin - Build set with OpenGLES support. - Build set with xrandr support. - -