public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Sterrett" <mr_bones_@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/pychess/
Date: Tue,  8 Mar 2016 19:23:43 +0000 (UTC)	[thread overview]
Message-ID: <1457465006.c046ce7024e609fa9fca9b2b74d1d55cfa24ed79.mr_bones_@gentoo> (raw)

commit:     c046ce7024e609fa9fca9b2b74d1d55cfa24ed79
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  8 19:21:30 2016 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Tue Mar  8 19:23:26 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c046ce70

games-board/pychess: clean old

Package-Manager: portage-2.2.26

 games-board/pychess/Manifest              |  1 -
 games-board/pychess/pychess-0.12.2.ebuild | 71 -------------------------------
 2 files changed, 72 deletions(-)

diff --git a/games-board/pychess/Manifest b/games-board/pychess/Manifest
index 82b5ced..08532d2 100644
--- a/games-board/pychess/Manifest
+++ b/games-board/pychess/Manifest
@@ -1,3 +1,2 @@
 DIST pychess-0.10.1.tar.gz 1939605 SHA256 8a8ac9fc6a4605d189a9728f55183130b6a304cbf2dc5b2e923297303fe4ae8a SHA512 1000c840954b93bd3720fd3265b6cc0ac33df22373eb965d4ac03d16f7589af3b10bf2ebc28a2ff555b5e4101bffbfe96d52051e6c51a084229a3cc1691f1dd8 WHIRLPOOL 7554456eea487cefe3d8303aacdfa5748345b9682a8c557a2ed53090cc9a5beacc5b2e874db222b75fc03bcaf61dd9d7c3e2df23a13a4db820d4bd34c2f7b66e
-DIST pychess-0.12.2.tar.gz 4653011 SHA256 feecabcea35cce0d69100e0c995f0a88d83d1246be512f2348c13e40bff9916e SHA512 d20ff665f47b58dce92ee822c6495fb31b84f19b15e70644cb7caefda837597e075f62cd0aa6bdd36f342d3eaa66174f9fa950800ec77346ef1cccfa7e37c735 WHIRLPOOL 0bca1361412f316f6446579646f1d51d525228a4427137711efdca01c75ed3c769fd83d0c4e942db36daa3dbc22e74dd5410c8a33c06a96458d0755a6fca0131
 DIST pychess-0.12.3.tar.gz 4666113 SHA256 11d5e2d447bb945283f0239a407d8069b13afd77d3a2d491c9c352f1b7862e67 SHA512 597fd4c28a970df0d2ce3805eedd7530e259c1b60dd4e51bf1c56eb2376fe6256df30f12b077db3c9f1aab8baed06f023696827b57fb0963b9569b613656d4af WHIRLPOOL 295bf01c221b273abc2a60cdfd77a399af75a2e9f2de43188ea744204dad39220f152d7667699290d88b7dd75b26b5262b513f8ab6a114bb171a702ba184319b

diff --git a/games-board/pychess/pychess-0.12.2.ebuild b/games-board/pychess/pychess-0.12.2.ebuild
deleted file mode 100644
index f77d61e..0000000
--- a/games-board/pychess/pychess-0.12.2.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="sqlite"
-
-inherit fdo-mime gnome2-utils distutils-r1 games
-
-DESCRIPTION="A chess client for Gnome"
-HOMEPAGE="http://pychess.org/"
-SRC_URI="http://pychess.org/download/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gstreamer"
-
-DEPEND="dev-python/librsvg-python
-	dev-python/pycairo[${PYTHON_USEDEP}]
-	dev-python/pygobject:2[${PYTHON_USEDEP}]
-	dev-python/pygtk:2[${PYTHON_USEDEP}]
-	dev-python/pygtksourceview:2[${PYTHON_USEDEP}]
-	gstreamer? ( dev-python/gst-python:0.10[${PYTHON_USEDEP}] )
-	dev-python/gconf-python
-	x11-themes/gnome-icon-theme"
-RDEPEND=${DEPEND}
-
-python_install() {
-	distutils-r1_python_install --install-scripts="${GAMES_BINDIR}"
-
-	# bug 487706
-	sed -i \
-		-e "s/@PYTHON@/${EPYTHON}/" \
-		"${ED%/}/$(python_get_sitedir)"/${PN}/Players/engineNest.py || die
-}
-
-python_install_all() {
-	distutils-r1_python_install_all
-	dodoc AUTHORS README.md
-	prepgamesdirs
-}
-
-src_prepare() {
-	distutils-r1_src_prepare
-}
-
-src_compile() {
-	distutils-r1_src_compile
-}
-
-src_install() {
-	distutils-r1_src_install
-}
-
-pkg_preinst() {
-	games_pkg_preinst
-	gnome2_icon_savelist
-}
-
-pkg_postinst() {
-	games_pkg_postinst
-	gnome2_icon_cache_update
-	fdo-mime_desktop_database_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-	fdo-mime_desktop_database_update
-}


             reply	other threads:[~2016-03-08 19:23 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-08 19:23 Michael Sterrett [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-16 10:59 [gentoo-commits] repo/gentoo:master commit in: games-board/pychess/ Ionen Wolkens
2024-05-01  0:05 Sebastian Pipping
2024-04-16 11:47 Patrick Lauer
2023-06-04 16:05 Arthur Zamarin
2023-04-04 20:54 Sebastian Pipping
2023-03-22 17:03 Sebastian Pipping
2023-03-09 20:13 Ionen Wolkens
2023-03-08  4:39 Sebastian Pipping
2022-02-19 23:45 Ionen Wolkens
2022-02-12  2:04 Ionen Wolkens
2021-10-30 13:10 Ionen Wolkens
2021-05-30  5:45 Sam James
2021-05-30  5:45 Sam James
2021-05-30  5:45 Sam James
2020-05-16 14:04 James Le Cuirot
2020-05-04 20:11 James Le Cuirot
2020-04-25 15:49 James Le Cuirot
2019-08-02 21:43 James Le Cuirot
2019-06-16 17:28 David Seifert
2019-06-15 19:31 David Seifert
2019-06-15 19:00 David Seifert
2018-11-13  4:32 Matthias Maier
2016-12-31 22:20 Agostino Sarubbo
2016-11-27 11:21 Pacho Ramos
2016-11-27 11:21 Pacho Ramos
2016-08-02 21:34 Austin English
2016-05-23  4:36 Michael Sterrett
2016-04-09 13:46 Agostino Sarubbo
2016-03-07  6:51 Michael Sterrett
2016-02-04 18:44 Patrice Clement

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=1457465006.c046ce7024e609fa9fca9b2b74d1d55cfa24ed79.mr_bones_@gentoo \
    --to=mr_bones_@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