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 1B561198005 for ; Mon, 11 Mar 2013 17:36:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9CC02E0746; Mon, 11 Mar 2013 17:36:55 +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 30A24E0746 for ; Mon, 11 Mar 2013 17:36:52 +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 DA66333D841 for ; Mon, 11 Mar 2013 17:36:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 47026E4079 for ; Mon, 11 Mar 2013 17:36:50 +0000 (UTC) From: "Azamat H. Hackimov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Azamat H. Hackimov" Message-ID: <1363023369.5a318feee9768a6695eac17384220b3ddc9af11b.winterheart@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: media-libs/libsdl/ X-VCS-Repository: proj/gamerlay X-VCS-Files: media-libs/libsdl/ChangeLog media-libs/libsdl/libsdl-2.0.0_pre6963-r1.ebuild media-libs/libsdl/libsdl-2.0.0_pre6963.ebuild X-VCS-Directories: media-libs/libsdl/ X-VCS-Committer: winterheart X-VCS-Committer-Name: Azamat H. Hackimov X-VCS-Revision: 5a318feee9768a6695eac17384220b3ddc9af11b X-VCS-Branch: master Date: Mon, 11 Mar 2013 17:36:50 +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: 75c594ee-ffab-453c-81dd-0fed830429b8 X-Archives-Hash: 5085ef81a45be4b79a8cf144f4986307 commit: 5a318feee9768a6695eac17384220b3ddc9af11b Author: Azamat H. Hackimov gmail com> AuthorDate: Mon Mar 11 17:36:09 2013 +0000 Commit: Azamat H. Hackimov gentoo ru> CommitDate: Mon Mar 11 17:36:09 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=5a318fee [media-libs/libsdl] Playing with multilib eclass. Package-Manager: portage-2.1.11.52 Manifest-Sign-Key: A018DE8C --- media-libs/libsdl/ChangeLog | 6 ++++++ ...e6963.ebuild => libsdl-2.0.0_pre6963-r1.ebuild} | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/media-libs/libsdl/ChangeLog b/media-libs/libsdl/ChangeLog index 60b8f6a..eaeefae 100644 --- a/media-libs/libsdl/ChangeLog +++ b/media-libs/libsdl/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*libsdl-2.0.0_pre6963-r1 (11 Mar 2013) + + 11 Mar 2013; Azamat H. Hackimov + +libsdl-2.0.0_pre6963-r1.ebuild, -libsdl-2.0.0_pre6963.ebuild: + [media-libs/libsdl] Playing with multilib eclass. + *libsdl-2.0.0_pre6963 (05 Mar 2013) 05 Mar 2013; Azamat H. Hackimov diff --git a/media-libs/libsdl/libsdl-2.0.0_pre6963.ebuild b/media-libs/libsdl/libsdl-2.0.0_pre6963-r1.ebuild similarity index 96% rename from media-libs/libsdl/libsdl-2.0.0_pre6963.ebuild rename to media-libs/libsdl/libsdl-2.0.0_pre6963-r1.ebuild index 0ec7027..6342422 100644 --- a/media-libs/libsdl/libsdl-2.0.0_pre6963.ebuild +++ b/media-libs/libsdl/libsdl-2.0.0_pre6963-r1.ebuild @@ -4,7 +4,7 @@ EAPI=5 -inherit cmake-utils mercurial versionator +inherit cmake-multilib mercurial versionator REV="$(get_version_component_range 4)" @@ -103,9 +103,9 @@ src_configure() { $(cmake-utils_use X VIDEO_X11_XVM) #$(cmake-utils_use joystick SDL_JOYSTICK) ) - cmake-utils_src_configure + cmake-multilib_src_configure } src_install() { - cmake-utils_src_install + cmake-multilib_src_install }