summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pycanberra')
-rw-r--r--dev-python/pycanberra/Manifest1
-rw-r--r--dev-python/pycanberra/metadata.xml19
-rw-r--r--dev-python/pycanberra/pycanberra-0_pre20130515.ebuild34
3 files changed, 0 insertions, 54 deletions
diff --git a/dev-python/pycanberra/Manifest b/dev-python/pycanberra/Manifest
deleted file mode 100644
index a0c14abe5d33..000000000000
--- a/dev-python/pycanberra/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pycanberra-0_pre20130515.zip 14945 BLAKE2B ae90cf894cec24aa4d83f69d4a4a8c72303a16171d17e1dd74ee40e2031d87ccb51780e0aa2ef2a8ca0d448f5e7b26c8ed72fdfacceb49967a05c142e8b2a92a SHA512 9836ed3d5aea9a80a3ffd64ef85b327c7dcdf24793c65010f43139c548d7c77522ab32f407930efed89493509efd117c64ec0fbf4d1d6d567d4d34d12d1936aa
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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>gnome@gentoo.org</email>
- <name>Gentoo GNOME Desktop</name>
- </maintainer>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <maintainer type="project">
- <email>sound@gentoo.org</email>
- <name>Gentoo Sound project</name>
- </maintainer>
- <upstream>
- <remote-id type="github">psykoyiko/pycanberra</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/pycanberra/pycanberra-0_pre20130515.ebuild b/dev-python/pycanberra/pycanberra-0_pre20130515.ebuild
deleted file mode 100644
index 70a12316c67c..000000000000
--- a/dev-python/pycanberra/pycanberra-0_pre20130515.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_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}
- app-arch/unzip
-"
-
-S="${WORKDIR}/${PN}-${PCOMMIT}"
-
-src_prepare() { :; }
-src_compile() { :; }
-src_install() {
- python_foreach_impl python_domodule pycanberra.py
- default
-}