From d4d7098dcb2f9dd257109bbcb55fd40beda1b78d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 20 Dec 2022 19:52:06 +0000 Subject: gentoo auto-resync : 20:12:2022 - 19:52:06 --- media-sound/Manifest.gz | Bin 56882 -> 56409 bytes media-sound/marrie/Manifest | 4 --- media-sound/marrie/marrie-0.4.ebuild | 31 ----------------------- media-sound/marrie/marrie-9999.ebuild | 31 ----------------------- media-sound/marrie/metadata.xml | 14 ----------- media-sound/retrovol/Manifest | 3 --- media-sound/retrovol/metadata.xml | 8 ------ media-sound/retrovol/retrovol-0.13.ebuild | 31 ----------------------- media-sound/umix/Manifest | 4 --- media-sound/umix/files/umix-1.0.2-tinfo.patch | 18 -------------- media-sound/umix/metadata.xml | 11 --------- media-sound/umix/umix-1.0.2-r1.ebuild | 34 -------------------------- 12 files changed, 189 deletions(-) delete mode 100644 media-sound/marrie/Manifest delete mode 100644 media-sound/marrie/marrie-0.4.ebuild delete mode 100644 media-sound/marrie/marrie-9999.ebuild delete mode 100644 media-sound/marrie/metadata.xml delete mode 100644 media-sound/retrovol/Manifest delete mode 100644 media-sound/retrovol/metadata.xml delete mode 100644 media-sound/retrovol/retrovol-0.13.ebuild delete mode 100644 media-sound/umix/Manifest delete mode 100644 media-sound/umix/files/umix-1.0.2-tinfo.patch delete mode 100644 media-sound/umix/metadata.xml delete mode 100644 media-sound/umix/umix-1.0.2-r1.ebuild (limited to 'media-sound') diff --git a/media-sound/Manifest.gz b/media-sound/Manifest.gz index dae9e4f62c43..6637e81fb0c1 100644 Binary files a/media-sound/Manifest.gz and b/media-sound/Manifest.gz differ diff --git a/media-sound/marrie/Manifest b/media-sound/marrie/Manifest deleted file mode 100644 index 23ce828191dd..000000000000 --- a/media-sound/marrie/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST marrie-0.4.tar.gz 7775 BLAKE2B 7b68fbdfe35c7e72fe111b44bbabf4e60eb9f6211867184d1f3f7bc7b1c067f99223eea2dd3c7809f041d0a7b5ac80be360d3c14808605f3145b8d39a0a9c7fd SHA512 9ed8677729e7575519f130c1866923e7223dabf07c9c24b9e3f6a70cd5e1e56da2a5d1a34011b73d65c8d8fa4c962f65709883b9444d078d6439769d4afb644b -EBUILD marrie-0.4.ebuild 751 BLAKE2B 9e9fbb3e5de75847d714a0afa059ac5752e7dca7208c6d769ac665343d42dbc9bfd8b79456462310876151b5066568346f328373fa5506714af90172c91c9c46 SHA512 5531fd1469c0c05b5710aa403094b8011fe8df57e71c99dfa78cf80d6746bb49af2c534dbed0d165d60ac44e757ce029ff75b353b3e2a5460962dab309dd6809 -EBUILD marrie-9999.ebuild 751 BLAKE2B 9e9fbb3e5de75847d714a0afa059ac5752e7dca7208c6d769ac665343d42dbc9bfd8b79456462310876151b5066568346f328373fa5506714af90172c91c9c46 SHA512 5531fd1469c0c05b5710aa403094b8011fe8df57e71c99dfa78cf80d6746bb49af2c534dbed0d165d60ac44e757ce029ff75b353b3e2a5460962dab309dd6809 -MISC metadata.xml 480 BLAKE2B 3f4a1f38a5244e10a8b4798f12ec2c789b31cb77ea0aa894c593def6fb96d0acea07cd13f1ea4306f52e0eba9b76070c403662125d898554668488b29487c04f SHA512 1c64572582a5458b9473f86a925f9bec581d652564e7213a2af52eee6834e050e6ac62ee4617bb2aece28629e930a9c3f0dedada7f3e7be35640bfdaa5a73e35 diff --git a/media-sound/marrie/marrie-0.4.ebuild b/media-sound/marrie/marrie-0.4.ebuild deleted file mode 100644 index a1e727f450c9..000000000000 --- a/media-sound/marrie/marrie-0.4.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{7..9} ) -inherit distutils-r1 - -if [[ ${PV} == *9999 ]]; then - EGIT_REPO_URI="https://github.com/rafaelmartins/${PN}.git" - inherit git-r3 -else - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -DESCRIPTION="A simple podcast client that runs on the Command Line Interface" -HOMEPAGE="https://github.com/rafaelmartins/marrie" - -LICENSE="BSD" -SLOT="0" - -RDEPEND="dev-python/feedparser[${PYTHON_USEDEP}]" - -pkg_postinst() { - elog - elog "You'll need a media player and a file downloader." - elog "Recommended packages: net-misc/wget and media-video/mpv" - elog -} diff --git a/media-sound/marrie/marrie-9999.ebuild b/media-sound/marrie/marrie-9999.ebuild deleted file mode 100644 index a1e727f450c9..000000000000 --- a/media-sound/marrie/marrie-9999.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{7..9} ) -inherit distutils-r1 - -if [[ ${PV} == *9999 ]]; then - EGIT_REPO_URI="https://github.com/rafaelmartins/${PN}.git" - inherit git-r3 -else - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -DESCRIPTION="A simple podcast client that runs on the Command Line Interface" -HOMEPAGE="https://github.com/rafaelmartins/marrie" - -LICENSE="BSD" -SLOT="0" - -RDEPEND="dev-python/feedparser[${PYTHON_USEDEP}]" - -pkg_postinst() { - elog - elog "You'll need a media player and a file downloader." - elog "Recommended packages: net-misc/wget and media-video/mpv" - elog -} diff --git a/media-sound/marrie/metadata.xml b/media-sound/marrie/metadata.xml deleted file mode 100644 index 108795d613aa..000000000000 --- a/media-sound/marrie/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - rafael@rafaelmartins.eng.br - Rafael G. Martins - - mailto:rafael@rafaelmartins.eng.br - marrie - rafaelmartins/marrie - - diff --git a/media-sound/retrovol/Manifest b/media-sound/retrovol/Manifest deleted file mode 100644 index 1b22d52d66dd..000000000000 --- a/media-sound/retrovol/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST retrovol-0.13.tar.gz 210929 BLAKE2B 72b59cbae3b290ef32ed07bd80bacbd512d6594fa859df576505d8257529af93bb5135a8a843998d47e7a935411dd9541ac1747cf6b072f33f612c823a07e00c SHA512 a2e21ae70b1be7c824061a7118b331558dd27f5d93861d509ac03fd85856661555880ad592eb1fb4750eebeac7f1930aebc3c1f64b31ce6983b993098b509ce4 -EBUILD retrovol-0.13.ebuild 744 BLAKE2B ba5317dc706e7e1aed99a2c3adfebe7d1aabf4cabe86c57187d30989264e28adf61714ef658f410463c88cc3b6d494d90dbf51e6c38d736b0bc322854aff5826 SHA512 a7dded999ea42b3ea5dc5c5969aeef24adb45f343a8741f932bad5782df822d13b1cd79506276e01d579eaaaaa509aacda2f475d8d122a66d27357867071633b -MISC metadata.xml 260 BLAKE2B 9945ac40ee60ce67adf51840c3cc2d6d2743dffe4fd2ec965d300c709323f80eb5d35eaeb804414eebb2da1e954ee688067c05093b26499678de524b414ac4ec SHA512 e5b6a2a44cd2a4ea4fb1267eb8f635c079c022853443ad180ca12f2df84492f3ba34db45e4ff5e7e09262a74745f5c0aa04ebccd6f998cf19a6ea2ccd0627701 diff --git a/media-sound/retrovol/metadata.xml b/media-sound/retrovol/metadata.xml deleted file mode 100644 index cd1cfc033621..000000000000 --- a/media-sound/retrovol/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - sound@gentoo.org - Gentoo Sound project - - diff --git a/media-sound/retrovol/retrovol-0.13.ebuild b/media-sound/retrovol/retrovol-0.13.ebuild deleted file mode 100644 index e1956bda5b8a..000000000000 --- a/media-sound/retrovol/retrovol-0.13.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Systemtray volume mixer applet from PuppyLinux" -HOMEPAGE="http://puppylinux.org/wikka/Retrovol" -SRC_URI="http://www.browserloadofcoolness.com/software/puppy/PETget/${P}.tar.gz" - -LICENSE="GPL-3 LGPL-3 public-domain" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="nls" - -RDEPEND="x11-libs/gtk+:2" -DEPEND="${RDEPEND}" -BDEPEND=" - virtual/pkgconfig - nls? ( sys-devel/gettext )" - -src_configure() { - econf $(use_enable nls) -} - -pkg_postinst() { - echo - elog "You can find a sample configuration file at" - elog " ${EROOT}/usr/share/retrovol/dot.retrovolrc" - elog "To customize, copy it to ~/.retrovolrc and edit it as you like" - echo -} diff --git a/media-sound/umix/Manifest b/media-sound/umix/Manifest deleted file mode 100644 index 91f61ec61f70..000000000000 --- a/media-sound/umix/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -AUX umix-1.0.2-tinfo.patch 381 BLAKE2B b54721623167ae634b5e6e0243ffe9fb57c7af3f99236e23317163aa95926bf2c2a56b07eed1bdd228c7d92c21e0009dd5044e551e9d06bd3488bbb47a9666db SHA512 acd5f8c6a22ed857182fabba848b1718d1031cd6b7c15456e25f37387ed8cb6c354accd1e83781954c9beed88337889538dc1e38992a4ddadabc3077941c048e -DIST umix-1.0.2.tar.gz 225866 BLAKE2B 8ab2b3246440fcab64edea366dafd5d8f734c42483fd78410a1f884c2b046a27fdb6959023d6c537900c64409ad0f606e7d2c2e91f23bdd03dda61940ba7d29b SHA512 9e59a26c0b6cd60bbcfa715694ed58e023c119840080ccb46d9e6b17a9613fd42c1346233a5185d02ece77e3f3e456e18be25573fd34e2f265c5b0b3dc593468 -EBUILD umix-1.0.2-r1.ebuild 696 BLAKE2B b02e74f5fa273ec7079f48a5a444dfa0ec2ab25bcfe2374dd2200734ab8d68fa650216e0b9d31684a5ce6d10ec157b550667bf3b58d58b672f882fccc393aa64 SHA512 bcb80632c5e1a5995cc94dffefa936d8c5f2c8ee250a716d9953f008d5bc3df4450f1f9cb4632e0ffd415e9103cfc1d2e792947e0321405bf2f2c7ecd9e607c6 -MISC metadata.xml 328 BLAKE2B faedfc5b87c04ed01758d7e4b01fac7866cafcd7105a279b8ce0c249b5b0865ecb029d21107a26bac71370b5055749df9bed52ec14c69db175dc50e291a4dc96 SHA512 99160b436f67e9fc8a09efb53b30ca35f221d56fed48a0fb8bb7cec4c9b39c3ff9f2e458949d0532e21af546fca87dd5ce7ead743750d40e5bef156a1cd0998a diff --git a/media-sound/umix/files/umix-1.0.2-tinfo.patch b/media-sound/umix/files/umix-1.0.2-tinfo.patch deleted file mode 100644 index 65c0d7158375..000000000000 --- a/media-sound/umix/files/umix-1.0.2-tinfo.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- a/configure.in -+++ b/configure.in -@@ -89,6 +89,7 @@ - then - AC_CHECK_LIB(curses, initscr, NCURSLIB="curses", NCURSLIB="") - fi -+ AC_SEARCH_LIBS(stdscr,tinfo) - fi - if test "x$NCURSLIB" != "x" - then -@@ -97,6 +98,7 @@ - AC_DEFINE(HAVE_NCURSES) - LIBS="$LIBS -l$NCURSLIB" - umix_CONDOBJS="$umix_CONDOBJS ui_ncurses.o" -+ AC_SEARCH_LIBS(stdscr,tinfo) - else - have_ncurses="no" - fi diff --git a/media-sound/umix/metadata.xml b/media-sound/umix/metadata.xml deleted file mode 100644 index 861c10998372..000000000000 --- a/media-sound/umix/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - sound@gentoo.org - Gentoo Sound project - - - umix - - diff --git a/media-sound/umix/umix-1.0.2-r1.ebuild b/media-sound/umix/umix-1.0.2-r1.ebuild deleted file mode 100644 index dd633418564d..000000000000 --- a/media-sound/umix/umix-1.0.2-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -DESCRIPTION="Program for adjusting soundcard volumes" -HOMEPAGE="http://umix.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ppc sparc x86" -IUSE="ncurses oss" - -DEPEND="ncurses? ( >=sys-libs/ncurses-5.2:= )" -RDEPEND="${DEPEND}" - -DOCS=( AUTHORS ChangeLog NEWS README TODO ) - -PATCHES=( "${FILESDIR}"/${P}-tinfo.patch ) - -src_prepare() { - default - eautoreconf -} - -src_configure() { - local myconf - use ncurses || myconf="--disable-ncurses" - use oss || myconf="${myconf} --disable-oss" - econf ${myconf} -} -- cgit v1.2.3