From 1798c4aeca70ac8d0a243684d6a798fbc65735f8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:57:42 +0100 Subject: gentoo resync : 14.07.2018 --- dev-python/pycanberra/Manifest | 3 -- dev-python/pycanberra/metadata.xml | 19 ------------- .../pycanberra/pycanberra-0_pre20130515.ebuild | 32 ---------------------- 3 files changed, 54 deletions(-) delete mode 100644 dev-python/pycanberra/Manifest delete mode 100644 dev-python/pycanberra/metadata.xml delete mode 100644 dev-python/pycanberra/pycanberra-0_pre20130515.ebuild (limited to 'dev-python/pycanberra') diff --git a/dev-python/pycanberra/Manifest b/dev-python/pycanberra/Manifest deleted file mode 100644 index 866d74497fca..000000000000 --- a/dev-python/pycanberra/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST pycanberra-0_pre20130515.zip 14945 BLAKE2B ae90cf894cec24aa4d83f69d4a4a8c72303a16171d17e1dd74ee40e2031d87ccb51780e0aa2ef2a8ca0d448f5e7b26c8ed72fdfacceb49967a05c142e8b2a92a SHA512 9836ed3d5aea9a80a3ffd64ef85b327c7dcdf24793c65010f43139c548d7c77522ab32f407930efed89493509efd117c64ec0fbf4d1d6d567d4d34d12d1936aa -EBUILD pycanberra-0_pre20130515.ebuild 741 BLAKE2B c8ab927c5b9f50fc75047f0b05f5affeaf58f04264384ef9669f0da4c2cee4618a97b36f0caab7c87bc9c3d3a12da5585c471078f11d325f86f187cef04be022 SHA512 9f6069bf3548f28fda065720575f8817454af2de57fb1b0f2419b730207d074403708ed2fafcc286a06022f479cedd8aa2445dedb28cf1a0aabe0bae8776e16f -MISC metadata.xml 575 BLAKE2B cb6d8d2df8e9bec22a3d5e64554e27d6b4a684530c62e5736d7a858f765b3701ddc6e88214d263ce1d4d485fc210e0e9f1eeb514a77354b2a0d1eedcb0dd3017 SHA512 19bc4b110c746d4a0e946164d0d0b4f43f0bbabef179596d6a6b6981a443122ff395aa892e6130be75dd92aeccb263c5ef5f7857b91f076158da11db3d6714ca diff --git a/dev-python/pycanberra/metadata.xml b/dev-python/pycanberra/metadata.xml deleted file mode 100644 index 9bbc26d73cd1..000000000000 --- a/dev-python/pycanberra/metadata.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - gnome@gentoo.org - Gentoo GNOME Desktop - - - python@gentoo.org - Python - - - sound@gentoo.org - Gentoo Sound project - - - psykoyiko/pycanberra - - diff --git a/dev-python/pycanberra/pycanberra-0_pre20130515.ebuild b/dev-python/pycanberra/pycanberra-0_pre20130515.ebuild deleted file mode 100644 index 0f91b3417be1..000000000000 --- a/dev-python/pycanberra/pycanberra-0_pre20130515.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) - -inherit python-r1 - -DESCRIPTION="Basic Python wrapper for libcanberra" -HOMEPAGE="https://github.com/psykoyiko/pycanberra/" -PCOMMIT="88c53cd44a626ede3b07dab0b548f8bcfda42867" -SRC_URI="https://github.com/psykoyiko/pycanberra/archive/${PCOMMIT}.zip -> ${P}.zip" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - media-libs/libcanberra" -DEPEND="${PYTHON_DEPS}" - -S="${WORKDIR}/${PN}-${PCOMMIT}" - -src_prepare() { :; } -src_compile() { :; } -src_install() { - python_foreach_impl python_domodule pycanberra.py - default -} -- cgit v1.2.3