diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /media-sound/pulseaudio-ctl | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'media-sound/pulseaudio-ctl')
| -rw-r--r-- | media-sound/pulseaudio-ctl/Manifest | 1 | ||||
| -rw-r--r-- | media-sound/pulseaudio-ctl/metadata.xml | 11 | ||||
| -rw-r--r-- | media-sound/pulseaudio-ctl/pulseaudio-ctl-1.70-r1.ebuild | 31 |
3 files changed, 0 insertions, 43 deletions
diff --git a/media-sound/pulseaudio-ctl/Manifest b/media-sound/pulseaudio-ctl/Manifest deleted file mode 100644 index 6b48e403cc60..000000000000 --- a/media-sound/pulseaudio-ctl/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pulseaudio-ctl-1.70.tar.gz 6513 BLAKE2B bd752c42a6ec7c205112637a11e2abae1474b2bcb43f09fa46439b1509c816e8baadd547868821f495f79acf9606bc913ee8664286f181357e264ffa3cdf60f9 SHA512 59ec5f3da3021fd79ba33d9934c6dde9eebdfcc5e7651355b69c54e13cf6525d741a68780c6dc5c871ad108a261334657f7f25306e59fc6142912e2ff2278cb7 diff --git a/media-sound/pulseaudio-ctl/metadata.xml b/media-sound/pulseaudio-ctl/metadata.xml deleted file mode 100644 index f1e48858f71c..000000000000 --- a/media-sound/pulseaudio-ctl/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>mgorny@gentoo.org</email> - <name>Michał Górny</name> - </maintainer> - <upstream> - <remote-id type="github">graysky2/pulseaudio-ctl</remote-id> - </upstream> -</pkgmetadata> diff --git a/media-sound/pulseaudio-ctl/pulseaudio-ctl-1.70-r1.ebuild b/media-sound/pulseaudio-ctl/pulseaudio-ctl-1.70-r1.ebuild deleted file mode 100644 index 8dd78c128e8c..000000000000 --- a/media-sound/pulseaudio-ctl/pulseaudio-ctl-1.70-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 2019-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="CLI utility to control PulseAudio volume" -HOMEPAGE="https://github.com/graysky2/pulseaudio-ctl" -SRC_URI=" - https://github.com/graysky2/pulseaudio-ctl/archive/v${PV}.tar.gz - -> ${P}.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~riscv ~x86" - -# Optional runtime deps: dbus-send for KDE OSD, notify-send for libnotify -# in both cases they should be already present if DE supports them -RDEPEND=" - || ( - ( - media-libs/libpulse - media-sound/pulseaudio-daemon - ) - media-sound/pulseaudio[daemon(+)] - ) -" - -src_install() { - emake install PREFIX="${EPREFIX}/usr" DESTDIR="${D}" -} |
