summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-06-24 02:05:42 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-06-24 02:05:42 +0000
commit7118b879414ca0e93990028c8c17d8fff073334c (patch)
tree3093c92493eaf67c7d3d74f3b7dff6dd245e8f5f /games-board/pychess
parentold (diff)
downloadgentoo-2-7118b879414ca0e93990028c8c17d8fff073334c.tar.gz
gentoo-2-7118b879414ca0e93990028c8c17d8fff073334c.tar.bz2
gentoo-2-7118b879414ca0e93990028c8c17d8fff073334c.zip
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-board/pychess')
-rw-r--r--games-board/pychess/pychess-0.8.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/games-board/pychess/pychess-0.8.ebuild b/games-board/pychess/pychess-0.8.ebuild
deleted file mode 100644
index c31c726d4141..000000000000
--- a/games-board/pychess/pychess-0.8.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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.ebuild,v 1.1 2008/02/21 05:55:03 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
-}