summaryrefslogtreecommitdiff
path: root/media-sound/positron/positron-1.1-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/positron/positron-1.1-r1.ebuild')
-rw-r--r--media-sound/positron/positron-1.1-r1.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/media-sound/positron/positron-1.1-r1.ebuild b/media-sound/positron/positron-1.1-r1.ebuild
deleted file mode 100644
index 97175753f6b0..000000000000
--- a/media-sound/positron/positron-1.1-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Synchronization manager for the Neuros Audio Computer"
-HOMEPAGE="https://www.xiph.org/positron"
-SRC_URI="https://www.xiph.org/positron/files/source/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-IUSE="vorbis"
-
-DEPEND="vorbis? ( dev-python/pyvorbis[${PYTHON_USEDEP}] )"
-RDEPEND="${DEPEND}"
-
-python_prepare_all() {
- # install docs in /usr/share/doc/${PF}, bug #241290
- sed -i -e "s:share/doc/positron:share/doc/${PF}:" setup.py
- distutils-r1_python_prepare_all
-}