From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1R3rd4-00051T-31 for garchives@archives.gentoo.org; Wed, 14 Sep 2011 15:44:02 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5286521C0D1; Wed, 14 Sep 2011 15:43:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0666321C0D1 for ; Wed, 14 Sep 2011 15:43:52 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6E8C71B4036 for ; Wed, 14 Sep 2011 15:43:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id CE78E80042 for ; Wed, 14 Sep 2011 15:43:51 +0000 (UTC) From: "Marcel Unbehaun" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marcel Unbehaun" Message-ID: <97ed63c845d3b2a08661c8233e19278609ad72e4.frostwork@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: media-libs/libsfml/ X-VCS-Repository: proj/gamerlay X-VCS-Files: media-libs/libsfml/libsfml-9999.ebuild media-libs/libsfml/metadata.xml X-VCS-Directories: media-libs/libsfml/ X-VCS-Committer: frostwork X-VCS-Committer-Name: Marcel Unbehaun X-VCS-Revision: 97ed63c845d3b2a08661c8233e19278609ad72e4 Date: Wed, 14 Sep 2011 15:43:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: bd140648d3052148ed9d3d7084783c4a commit: 97ed63c845d3b2a08661c8233e19278609ad72e4 Author: Marcel Unbehaun frostworx de> AuthorDate: Wed Sep 14 15:43:29 2011 +0000 Commit: Marcel Unbehaun gmx de> CommitDate: Wed Sep 14 15:43:29 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gamerlay.git;= a=3Dcommit;h=3D97ed63c8 [media-libs/libsfml] initial libsfml-9999.ebuild [media-libs/libsfml] new metadata.xml [media-libs/libsfml] new Manifest --- media-libs/libsfml/libsfml-9999.ebuild | 32 ++++++++++++++++++++++++++= ++++++ media-libs/libsfml/metadata.xml | 17 +++++++++++++++++ 2 files changed, 49 insertions(+), 0 deletions(-) diff --git a/media-libs/libsfml/libsfml-9999.ebuild b/media-libs/libsfml/= libsfml-9999.ebuild new file mode 100644 index 0000000..bf6b71d --- /dev/null +++ b/media-libs/libsfml/libsfml-9999.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsfml/libsfml-9999.ebuil= d,v 1.2 2011/09/09 07:52:53 frostwork Exp $ + +EAPI=3D4 + +inherit cmake-utils eutils git-2 multilib + +MY_P=3D"SFML-${PV}" +DESCRIPTION=3D"Simple and Fast Multimedia Library (SFML)" +HOMEPAGE=3D"http://sfml.sourceforge.net/" +EGIT_REPO_URI=3D"git://github.com/LaurentGomila/SFML.git" +#SRC_URI=3D"mirror://sourceforge/sfml/${MY_P}-sdk-linux-32.tar.gz" + +LICENSE=3D"as-is" +SLOT=3D"0" +KEYWORDS=3D"" +IUSE=3D"" + +DEPEND=3D"media-libs/freetype:2 + media-libs/glew + media-libs/libpng + media-libs/libsndfile + media-libs/mesa + media-libs/openal + sys-libs/zlib + virtual/jpeg + x11-libs/libX11 + x11-libs/libXrandr" +RDEPEND=3D"${DEPEND}" + + diff --git a/media-libs/libsfml/metadata.xml b/media-libs/libsfml/metadat= a.xml new file mode 100644 index 0000000..886ba9f --- /dev/null +++ b/media-libs/libsfml/metadata.xml @@ -0,0 +1,17 @@ + + + + games + + frostworks@gmx.de + Marcel Unbehaun + + + The Simple and Fast Multimedia Library (SFML) is a portable and easy to= use + multimedia API written in C++. You can see it as a modern, object-orien= ted + alternative to SDL. SFML is composed of several packages to suit your n= eeds. + You can use SFML as a minimal windowing system to interface with OpenGL= , or + as a fully-featured multimedia library for building games or interactiv= e + programs. + +