diff options
author | David Seifert <soap@gentoo.org> | 2019-12-11 00:49:02 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-12-11 00:49:02 +0100 |
commit | 760ac716c30ded6cb066786f61406529845acf15 (patch) | |
tree | 1f13a4b18cd46f273ca0385f1b2c4f96e809c7d9 /media-sound/volumeicon/volumeicon-0.4.6.ebuild | |
parent | media-sound/ttaenc: Port to EAPI 7 (diff) | |
download | gentoo-760ac716c30ded6cb066786f61406529845acf15.tar.gz gentoo-760ac716c30ded6cb066786f61406529845acf15.tar.bz2 gentoo-760ac716c30ded6cb066786f61406529845acf15.zip |
media-sound/volumeicon: Port to EAPI 7
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-sound/volumeicon/volumeicon-0.4.6.ebuild')
-rw-r--r-- | media-sound/volumeicon/volumeicon-0.4.6.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/media-sound/volumeicon/volumeicon-0.4.6.ebuild b/media-sound/volumeicon/volumeicon-0.4.6.ebuild deleted file mode 100644 index 9abb83f16dcc..000000000000 --- a/media-sound/volumeicon/volumeicon-0.4.6.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 -inherit eutils - -DESCRIPTION="A lightweight volume control that sits in your systray" -HOMEPAGE="http://softwarebakery.com/maato/volumeicon.html" -SRC_URI="http://softwarebakery.com/maato/files/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="libnotify" - -RDEPEND=">=dev-libs/glib-2 - media-libs/alsa-lib - >=x11-libs/gtk+-2.16:2 - x11-libs/libX11 - libnotify? ( >=x11-libs/libnotify-0.7 )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -DOCS=( AUTHORS ChangeLog ) - -src_prepare() { - epatch "${FILESDIR}"/${P}-glib-2.31.patch -} - -src_configure() { - # --enable-oss --with-oss-include-path=/usr/include/sys #419891 - econf $(use_enable libnotify notify) -} |