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 8B2D1138A8D for ; Fri, 10 Jan 2014 01:03:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF066E0B4D; Fri, 10 Jan 2014 01:03:45 +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 41112E0B4D for ; Fri, 10 Jan 2014 01:03:45 +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 279C533F76B for ; Fri, 10 Jan 2014 01:03:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id AC105E54AB for ; Fri, 10 Jan 2014 01:03:42 +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: <1389315793.04e98ed28cd660d2faa1d51e5ad5fdf527320d77.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_p20130704.ebuild kde-misc/bekwinfx/bekwinfx-0_p20140110.ebuild kde-misc/bekwinfx/bekwinfx-9999.ebuild X-VCS-Directories: kde-misc/bekwinfx/ X-VCS-Committer: okias X-VCS-Committer-Name: David Heidelberger X-VCS-Revision: 04e98ed28cd660d2faa1d51e5ad5fdf527320d77 X-VCS-Branch: master Date: Fri, 10 Jan 2014 01:03:42 +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: 9b6eaef4-545d-4a3a-9058-58822bd7277c X-Archives-Hash: cfbe3e1b3cc726d52d55cd8c27c906af commit: 04e98ed28cd660d2faa1d51e5ad5fdf527320d77 Author: David Heidelberger ixit cz> AuthorDate: Fri Jan 10 01:03:13 2014 +0000 Commit: David Heidelberger gmail com> CommitDate: Fri Jan 10 01:03:13 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=04e98ed2 [kde-misc/bekwinfx] update ebuilds, bump new version with fixes Package-Manager: portage-2.2.7 --- ...p20130704.ebuild => bekwinfx-0_p20140110.ebuild} | 21 +++++++++------------ kde-misc/bekwinfx/bekwinfx-9999.ebuild | 21 +++++++++------------ 2 files changed, 18 insertions(+), 24 deletions(-) diff --git a/kde-misc/bekwinfx/bekwinfx-0_p20130704.ebuild b/kde-misc/bekwinfx/bekwinfx-0_p20140110.ebuild similarity index 74% rename from kde-misc/bekwinfx/bekwinfx-0_p20130704.ebuild rename to kde-misc/bekwinfx/bekwinfx-0_p20140110.ebuild index a1433ca..35d410f 100644 --- a/kde-misc/bekwinfx/bekwinfx-0_p20130704.ebuild +++ b/kde-misc/bekwinfx/bekwinfx-0_p20140110.ebuild @@ -1,13 +1,17 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 -if [ ${PV} != "9999" ]; then - GIT_REV="5c44e5fd6d13d56c338341c293db701a6f75f781" +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 @@ -16,11 +20,6 @@ OPENGL_REQUIRED=always inherit kde4-base -if [ ${PV} == "9999" ]; then - EGIT_REPO_URI="http://git.code.sf.net/p/bekwinfx/code" - KEYWORDS="" -fi - DESCRIPTION="BE::KWinFW Several 3rd party plugins for the KDE KWin compositor." HOMEPAGE="http://sourceforge.net/projects/bekwinfx/" @@ -32,9 +31,7 @@ RDEPEND=" ${DEPEND}" LICENSE="GPL-2" SLOT="4" -IUSE="+beclock +beanimated +befaded bereflected bedistorted debug gles +xrandr" - -S="${WORKDIR}/${PN}-code-${GIT_REV}" +IUSE="+beclock beanimated befaded bereflected bedistorted debug gles +xrandr" src_configure() { local mycmakeargs=( @@ -48,5 +45,5 @@ src_configure() { } pkg_postinst() { - elog "You need active desktop effects to use this effects." + 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 index d45c701..35d410f 100644 --- a/kde-misc/bekwinfx/bekwinfx-9999.ebuild +++ b/kde-misc/bekwinfx/bekwinfx-9999.ebuild @@ -1,13 +1,17 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 -if [ ${PV} != "9999" ]; then - GIT_REV="8a4ec9bae5880fcc5177c7846b50698f6e6a5c7b" +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 @@ -16,11 +20,6 @@ OPENGL_REQUIRED=always inherit kde4-base -if [ ${PV} == "9999" ]; then - EGIT_REPO_URI="http://git.code.sf.net/p/bekwinfx/code" - KEYWORDS="" -fi - DESCRIPTION="BE::KWinFW Several 3rd party plugins for the KDE KWin compositor." HOMEPAGE="http://sourceforge.net/projects/bekwinfx/" @@ -32,9 +31,7 @@ RDEPEND=" ${DEPEND}" LICENSE="GPL-2" SLOT="4" -IUSE="+beclock +beanimated +befaded bereflected bedistorted debug gles +xrandr" - -S="${WORKDIR}/${PN}-code-${GIT_REV}" +IUSE="+beclock beanimated befaded bereflected bedistorted debug gles +xrandr" src_configure() { local mycmakeargs=( @@ -48,5 +45,5 @@ src_configure() { } pkg_postinst() { - elog "You need active desktop effects to use this effects." + elog "You need active desktop effects to use BEKWinFX effects." }