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 1QS3hz-0003md-Nv for garchives@archives.gentoo.org; Thu, 02 Jun 2011 08:56:51 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 254E31C013; Thu, 2 Jun 2011 08:56:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id EC95D1C013 for ; Thu, 2 Jun 2011 08:56:43 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E4BE71B4018 for ; Thu, 2 Jun 2011 08:56:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 5870980506 for ; Thu, 2 Jun 2011 08:56:42 +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: <98d6db975a4a50c622fcf9173cf1d201d6fdb31f.frostwork@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: media-libs/libmmd/ X-VCS-Repository: proj/gamerlay X-VCS-Files: media-libs/libmmd/libmmd-0.7.3.ebuild X-VCS-Directories: media-libs/libmmd/ X-VCS-Committer: frostwork X-VCS-Committer-Name: Marcel Unbehaun X-VCS-Revision: 98d6db975a4a50c622fcf9173cf1d201d6fdb31f Date: Thu, 2 Jun 2011 08:56: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 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 9a6f7a370b23ea57567556f2370e6161 commit: 98d6db975a4a50c622fcf9173cf1d201d6fdb31f Author: Marcel Unbehaun frostworx de> AuthorDate: Thu Jun 2 08:56:55 2011 +0000 Commit: Marcel Unbehaun gmx de> CommitDate: Thu Jun 2 08:56:55 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gamerlay.git;= a=3Dcommit;h=3D98d6db97 [media-libs/libmmd] added libmmd-0.7.3.ebuild [media-libs/libmm] updated Mmanifest --- media-libs/libmmd/libmmd-0.7.3.ebuild | 25 +++++++++++++++++++++++++ 1 files changed, 25 insertions(+), 0 deletions(-) diff --git a/media-libs/libmmd/libmmd-0.7.3.ebuild b/media-libs/libmmd/li= bmmd-0.7.3.ebuild new file mode 100644 index 0000000..e0e4fa6 --- /dev/null +++ b/media-libs/libmmd/libmmd-0.7.3.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# + +EAPI=3D2 +inherit cmake-utils + +DESCRIPTION=3D"a renderlib for mikumiku dance pmd model and vmd motion f= iles" +HOMEPAGE=3D"http://frostworx.de/" +SRC_URI=3D"http://frostworx.de/files/${P}.tar.gz" + +LICENSE=3D"GPL-2" +SLOT=3D"0" +KEYWORDS=3D"~x86 ~amd64" +IUSE=3D"debug" + +RDEPEND=3D"sci-physics/bullet" +DEPEND=3D"${RDEPEND}" + +src_configure() { + local mycmakeargs=3D( + $(cmake-utils_use debug DEBUG) + ) + cmake-utils_src_configure +}