mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
app-emacs/emms: minor style refactor
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
parent
16cb3a63e8
commit
b49f82758d
@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2024 Gentoo Authors
|
# Copyright 1999-2025 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
@ -11,21 +11,27 @@ HOMEPAGE="https://www.gnu.org/software/emms/
|
|||||||
|
|
||||||
if [[ "${PV}" == *9999* ]] ; then
|
if [[ "${PV}" == *9999* ]] ; then
|
||||||
inherit git-r3
|
inherit git-r3
|
||||||
EGIT_REPO_URI="https://git.savannah.gnu.org/git/emms.git"
|
|
||||||
|
EGIT_REPO_URI="https://git.savannah.gnu.org/git/emms"
|
||||||
else
|
else
|
||||||
SRC_URI="https://git.savannah.gnu.org/cgit/emms.git/snapshot/${P}.tar.gz"
|
SRC_URI="https://git.savannah.gnu.org/cgit/emms.git/snapshot/${P}.tar.gz"
|
||||||
|
|
||||||
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
|
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
LICENSE="GPL-3+ FDL-1.1+"
|
LICENSE="GPL-3+ FDL-1.1+"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
|
||||||
RDEPEND="media-libs/taglib:="
|
# NOTE: EMMS can use almost anything for playing media files therefore
|
||||||
DEPEND="${RDEPEND}"
|
# the dependency possibilities are so broad that we refrain from setting
|
||||||
|
# anything explicitly in DEPEND/RDEPEND.
|
||||||
|
|
||||||
# EMMS can use almost anything for playing media files therefore the dependency
|
RDEPEND="
|
||||||
# possibilities are so broad that we refrain from setting anything explicitly
|
media-libs/taglib:=
|
||||||
# in DEPEND/RDEPEND.
|
"
|
||||||
|
DEPEND="
|
||||||
|
${RDEPEND}
|
||||||
|
"
|
||||||
|
|
||||||
DOCS=( AUTHORS NEWS README )
|
DOCS=( AUTHORS NEWS README )
|
||||||
SITEFILE="50${PN}-gentoo.el"
|
SITEFILE="50${PN}-gentoo.el"
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2024 Gentoo Authors
|
# Copyright 1999-2025 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
@ -11,21 +11,27 @@ HOMEPAGE="https://www.gnu.org/software/emms/
|
|||||||
|
|
||||||
if [[ "${PV}" == *9999* ]] ; then
|
if [[ "${PV}" == *9999* ]] ; then
|
||||||
inherit git-r3
|
inherit git-r3
|
||||||
EGIT_REPO_URI="https://git.savannah.gnu.org/git/emms.git"
|
|
||||||
|
EGIT_REPO_URI="https://git.savannah.gnu.org/git/emms"
|
||||||
else
|
else
|
||||||
SRC_URI="https://git.savannah.gnu.org/cgit/emms.git/snapshot/${P}.tar.gz"
|
SRC_URI="https://git.savannah.gnu.org/cgit/emms.git/snapshot/${P}.tar.gz"
|
||||||
|
|
||||||
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
|
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
LICENSE="GPL-3+ FDL-1.1+"
|
LICENSE="GPL-3+ FDL-1.1+"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
|
||||||
RDEPEND="media-libs/taglib:="
|
# NOTE: EMMS can use almost anything for playing media files therefore
|
||||||
DEPEND="${RDEPEND}"
|
# the dependency possibilities are so broad that we refrain from setting
|
||||||
|
# anything explicitly in DEPEND/RDEPEND.
|
||||||
|
|
||||||
# EMMS can use almost anything for playing media files therefore the dependency
|
RDEPEND="
|
||||||
# possibilities are so broad that we refrain from setting anything explicitly
|
media-libs/taglib:=
|
||||||
# in DEPEND/RDEPEND.
|
"
|
||||||
|
DEPEND="
|
||||||
|
${RDEPEND}
|
||||||
|
"
|
||||||
|
|
||||||
DOCS=( AUTHORS NEWS README )
|
DOCS=( AUTHORS NEWS README )
|
||||||
SITEFILE="50${PN}-gentoo.el"
|
SITEFILE="50${PN}-gentoo.el"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user