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 271611381FE for ; Wed, 1 Aug 2012 17:49:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 199CAE071D; Wed, 1 Aug 2012 17:49:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DDD30E06F9 for ; Wed, 1 Aug 2012 17:49:27 +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 F189A1B4001 for ; Wed, 1 Aug 2012 17:49:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id BAE01E543B for ; Wed, 1 Aug 2012 17:49:25 +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: <1343841571.0ad4fbbb4468a2d4e609cef3faf42210c4164ac5.winterheart@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: media-libs/libsfml/ X-VCS-Repository: proj/gamerlay X-VCS-Files: media-libs/libsfml/libsfml-2.0_rc20120731.ebuild media-libs/libsfml/libsfml-9999.ebuild X-VCS-Directories: media-libs/libsfml/ X-VCS-Committer: winterheart X-VCS-Committer-Name: Azamat H. Hackimov X-VCS-Revision: 0ad4fbbb4468a2d4e609cef3faf42210c4164ac5 X-VCS-Branch: master Date: Wed, 1 Aug 2012 17:49:25 +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: ffe898e4-2dd3-4c0a-9839-fd6d1ed6875e X-Archives-Hash: ea6193c2145cb317076688c75ebb75e7 commit: 0ad4fbbb4468a2d4e609cef3faf42210c4164ac5 Author: Azamat H. Hackimov gmail com> AuthorDate: Wed Aug 1 17:19:31 2012 +0000 Commit: Azamat H. Hackimov gentoo ru> CommitDate: Wed Aug 1 17:19:31 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=0ad4fbbb [media-libs/libsfml] Stable version for mars-game (Portage version: 2.1.10.62/git/Linux i686, unsigned Manifest commit) --- media-libs/libsfml/libsfml-2.0_rc20120731.ebuild | 32 ++++++++++++++++++++++ media-libs/libsfml/libsfml-9999.ebuild | 4 +-- 2 files changed, 33 insertions(+), 3 deletions(-) diff --git a/media-libs/libsfml/libsfml-2.0_rc20120731.ebuild b/media-libs/libsfml/libsfml-2.0_rc20120731.ebuild new file mode 100644 index 0000000..5815215 --- /dev/null +++ b/media-libs/libsfml/libsfml-2.0_rc20120731.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 + +inherit cmake-utils + +MY_PV="${PV/_/-}" +DESCRIPTION="Simple and Fast Multimedia Library (SFML)" +HOMEPAGE="http://www.sfml-dev.org/" +SRC_URI="https://github.com/LaurentGomila/SFML/zipball/db1f1b8fa1006ea440b9cbe4a2d61b632109ebb2 -> SFML-${MY_PV}.zip" + +LICENSE="as-is" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +RDEPEND="media-libs/freetype:2 + media-libs/glew + >=media-libs/libpng-1.4 + media-libs/libsndfile + media-libs/mesa + media-libs/openal + sys-libs/zlib + virtual/jpeg + x11-libs/libX11 + x11-libs/libXrandr" +DEPEND="${RDEPEND} + app-arch/unzip" + +S=${WORKDIR}/LaurentGomila-SFML-db1f1b8 diff --git a/media-libs/libsfml/libsfml-9999.ebuild b/media-libs/libsfml/libsfml-9999.ebuild index bf6b71d..6e22276 100644 --- a/media-libs/libsfml/libsfml-9999.ebuild +++ b/media-libs/libsfml/libsfml-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/libsfml/libsfml-9999.ebuild,v 1.2 2011/09/09 07:52:53 frostwork Exp $ @@ -28,5 +28,3 @@ DEPEND="media-libs/freetype:2 x11-libs/libX11 x11-libs/libXrandr" RDEPEND="${DEPEND}" - -