diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-03-28 16:28:14 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-03-28 16:28:14 +0000 |
commit | 0c1299b1fd2bfd85e4cdcd4b0de6bc83e1eaa46f (patch) | |
tree | 2cad90b836ecc470f5980fd7466633d4b24fb15e /games-board | |
parent | unmask openrc on fbsd as baselayout 2 needs it (diff) | |
download | gentoo-2-0c1299b1fd2bfd85e4cdcd4b0de6bc83e1eaa46f.tar.gz gentoo-2-0c1299b1fd2bfd85e4cdcd4b0de6bc83e1eaa46f.tar.bz2 gentoo-2-0c1299b1fd2bfd85e4cdcd4b0de6bc83e1eaa46f.zip |
version bump
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/pychess/ChangeLog | 8 | ||||
-rw-r--r-- | games-board/pychess/pychess-0.8.1.ebuild | 29 |
2 files changed, 36 insertions, 1 deletions
diff --git a/games-board/pychess/ChangeLog b/games-board/pychess/ChangeLog index bb9951c18a9f..286ef3bc97c6 100644 --- a/games-board/pychess/ChangeLog +++ b/games-board/pychess/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-board/pychess # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/ChangeLog,v 1.1 2008/02/21 05:55:03 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/ChangeLog,v 1.2 2008/03/28 16:28:14 mr_bones_ Exp $ + +*pychess-0.8.1 (28 Mar 2008) + + 28 Mar 2008; Michael Sterrett <mr_bones_@gentoo.org> + +pychess-0.8.1.ebuild: + version bump *pychess-0.8 (21 Feb 2008) diff --git a/games-board/pychess/pychess-0.8.1.ebuild b/games-board/pychess/pychess-0.8.1.ebuild new file mode 100644 index 000000000000..37e0ce4f5d70 --- /dev/null +++ b/games-board/pychess/pychess-0.8.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/pychess-0.8.1.ebuild,v 1.1 2008/03/28 16:28:14 mr_bones_ Exp $ + +inherit python games distutils + +DESCRIPTION="A chess client for Gnome" +HOMEPAGE="http://pychess.googlepages.com/home" +SRC_URI="http://pychess.googlecode.com/files/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="gstreamer" + +DEPEND="dev-python/pygtk + dev-python/pygobject + dev-python/pycairo + dev-python/pysqlite + gstreamer? ( dev-python/gst-python ) + dev-python/gnome-python-desktop + x11-themes/gnome-icon-theme" + +src_install() { + python_version + distutils_src_install --install-scripts="${GAMES_BINDIR}" + dodoc AUTHORS README + prepgamesdirs +} |