# HG changeset patch # User Da Risk # Date 1613849021 14400 # Node ID d9320a7ed591951b829db481eed08395d60d2197 # Parent 4fa15504c4dd6f68c9484e2ed9229d41c01dbbb7 remove dev-python/notify2 as it is in main tree diff -r 4fa15504c4dd -r d9320a7ed591 dev-python/notify2/Manifest --- a/dev-python/notify2/Manifest Wed Feb 03 15:27:24 2021 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -DIST notify2-0.3.tar.gz 8798 SHA256 684281f91c51fc60bc7909a35bd21d043a2a421f4e269de1ed1f13845d1d6321 SHA512 3290a5ff291d5500bcf631094fcf10302b234353eb8c26b91e7cd264238443866aadc15224d51eb6608e16b7ffbc9316d4bc551e5ad9de2a48b12a31b195739f WHIRLPOOL f28d569baafecaad0b2bf42856c67371ac42660dd6259a91b1d06bbcd0da15c0cfe0a87d72c2171cc23f01cacb104b633c4c386178760441ebcc8c58b32407f9 diff -r 4fa15504c4dd -r d9320a7ed591 dev-python/notify2/metadata.xml --- a/dev-python/notify2/metadata.xml Wed Feb 03 15:27:24 2021 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ - - - - - da_risk@geekorum.com - Frederic Barthelery - - - diff -r 4fa15504c4dd -r d9320a7ed591 dev-python/notify2/notify2-0.3.ebuild --- a/dev-python/notify2/notify2-0.3.ebuild Wed Feb 03 15:27:24 2021 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,26 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="5" -PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) - -inherit eutils distutils-r1 - -DESCRIPTION="Python interface to D-Bus notifications" -HOMEPAGE="https://bitbucket.org/takluyver/pynotify2" -SRC_URI="mirror://pypi/n/${PN}/${PN}-${PV}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="examples" - -RDEPEND="${PYTHON_DEPS}" -DEPEND="${RDEPEND}" - -python_install_all() { - use examples && local EXAMPLES=( examples/. ) - - distutils-r1_python_install_all -}