summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-12-12 17:02:50 +0100
committerDavid Seifert <soap@gentoo.org>2019-12-12 17:02:50 +0100
commita234faf3807f5b71d042a11d347eab7c09934c22 (patch)
tree396ff3729f838ad0977bdd955f661f86727d65c8 /media-sound/tudor-volumed/tudor-volumed-0_pre20110427.ebuild
parentmedia-sound/vlevel: Port to EAPI 7 (diff)
downloadgentoo-a234faf3807f5b71d042a11d347eab7c09934c22.tar.gz
gentoo-a234faf3807f5b71d042a11d347eab7c09934c22.tar.bz2
gentoo-a234faf3807f5b71d042a11d347eab7c09934c22.zip
media-sound/tudor-volumed: 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/tudor-volumed/tudor-volumed-0_pre20110427.ebuild')
-rw-r--r--media-sound/tudor-volumed/tudor-volumed-0_pre20110427.ebuild18
1 files changed, 8 insertions, 10 deletions
diff --git a/media-sound/tudor-volumed/tudor-volumed-0_pre20110427.ebuild b/media-sound/tudor-volumed/tudor-volumed-0_pre20110427.ebuild
index 4a36941b17d5..aa7e1f4e018b 100644
--- a/media-sound/tudor-volumed/tudor-volumed-0_pre20110427.ebuild
+++ b/media-sound/tudor-volumed/tudor-volumed-0_pre20110427.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=4
+EAPI=7
-inherit eutils vcs-snapshot
+inherit toolchain-funcs vcs-snapshot
DESCRIPTION="Lightweight, desktop environment agnostic volume management daemon"
HOMEPAGE="https://github.com/darvid/tudor-volumed"
@@ -12,19 +12,17 @@ SRC_URI="https://github.com/darvid/${PN}/tarball/7fc04cb2fb71e6f8815ddd87fd7ef5d
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE=""
-RDEPEND="media-libs/alsa-lib
+RDEPEND="
+ media-libs/alsa-lib:=
x11-libs/libX11"
DEPEND="${RDEPEND}
x11-base/xorg-proto"
-pkg_setup() {
- tc-export CXX
-}
+PATCHES=( "${FILESDIR}"/${P}-build.patch )
-src_prepare() {
- epatch "${FILESDIR}"/${P}-build.patch
+src_configure() {
+ tc-export CXX
}
src_install() {