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 D5C511381F3 for ; Sat, 29 Jun 2013 19:38:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FBCAE0A07; Sat, 29 Jun 2013 19:38:06 +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 8C5F2E09C9 for ; Sat, 29 Jun 2013 19:38:05 +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 A4DBD33E614 for ; Sat, 29 Jun 2013 19:38:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 41361E5458 for ; Sat, 29 Jun 2013 19:38:03 +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: <1372534574.469398521298df3d713885abbbd4cf58e1c92103.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-libs/gluon/ X-VCS-Repository: proj/kde X-VCS-Files: media-libs/gluon/gluon-9999.ebuild X-VCS-Directories: media-libs/gluon/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 469398521298df3d713885abbbd4cf58e1c92103 X-VCS-Branch: master Date: Sat, 29 Jun 2013 19:38:03 +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: 3deddad6-eb4c-42c0-9f3c-719376ce72dd X-Archives-Hash: 303fe9e706863a0b47e4b8b7f266970c commit: 469398521298df3d713885abbbd4cf58e1c92103 Author: Johannes Huber gentoo org> AuthorDate: Sat Jun 29 19:36:14 2013 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sat Jun 29 19:36:14 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=46939852 [media-libs/gluon] EAPI 5. Drop unused eclass. Package-Manager: portage-2.2.0_alpha186 --- media-libs/gluon/gluon-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-libs/gluon/gluon-9999.ebuild b/media-libs/gluon/gluon-9999.ebuild index 6605132..f06056c 100644 --- a/media-libs/gluon/gluon-9999.ebuild +++ b/media-libs/gluon/gluon-9999.ebuild @@ -2,10 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 OPENGL_REQUIRED="always" -inherit kde4-base versionator +inherit kde4-base DESCRIPTION="Gluon is a Free and Open Source framework for creating and distributing games." HOMEPAGE="http://gluon.tuxfamily.org/" @@ -16,12 +16,12 @@ SLOT="4" IUSE="debug examples" DEPEND=" + dev-qt/qtdeclarative:4 media-libs/alure media-libs/libsndfile media-libs/openal virtual/glu virtual/opengl - dev-qt/qtdeclarative:4 " RDEPEND="${DEPEND}"