diff options
author | Andreas Sturmlechner <[email protected]> | 2020-09-21 18:48:00 +0200 |
---|---|---|
committer | Andreas Sturmlechner <[email protected]> | 2020-09-22 02:13:34 +0200 |
commit | 7058d9793eee2ef69be1c2415fbda8d7d331f008 (patch) | |
tree | 9fd44fcf2f0a70ca69212473928823a1a9f28b99 /trinity-apps/amarok/amarok-9999.ebuild | |
parent | 0a7dd5542ef268f12ebddb49e67a63cc63023a5f (diff) | |
download | tde-packaging-gentoo-7058d9793eee2ef69be1c2415fbda8d7d331f008.tar.gz tde-packaging-gentoo-7058d9793eee2ef69be1c2415fbda8d7d331f008.zip |
trinity-apps/amarok: Add missing IUSE metadata, invalid Copyright
Style: Sort IUSE, DEPENDs
Note: media-libs/libkarma is still missing after this commit.
Signed-off-by: Andreas Sturmlechner <[email protected]>
Diffstat (limited to 'trinity-apps/amarok/amarok-9999.ebuild')
-rw-r--r-- | trinity-apps/amarok/amarok-9999.ebuild | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/trinity-apps/amarok/amarok-9999.ebuild b/trinity-apps/amarok/amarok-9999.ebuild index 103517b0..de326228 100644 --- a/trinity-apps/amarok/amarok-9999.ebuild +++ b/trinity-apps/amarok/amarok-9999.ebuild @@ -1,7 +1,9 @@ +# Copyright 1999-2020 Gentoo Authors # Copyright 2020 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 EAPI="7" + TRINITY_MODULE_TYPE="applications" TRINITY_EXTRAGEAR_PACKAGING="yes" @@ -13,15 +15,14 @@ TRINITY_LANGS="af ar az be bg bn br ca cs cy da de el en_GB eo es ss sv ta tg th tr uk uz uz@cyrillic zh_CN zh_TW" TRINITY_DOC_LANGS="da de es et fr it nl pl pt pt_BR ru sv" - inherit trinity-base-2 -DESCRIPTION="Advanced music player for TDE." +DESCRIPTION="Advanced music player for TDE" HOMEPAGE="https://trinitydesktop.org/" -LICENSE="|| ( GPL-2 GPL-3 )" need-trinity +LICENSE="|| ( GPL-2 GPL-3 )" SLOT="${TRINITY_VER}" # Notes about the ebuild: @@ -38,30 +39,30 @@ SLOT="${TRINITY_VER}" # # - Otherwise the ebuild should offer all what can be done with CMake at the moment. -IUSE+=" konqsidebar +xine ipod riokarma ifp njb mtp mp4 - inotify visualization amazon mysql postgres opengl akode" +IUSE="akode amazon ifp inotify ipod konqsidebar mp4 mtp mysql njb +opengl postgres riokarma visualization +xine" REQUIRED_USE="|| ( xine akode )" DEPEND+=" + dev-db/sqlite dev-lang/ruby:* media-libs/taglib - dev-db/sqlite - xine? ( <media-libs/xine-lib-1.2.10 ) akode? ( ~media-libs/akode-${PV} ) - mp4? ( media-libs/libmp4v2 ) - ipod? ( media-libs/libgpod ) - riokarma? ( media-libs/libkarma ) ifp? ( media-libs/libifp ) + ipod? ( media-libs/libgpod ) + mp4? ( media-libs/libmp4v2 ) + mtp? ( media-libs/libmtp ) + mysql? ( virtual/mysql ) njb? ( media-libs/libnjb ) opengl? ( virtual/opengl ) postgres? ( dev-db/postgresql ) - mtp? ( media-libs/libmtp ) - mysql? ( virtual/mysql ) + riokarma? ( media-libs/libkarma ) visualization? ( media-libs/libsdl media-plugins/libvisual-plugins ) + xine? ( <media-libs/xine-lib-1.2.10 ) " RDEPEND+=" ${DEPEND}" |