summaryrefslogtreecommitdiff
path: root/media-sound/jack
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-09-02 14:09:07 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-09-02 14:09:07 +0100
commitb17a3ef12038de50228bade1f05502c74e135321 (patch)
tree9026dffec53f92cba48ca9a500a4f778e6304380 /media-sound/jack
parent3cf7c3ef441822c889356fd1812ebf2944a59851 (diff)
gentoo resync : 02.09.2020
Diffstat (limited to 'media-sound/jack')
-rw-r--r--media-sound/jack/Manifest6
-rw-r--r--media-sound/jack/files/jack-3.1.1-add-cddbserver-musicbrainz.patch15
-rw-r--r--media-sound/jack/files/jack-3.1.1-python26.patch12
-rw-r--r--media-sound/jack/files/jack-3.1.1-setup-and-cursesmodule.patch47
-rw-r--r--media-sound/jack/jack-3.1.1-r3.ebuild47
-rw-r--r--media-sound/jack/metadata.xml16
6 files changed, 0 insertions, 143 deletions
diff --git a/media-sound/jack/Manifest b/media-sound/jack/Manifest
deleted file mode 100644
index 338ba7824df8..000000000000
--- a/media-sound/jack/Manifest
+++ /dev/null
@@ -1,6 +0,0 @@
-AUX jack-3.1.1-add-cddbserver-musicbrainz.patch 403 BLAKE2B 573b751a757ac3783c4877e170026aba36eba977dee6a736cd1b54b1e8eadd8e064114830d13f5aafbee77f3e646948ce71d31d2cf8fd4a81b5049eaf6af683e SHA512 f51b287c03f3f2589aa9cebbba93ad460481e1a90f0b2e0fa72cd6cda240cae8bcf22aeb731d4d7934c438d4ddf0ed0ee51ff3bbf921d3a26dc0b51660776be3
-AUX jack-3.1.1-python26.patch 372 BLAKE2B 77a3cb9adbc63937685e272aa73ecba78b3bc1d245205b343c536de8217789969e5e61d8347a2387e2cf966ed38350cd8f574281eeec34a8f8c359e297db2ffe SHA512 0dd27deeba07774be22a97ac87361f77c1aefd77e4344059d599dab531d416d550f2ab6c6715235387e3f25248b0938520cc8216c85741a8120194d463204de1
-AUX jack-3.1.1-setup-and-cursesmodule.patch 1827 BLAKE2B af11707f5171b5b97ec307083526bc09b4d53a1fa2fdf2bec517b91e19b779a83b7b6e9417e2f48b21364bd34c6ba4cecf5445a15e4ac07d74bfb07b20ce9dc9 SHA512 eb2ad68ccf467495ebab9a9bbe3c5d4b84cfe6dbf167820fc89685ec02f8104046aea74d1031fa9bff10ba2755cfd1f00b044250dcef2d16b13aaf86c6db0044
-DIST jack-3.1.1.tar.gz 318119 BLAKE2B 20ab3aa16cf9f52e23fa9e11d0aea2c31d97afe546e7c199758363d579b99f39c5c864156e8727e04ef4d573ed5398c96916a19e69103bb0998e94526f475a1b SHA512 e34bec0ae89a7619e1f446d1259be06415f57697d1b925799d00554940b4cb6cb40eba9e6e7cf9f2f9eacddbed9fe7a9a48e395530c8a701be3979162a9379d7
-EBUILD jack-3.1.1-r3.ebuild 1137 BLAKE2B c0e64c8ee86ef15c3d59b1aad92071b4b398a6ca4366707915cbbe9c6295181419b2d28f41a7a47fa2d858d110f2cd8cc4c3125b8a46d305b4076755bc28b1ab SHA512 df1573d09fe049a48c5196f05aa1acb08f2983fa3abf4e196eb3f9c27886af67c17d64c248231f513eebcfc56ca42d0991803b55207ecfaba58103c2172b8c3a
-MISC metadata.xml 481 BLAKE2B 2bf3ebe03e9ab9b81437608a57cdae359c6afd2f083d19bb75a046fe0c2617e8fc7aa2d78d9ba7b190ac0f7749b71bb6498d12d95c6c62a3dd5c031d0a8af425 SHA512 da4b26c98824b1c2798f941ae95e0bcb4cdd6ef654dff4965d28b3fa8f3952a6162e028d793c9a9e9f866d74c22b3ed74cc99779efb84cd0eef5134c89dde8ac
diff --git a/media-sound/jack/files/jack-3.1.1-add-cddbserver-musicbrainz.patch b/media-sound/jack/files/jack-3.1.1-add-cddbserver-musicbrainz.patch
deleted file mode 100644
index 150c44090642..000000000000
--- a/media-sound/jack/files/jack-3.1.1-add-cddbserver-musicbrainz.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- a/jack_freedb.py
-+++ b/jack_freedb.py
-@@ -46,6 +46,12 @@
- 'mail': "freedb-submit@freedb.org",
- 'my_mail': "default"
- },
-+ 'musicbrainz': {
-+ 'host': "freedb.musicbrainz.org",
-+ 'id': prog_name + " " + prog_version,
-+ 'mail': "",
-+ 'my_mail': "default"
-+ },
- }
-
- def interpret_db_file(all_tracks, freedb_form_file, verb, dirs = 0, warn = None):
diff --git a/media-sound/jack/files/jack-3.1.1-python26.patch b/media-sound/jack/files/jack-3.1.1-python26.patch
deleted file mode 100644
index c3e0a0c9f856..000000000000
--- a/media-sound/jack/files/jack-3.1.1-python26.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/jack_functions.py
-+++ b/jack_functions.py
-@@ -219,9 +219,9 @@
- ff = blocks % CDDA_BLOCKS_PER_SECOND
- return mm, ss, ff, blocks
-
--def starts_with(str, with):
-- "checks whether str starts with with"
-- return str[0:len(with)] == with
-+def starts_with(str, withstr):
-+ "checks whether str starts with withstr"
-+ return str[0:len(withstr)] == withstr
diff --git a/media-sound/jack/files/jack-3.1.1-setup-and-cursesmodule.patch b/media-sound/jack/files/jack-3.1.1-setup-and-cursesmodule.patch
deleted file mode 100644
index d3e016289a81..000000000000
--- a/media-sound/jack/files/jack-3.1.1-setup-and-cursesmodule.patch
+++ /dev/null
@@ -1,47 +0,0 @@
---- a/jack_t_curses.py
-+++ b/jack_t_curses.py
-@@ -35,11 +35,9 @@
- try:
- from jack_curses import endwin, resizeterm, A_REVERSE, newwin, newpad, initscr, noecho, cbreak, echo, nocbreak
- except ImportError:
-- warning("jack_curses module not found, trying normal curses...")
-+ info("jack_curses module not found, using normal curses...")
- try:
-- from curses import endwin, A_REVERSE, newwin, newpad, initscr, noecho, cbreak, echo, nocbreak
-- def resizeterm(y, x):
-- pass
-+ from curses import endwin, resizeterm, A_REVERSE, newwin, newpad, initscr, noecho, cbreak, echo, nocbreak
- except ImportError:
- print "curses module not found or too old, please install it (see README)"
-
---- a/setup.py
-+++ b/setup.py
-@@ -2,7 +2,7 @@
-
- """Setup script for the jack module distribution."""
-
--from distutils.core import setup, Extension
-+from distutils.core import setup
-
- setup( # Distribution meta-data
- name = "jack",
-@@ -11,11 +11,7 @@
- author = "Arne Zellentin",
- author_email = "zarne@users.sf.net",
- url = "http://www.home.unix-ag.org/arne/jack/",
--
-- # Description of the modules and packages in the distribution
-- ext_modules = [ Extension('jack_cursesmodule',
-- ['cursesmodule/jack_cursesmodule.c'], libraries=["ncurses"],
-- extra_compile_args=["-Wno-strict-prototypes"]) ],
-+ scripts=['jack'],
-
- py_modules = [ 'jack_CDTime', 'jack_TOC', 'jack_TOCentry', 'jack_argv',
- 'jack_checkopts', 'jack_children', 'jack_config', 'jack_constants',
-@@ -26,6 +22,3 @@
- 'jack_ripstuff', 'jack_status', 'jack_t_curses', 'jack_t_dumb', 'jack_tag',
- 'jack_targets', 'jack_term', 'jack_utils', 'jack_version', 'jack_workers']
- )
--
--print "If you have installed the modules, copy jack to some place in your $PATH,"
--print "like /usr/local/bin/."
diff --git a/media-sound/jack/jack-3.1.1-r3.ebuild b/media-sound/jack/jack-3.1.1-r3.ebuild
deleted file mode 100644
index f1953b5662e6..000000000000
--- a/media-sound/jack/jack-3.1.1-r3.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="ncurses"
-DISTUTILS_SINGLE_IMPL=1
-
-inherit distutils-r1
-
-DESCRIPTION="A frontend for several cd-rippers and mp3 encoders"
-HOMEPAGE="http://www.home.unix-ag.org/arne/jack/"
-SRC_URI="http://www.home.unix-ag.org/arne/jack/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND="
- $(python_gen_cond_dep '
- dev-python/cddb-py[${PYTHON_MULTI_USEDEP}]
- dev-python/id3-py[${PYTHON_MULTI_USEDEP}]
- dev-python/pyid3lib[${PYTHON_MULTI_USEDEP}]
- dev-python/pyvorbis[${PYTHON_MULTI_USEDEP}]
- ')
- media-libs/flac
- media-sound/lame
- media-sound/cdparanoia"
-
-PATCHES=(
- "${FILESDIR}/${PN}-3.1.1-python26.patch"
- "${FILESDIR}/${PN}-3.1.1-setup-and-cursesmodule.patch"
- "${FILESDIR}/${PN}-3.1.1-add-cddbserver-musicbrainz.patch"
-)
-
-python_install_all() {
- insinto /etc
- newins example.etc.jackrc jackrc
-
- newman jack.man jack.1
-
- local DOCS=( README doc/ChangeLog doc/TODO )
- local HTML_DOCS=( doc/*.{html,css,gif} )
- distutils-r1_python_install_all
-}
diff --git a/media-sound/jack/metadata.xml b/media-sound/jack/metadata.xml
deleted file mode 100644
index e89252b7a39a..000000000000
--- a/media-sound/jack/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>martin.dummer@gmx.net</email>
- <name>Martin Dummer</name>
- </maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
- <maintainer type="project">
- <email>sound@gentoo.org</email>
- <name>Gentoo Sound project</name>
- </maintainer>
-</pkgmetadata>