diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-02-01 21:41:07 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-02-01 21:41:07 +0000 |
commit | 2c643ae860f221f2e7bf257df171c70279578ef9 (patch) | |
tree | 8377aabc2e1414e781f9f78438be2ccbae33bfae /games-board/pychess | |
parent | quote variables (diff) | |
download | gentoo-2-2c643ae860f221f2e7bf257df171c70279578ef9.tar.gz gentoo-2-2c643ae860f221f2e7bf257df171c70279578ef9.tar.bz2 gentoo-2-2c643ae860f221f2e7bf257df171c70279578ef9.zip |
version bump; clean old
(Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 i686)
Diffstat (limited to 'games-board/pychess')
-rw-r--r-- | games-board/pychess/ChangeLog | 8 | ||||
-rw-r--r-- | games-board/pychess/pychess-0.8.1.ebuild | 29 | ||||
-rw-r--r-- | games-board/pychess/pychess-0.8.2.ebuild | 12 |
3 files changed, 9 insertions, 40 deletions
diff --git a/games-board/pychess/ChangeLog b/games-board/pychess/ChangeLog index 3941cd5f65e7..e403cf08b5f2 100644 --- a/games-board/pychess/ChangeLog +++ b/games-board/pychess/ChangeLog @@ -1,6 +1,10 @@ # 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.3 2008/08/31 05:50:46 mr_bones_ Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/ChangeLog,v 1.4 2009/02/01 21:41:07 mr_bones_ Exp $ + + 01 Feb 2009; Michael Sterrett <mr_bones_@gentoo.org> + -pychess-0.8.1.ebuild, pychess-0.8.2.ebuild: + version bump; clean old *pychess-0.8.2 (31 Aug 2008) diff --git a/games-board/pychess/pychess-0.8.1.ebuild b/games-board/pychess/pychess-0.8.1.ebuild deleted file mode 100644 index 37e0ce4f5d70..000000000000 --- a/games-board/pychess/pychess-0.8.1.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.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 -} diff --git a/games-board/pychess/pychess-0.8.2.ebuild b/games-board/pychess/pychess-0.8.2.ebuild index 9f4e7532ee1d..d3d60eea792a 100644 --- a/games-board/pychess/pychess-0.8.2.ebuild +++ b/games-board/pychess/pychess-0.8.2.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/pychess-0.8.2.ebuild,v 1.1 2008/08/31 05:50:46 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/pychess-0.8.2.ebuild,v 1.2 2009/02/01 21:41:07 mr_bones_ Exp $ -EAPI=1 inherit python games distutils DESCRIPTION="A chess client for Gnome" @@ -17,7 +16,7 @@ IUSE="gstreamer" DEPEND="dev-python/pygtk dev-python/pygobject dev-python/pycairo - dev-python/pysqlite:2 + dev-python/pysqlite gstreamer? ( dev-python/gst-python ) dev-python/gnome-python-desktop x11-themes/gnome-icon-theme" @@ -28,8 +27,3 @@ src_install() { dodoc AUTHORS README prepgamesdirs } - -pkg_postinst() { - games_pkg_postinst - distutils_pkg_postinst -} |