diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-03-20 21:27:25 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-03-20 23:05:05 +0100 |
commit | d05ab6438ad39554d3bcde939bc29f13f2fbaebf (patch) | |
tree | 9bec7a63129872a98f465f093fc0bbc3398f2a5d /media-sound | |
parent | dev-util/cmake: Drop 3.16.4 (diff) | |
download | gentoo-d05ab6438ad39554d3bcde939bc29f13f2fbaebf.tar.gz gentoo-d05ab6438ad39554d3bcde939bc29f13f2fbaebf.tar.bz2 gentoo-d05ab6438ad39554d3bcde939bc29f13f2fbaebf.zip |
media-sound/volti: Remove last-rited package
Closes: https://bugs.gentoo.org/626374
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/volti/Manifest | 1 | ||||
-rw-r--r-- | media-sound/volti/metadata.xml | 12 | ||||
-rw-r--r-- | media-sound/volti/volti-0.2.3-r1.ebuild | 26 |
3 files changed, 0 insertions, 39 deletions
diff --git a/media-sound/volti/Manifest b/media-sound/volti/Manifest deleted file mode 100644 index e06539e5e53c..000000000000 --- a/media-sound/volti/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST volti-0.2.3.tar.gz 164833 BLAKE2B 09b3d30479a2c77a51dc2247b940e78256958657f60997c8a4bd740fac247520b2afffa881ee34fab6aad7d94b0498d20b2dad3d71d239b4f3baf9e6306e3bb9 SHA512 a2af2ad8c5475e6c2a08e5382748e7b5ed64130c6ac988afc8800ec505abf80ef1f73b3506ad4de2fc5177968aee806b779d0f0924ee92b1b734cf662f4266a3 diff --git a/media-sound/volti/metadata.xml b/media-sound/volti/metadata.xml deleted file mode 100644 index 921e2b3a5536..000000000000 --- a/media-sound/volti/metadata.xml +++ /dev/null @@ -1,12 +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> - <upstream> - <remote-id type="google-code">volti</remote-id> - <remote-id type="github">gen2brain/volti</remote-id> - </upstream> -</pkgmetadata> diff --git a/media-sound/volti/volti-0.2.3-r1.ebuild b/media-sound/volti/volti-0.2.3-r1.ebuild deleted file mode 100644 index a84d6b68eb81..000000000000 --- a/media-sound/volti/volti-0.2.3-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="GTK+ application for controlling audio volume from system tray/notification area" -HOMEPAGE="https://github.com/gen2brain/volti" -SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="libnotify X" - -RDEPEND=">=dev-python/pygtk-2.16 - >=dev-python/pyalsaaudio-0.7-r1 - dev-python/dbus-python - X? ( >=dev-python/python-xlib-0.15_rc1 ) - libnotify? ( x11-libs/libnotify )" -DEPEND="" - -DOCS=( AUTHORS ChangeLog README ) |