summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-02-17 16:40:06 +0100
committerMichał Górny <mgorny@gentoo.org>2017-02-17 17:23:07 +0100
commit99ae53f09a108e94277b16a3912aa384d429883e (patch)
tree0c5b75c17fe3c983059d70fc121761bf43e02674 /media-sound/positron/positron-1.1.ebuild
parentpackage.mask: Mask media-sound/jack for removal, #298850 (diff)
downloadgentoo-99ae53f09a108e94277b16a3912aa384d429883e.tar.gz
gentoo-99ae53f09a108e94277b16a3912aa384d429883e.tar.bz2
gentoo-99ae53f09a108e94277b16a3912aa384d429883e.zip
media-sound/positron: distutils-r1, EAPI=6
Diffstat (limited to 'media-sound/positron/positron-1.1.ebuild')
-rw-r--r--media-sound/positron/positron-1.1.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/media-sound/positron/positron-1.1.ebuild b/media-sound/positron/positron-1.1.ebuild
deleted file mode 100644
index 7f435ff1a444..000000000000
--- a/media-sound/positron/positron-1.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="3"
-PYTHON_DEPEND="2"
-
-inherit distutils
-
-DESCRIPTION="Synchronization manager for the Neuros Audio Computer (www.neurosaudio.com) portable music player"
-HOMEPAGE="http://www.xiph.org/positron"
-SRC_URI="http://www.xiph.org/positron/files/source/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="x86 ppc sparc amd64"
-IUSE="vorbis"
-
-DEPEND="vorbis? ( dev-python/pyvorbis )"
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
- python_set_active_version 2
- python_pkg_setup
-}
-
-src_prepare() {
- distutils_src_prepare
- # install docs in /usr/share/doc/${PF}, bug #241290
- sed -i -e "s:share/doc/positron:share/doc/${PF}:" setup.py
-}