public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrick Lauer (patrick)" <patrick@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/soya: ChangeLog soya-0.14.ebuild
Date: Sun, 07 Dec 2008 10:22:38 +0000	[thread overview]
Message-ID: <E1L9Gmc-0002zb-0A@stork.gentoo.org> (raw)

patrick     08/12/07 10:22:37

  Modified:             ChangeLog
  Added:                soya-0.14.ebuild
  Log:
  Bumping to 0.14. Closes 184510. OpenAL is no longer optional even though the configure script checks for that, so the useflag is removed for now
  (Portage version: 2.2_rc17/cvs/Linux 2.6.26.5 x86_64)

Revision  Changes    Path
1.22                 dev-python/soya/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/soya/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/soya/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/soya/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/soya/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	6 Aug 2008 19:19:28 -0000	1.21
+++ ChangeLog	7 Dec 2008 10:22:37 -0000	1.22
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/soya
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/soya/ChangeLog,v 1.21 2008/08/06 19:19:28 neurogeek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/soya/ChangeLog,v 1.22 2008/12/07 10:22:37 patrick Exp $
+
+*soya-0.14 (07 Dec 2008)
+
+  07 Dec 2008; Patrick Lauer <patrick@gentoo.org> +soya-0.14.ebuild:
+  Bumping to 0.14. Closes 184510. OpenAL is no longer optional even though
+  the configure script checks for that, so the useflag is removed for now
 
   06 Aug 2008; Jesus Rivero <neurogeek@gentoo.org> metadata.xml,
   soya-0.10.2.ebuild:



1.1                  dev-python/soya/soya-0.14.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/soya/soya-0.14.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/soya/soya-0.14.ebuild?rev=1.1&content-type=text/plain

Index: soya-0.14.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/soya/soya-0.14.ebuild,v 1.1 2008/12/07 10:22:37 patrick Exp $

inherit distutils

MY_PV=${PV/_}
MY_P=Soya-${MY_PV}
TUT_P=SoyaTutorial-${MY_PV}

DESCRIPTION="A high-level 3D engine for Python, designed with games in mind"
HOMEPAGE="http://oomadness.nekeme.net/Soya/FrontPage"
SRC_URI="http://download.gna.org/soya/${MY_P}.tar.bz2
	doc? ( http://download.gna.org/soya/${TUT_P}.tar.bz2 )
	examples? ( http://download.gna.org/soya/${TUT_P}.tar.bz2 )"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~ppc ~x86 ~amd64"
IUSE="doc examples"

DEPEND="virtual/opengl
	virtual/glut
	>=dev-lang/python-2.4.2
	>=dev-python/imaging-1.1.5
	>=media-libs/cal3d-0.10
	>=media-libs/glew-1.3.3
	>=media-libs/freetype-2.1.5
	media-fonts/freefonts
	>=media-libs/libsdl-1.2.8
	>=dev-games/ode-0.5
	media-libs/openal
	>=dev-python/pyopenal-0.1.6"
RDEPEND="${DEPEND}"

S=${WORKDIR}/${MY_P}

src_compile() {
	use openal || sed -i -e 's/^USE_OPENAL.*/USE_OPENAL = 0/' setup.py
	distutils_src_compile
}

src_install() {
	distutils_src_install

	insinto /usr/share/${PF}
	if use doc ; then
		cd "${WORKDIR}/${TUT_P}/doc"
		doins soya_guide.pdf pudding/pudding.pdf
	fi
	if use examples ; then
		cd "${WORKDIR}/${TUT_P}"
		doins -r tutorial
	fi
}






             reply	other threads:[~2008-12-07 10:22 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-07 10:22 Patrick Lauer (patrick) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-03-31 21:15 [gentoo-commits] gentoo-x86 commit in dev-python/soya: ChangeLog soya-0.14.ebuild Patrick Lauer (patrick)
2010-11-06 16:21 Michael Sterrett (mr_bones_)
2010-11-08 11:50 PaweA Hajdan (phajdan.jr)
2010-12-26 17:15 Arfrever Frehtes Taifersar Arahesis (arfrever)
2011-03-23 17:59 Arfrever Frehtes Taifersar Arahesis (arfrever)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1L9Gmc-0002zb-0A@stork.gentoo.org \
    --to=patrick@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox