diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-09-02 14:09:07 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-09-02 14:09:07 +0100 |
commit | b17a3ef12038de50228bade1f05502c74e135321 (patch) | |
tree | 9026dffec53f92cba48ca9a500a4f778e6304380 /media-sound/positron | |
parent | 3cf7c3ef441822c889356fd1812ebf2944a59851 (diff) |
gentoo resync : 02.09.2020
Diffstat (limited to 'media-sound/positron')
-rw-r--r-- | media-sound/positron/Manifest | 3 | ||||
-rw-r--r-- | media-sound/positron/metadata.xml | 8 | ||||
-rw-r--r-- | media-sound/positron/positron-1.1-r1.ebuild | 25 |
3 files changed, 0 insertions, 36 deletions
diff --git a/media-sound/positron/Manifest b/media-sound/positron/Manifest deleted file mode 100644 index fc04fdfb0dc4..000000000000 --- a/media-sound/positron/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST positron-1.1.tar.gz 88427 BLAKE2B fb1910e2a241b1cb3090e0636a6ef9492943cd1d61017844ed7981c8caa1b6300f1ac914d0f4ce920928e5cd69e841eb40a1cc7dd6eb7db86341a0717f909b8c SHA512 610f872d69e3ea192630338b2134c82d3ac8e7345b074f99853de67e0723808894ee5ef71151397920f4f91f2aeefe99f659521a68178ea618853a607372ccc5 -EBUILD positron-1.1-r1.ebuild 661 BLAKE2B debe99524e1985b02ca814e085f0b54fd704c5f4b2c2bf8f1de7c8b54c6188b3d734d1c065b55afe1539d87f93cc0c2740e2a3f00a814a72554f36178a384e9f SHA512 92e116d3052738900916c60d52e75f8ad291204b1f8e2580f4c9581afb35a1284be00f58df997fe2715ed0522a90a5d89f3db24205f1fd10d13c6c1e023984d4 -MISC metadata.xml 249 BLAKE2B f7f8f071ecba933f3d39b0b60983281d59299b92de9375a60ab4109d7202800cb790bce0c426227f04b3e2624b1adb20876145741355abc6a4938b8b9698d144 SHA512 9a100fb26586365eda99724330a03a512f4d0be18d39c3a195ba02c2fc841edeee99d22512acf5a058a3b978d3a74f4d963a5aff9aa343b6cb4086cdfefe6343 diff --git a/media-sound/positron/metadata.xml b/media-sound/positron/metadata.xml deleted file mode 100644 index c870d0eef0ab..000000000000 --- a/media-sound/positron/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>sound@gentoo.org</email> - <name>Gentoo Sound project</name> -</maintainer> -</pkgmetadata> 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 -} |