From: Mikle Kolyada Date: Sun, 28 Jan 2018 00:55:50 +0000 (+0300) Subject: net-misc/polly: remove last rited package X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=20a4327494b0a5776ecd1f9c39c44813eb7076ce;p=gentoo.git net-misc/polly: remove last rited package Closes: https://bugs.gentoo.org/640050 --- diff --git a/net-misc/polly/Manifest b/net-misc/polly/Manifest deleted file mode 100644 index 6960b22a4997..000000000000 --- a/net-misc/polly/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST Polly-0.93.12.tar.gz 573637 BLAKE2B 7bdbb40fa6054cbd1688ba4b70624ee01c38726446b1ba55398187517249f8696ea5d249f567c39df0497f3c222248e2a581216b646ddbb49dd54096c2e68097 SHA512 71cef70d6ed8ade018a880a81c9ec83f9d32f2dde3c5fb192655f56d39e6cc17ac164e746085434caca863af08a075a3a7f05b9010a263956b92294fa4b4f370 -DIST polly-0.93.11.tar.gz 575357 BLAKE2B ae5c1b8c81f530c56d91103e6aa505a2d6650e682c075109ab4102af2a714ee54baa27c7c4a3967db4691c2b38599811ff1f61d7e1913ab17b6468ce7258b24e SHA512 75ded540371f63202cf84f685f5fbd9a6be0766bb03089ae2afc6b8056dbd28213ed1dda235fe53b285677e0fe9fdf3b3fd7b744d61824de607eb89c55cc299f diff --git a/net-misc/polly/metadata.xml b/net-misc/polly/metadata.xml deleted file mode 100644 index 305b87389afd..000000000000 --- a/net-misc/polly/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - xmw@gentoo.org - Michael Weber - - - polly - - diff --git a/net-misc/polly/polly-0.93.11.ebuild b/net-misc/polly/polly-0.93.11.ebuild deleted file mode 100644 index d64019e751b5..000000000000 --- a/net-misc/polly/polly-0.93.11.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE=( gdbm ) - -inherit distutils-r1 gnome2-utils vcs-snapshot - -DESCRIPTION="twitter client designed for multiple columns of multiple accounts" -HOMEPAGE="https://launchpad.net/polly" -SRC_URI="https://launchpad.net/${PN}/1.0/pre-alpha-2/+download/Polly-${PV}%20%28pre-alpha%203.11%29.tar.gz -> ${P}.tar.gz" - -LICENSE="CC-BY-NC-SA-3.0 GPL-2 GPL-3+ MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND="${PYTHON_DEPS} - dev-python/dbus-python[${PYTHON_USEDEP}] - dev-python/gconf-python[${PYTHON_USEDEP}] - dev-python/gtkspell-python[${PYTHON_USEDEP}] - dev-python/httplib2[${PYTHON_USEDEP}] - dev-python/keyring[${PYTHON_USEDEP}] - dev-python/notify-python[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/oauth2[${PYTHON_USEDEP}] - dev-python/pycurl[${PYTHON_USEDEP}] - dev-python/pyxdg[${PYTHON_USEDEP}] - dev-python/PySocks[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND}" - -python_prepare_all() { - rm -rf external/keyring || die - distutils-r1_python_prepare_all -} - -pkg_preinst() { - gnome2_gconf_savelist -} - -pkg_postinst() { - gnome2_gconf_install -} - -pkg_postrm() { - gnome2_gconf_uninstall -} diff --git a/net-misc/polly/polly-0.93.12.ebuild b/net-misc/polly/polly-0.93.12.ebuild deleted file mode 100644 index 6a285f6c600b..000000000000 --- a/net-misc/polly/polly-0.93.12.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE=( gdbm ) - -inherit distutils-r1 gnome2-utils vcs-snapshot - -DESCRIPTION="twitter client designed for multiple columns of multiple accounts" -HOMEPAGE="https://launchpad.net/polly" -SRC_URI="https://launchpad.net/${PN}/1.0/pre-alpha-2/+download/Polly-${PV}.tar.gz" - -LICENSE="CC-BY-NC-SA-3.0 GPL-2 GPL-3+ MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND="${PYTHON_DEPS} - dev-python/dbus-python[${PYTHON_USEDEP}] - dev-python/gconf-python[${PYTHON_USEDEP}] - dev-python/gtkspell-python[${PYTHON_USEDEP}] - dev-python/httplib2[${PYTHON_USEDEP}] - dev-python/keyring[${PYTHON_USEDEP}] - dev-python/notify-python[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/oauth2[${PYTHON_USEDEP}] - dev-python/pycurl[${PYTHON_USEDEP}] - dev-python/pyxdg[${PYTHON_USEDEP}] - dev-python/PySocks[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND}" - -S="${WORKDIR}"/Polly-${PV} - -python_prepare_all() { - rm -rf external/keyring || die - distutils-r1_python_prepare_all -} - -pkg_preinst() { - gnome2_gconf_savelist -} - -pkg_postinst() { - gnome2_gconf_install -} - -pkg_postrm() { - gnome2_gconf_uninstall -}