From d534aebe8a15559a2000db32e36a758e1f73db89 Mon Sep 17 00:00:00 2001 From: Jan Ziak <0xe2.0x9a.0x9b@gmail.com> Date: Sun, 16 Jun 2019 09:19:26 +0200 Subject: games-board/pychess: add missing 0.99.4 dependencies Closes: https://github.com/gentoo/gentoo/pull/12263 Signed-off-by: Jan Ziak <0xe2.0x9a.0x9b@gmail.com> Signed-off-by: David Seifert --- games-board/pychess/pychess-0.99.4-r1.ebuild | 46 ++++++++++++++++++++++++++++ games-board/pychess/pychess-0.99.4.ebuild | 43 -------------------------- 2 files changed, 46 insertions(+), 43 deletions(-) create mode 100644 games-board/pychess/pychess-0.99.4-r1.ebuild delete mode 100644 games-board/pychess/pychess-0.99.4.ebuild (limited to 'games-board/pychess') diff --git a/games-board/pychess/pychess-0.99.4-r1.ebuild b/games-board/pychess/pychess-0.99.4-r1.ebuild new file mode 100644 index 000000000000..92a47ea3a408 --- /dev/null +++ b/games-board/pychess/pychess-0.99.4-r1.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{5,6} ) +PYTHON_REQ_USE="sqlite" + +inherit xdg-utils distutils-r1 + +DESCRIPTION="A chess client for Gnome" +HOMEPAGE="http://pychess.org/" +SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="gstreamer" + +DEPEND=" + dev-python/pexpect[${PYTHON_USEDEP}] + dev-python/psutil[${PYTHON_USEDEP}] + dev-python/pycairo[${PYTHON_USEDEP}] + dev-python/pygobject:3[${PYTHON_USEDEP}] + dev-python/sqlalchemy[${PYTHON_USEDEP},sqlite] + gnome-base/librsvg:2 + x11-libs/gtksourceview:3.0 + x11-libs/pango + x11-themes/adwaita-icon-theme + gstreamer? ( + dev-python/gst-python:1.0[${PYTHON_USEDEP}] + media-libs/gstreamer:1.0 + media-libs/gst-plugins-base:1.0 + )" +RDEPEND="${DEPEND}" + +pkg_postinst() { + xdg_desktop_database_update + xdg_icon_cache_update + xdg_mimeinfo_database_update +} + +pkg_postrm() { + xdg_desktop_database_update + xdg_icon_cache_update + xdg_mimeinfo_database_update +} diff --git a/games-board/pychess/pychess-0.99.4.ebuild b/games-board/pychess/pychess-0.99.4.ebuild deleted file mode 100644 index 7c7be631cce4..000000000000 --- a/games-board/pychess/pychess-0.99.4.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{5,6} ) -PYTHON_REQ_USE="sqlite" - -inherit xdg-utils distutils-r1 - -DESCRIPTION="A chess client for Gnome" -HOMEPAGE="http://pychess.org/" -SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="gstreamer" - -DEPEND=" - dev-python/pycairo[${PYTHON_USEDEP}] - dev-python/pygobject:3[${PYTHON_USEDEP}] - gnome-base/librsvg:2 - x11-libs/gtksourceview:3.0 - x11-libs/pango - x11-themes/adwaita-icon-theme - gstreamer? ( - dev-python/gst-python:1.0[${PYTHON_USEDEP}] - media-libs/gstreamer:1.0 - media-libs/gst-plugins-base:1.0 - )" -RDEPEND="${DEPEND}" - -pkg_postinst() { - xdg_desktop_database_update - xdg_icon_cache_update - xdg_mimeinfo_database_update -} - -pkg_postrm() { - xdg_desktop_database_update - xdg_icon_cache_update - xdg_mimeinfo_database_update -} -- cgit v1.2.3-65-gdbad