Cosmetical fixes of the ebuilds.

- Always set EAPI in quotes. (allowed style by the documentation)
- Call `need-trinity` after depends. (otherwise there is no point)
- Call `need-trinity` without version for live ebuilds. (eclass does it)
- Remove `offer-hiddensibility` call. (until now)
- Add missing copyrights.
- Remove empty vars.

Signed-off-by: Chris <xchrisx@uber.space>
pull/63/head
Chris 4 years ago committed by TDE Gitea
parent 9ba36669dd
commit 79fb4ca498

@ -15,7 +15,7 @@ SLOT="0"
DEPEND="sys-apps/dbus DEPEND="sys-apps/dbus
=dev-tqt/tqtinterface-${PV}" =dev-tqt/tqtinterface-${PV}"
RDEPEND="$DEPEND" RDEPEND="${DEPEND}"
src_configure() { src_configure() {
cmake-utils_src_configure cmake-utils_src_configure

@ -15,7 +15,7 @@ SLOT="0"
DEPEND="sys-apps/dbus DEPEND="sys-apps/dbus
=dev-tqt/tqtinterface-${PV}" =dev-tqt/tqtinterface-${PV}"
RDEPEND="$DEPEND" RDEPEND="${DEPEND}"
src_configure() { src_configure() {
cmake-utils_src_configure cmake-utils_src_configure

@ -1,7 +1,8 @@
# Copyright 1999-2017 Gentoo Foundation # Copyright 1999-2017 Gentoo Foundation
# Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI="7"
inherit eutils git-r3 toolchain-funcs inherit eutils git-r3 toolchain-funcs

@ -1,7 +1,8 @@
# Copyright 1999-2019 Gentoo Authors # Copyright 1999-2019 Gentoo Authors
# Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI="7"
inherit cmake-multilib inherit cmake-multilib

@ -1,7 +1,8 @@
# Copyright 1999-2019 Gentoo Authors # Copyright 1999-2019 Gentoo Authors
# Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI="7"
inherit cmake-multilib inherit cmake-multilib

@ -1,4 +1,5 @@
# Copyright 1999-2017 Gentoo Foundation # Copyright 1999-2017 Gentoo Foundation
# Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="6" EAPI="6"

@ -1,4 +1,5 @@
# Copyright 1999-2017 Gentoo Foundation # Copyright 1999-2017 Gentoo Foundation
# Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="5" EAPI="5"
@ -13,9 +14,7 @@ HOMEPAGE="http://www.levien.com/libart"
LICENSE="LGPL-2.1" LICENSE="LGPL-2.1"
SLOT="0" SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE=""
RDEPEND=""
DEPEND="virtual/pkgconfig" DEPEND="virtual/pkgconfig"
# The provided tests are interactive only # The provided tests are interactive only

@ -1,5 +1,6 @@
# Copyright 2020 The Trinity Desktop Project # Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications" TRINITY_MODULE_TYPE="applications"
@ -19,7 +20,7 @@ DESCRIPTION="Advanced music player for TDE."
HOMEPAGE="http://trinitydesktop.org/" HOMEPAGE="http://trinitydesktop.org/"
LICENSE="|| ( GPL-2 GPL-3 )" LICENSE="|| ( GPL-2 GPL-3 )"
need-trinity 14.1.0 need-trinity
SLOT="${TRINITY_VER}" SLOT="${TRINITY_VER}"

@ -16,6 +16,6 @@ DESCRIPTION="Visualise disk usage with interactive map of concentric, segmented
HOMEPAGE="http://trinitydesktop.org/" HOMEPAGE="http://trinitydesktop.org/"
LICENSE="|| ( GPL-2 GPL-3 )" LICENSE="|| ( GPL-2 GPL-3 )"
need-trinity 14.1.0 need-trinity
SLOT="${TRINITY_VER}" SLOT="${TRINITY_VER}"

@ -18,8 +18,6 @@ LICENSE="|| ( GPL-2 GPL-3 )"
need-trinity need-trinity
offer-hiddenvisibility yes
SLOT="${TRINITY_VER}" SLOT="${TRINITY_VER}"
IUSE+=" dvb dpms gstreamer xinerama vorbis encode xcb" IUSE+=" dvb dpms gstreamer xinerama vorbis encode xcb"

@ -13,6 +13,6 @@ DESCRIPTION="A small CPU meter for Kicker"
HOMEPAGE="http://trinitydesktop.org/" HOMEPAGE="http://trinitydesktop.org/"
LICENSE="|| ( GPL-2 GPL-3 )" LICENSE="|| ( GPL-2 GPL-3 )"
need-trinity 14.1.0 need-trinity
SLOT="${TRINITY_VER}" SLOT="${TRINITY_VER}"

@ -19,7 +19,7 @@ LICENSE="|| ( GPL-2 GPL-3 )"
RDEPEND="=trinity-base/kcontrol-${PV} RDEPEND="=trinity-base/kcontrol-${PV}
app-backup/rdiff-backup" app-backup/rdiff-backup"
need-trinity 14.1.0 need-trinity
SLOT="${TRINITY_VER}" SLOT="${TRINITY_VER}"

@ -15,12 +15,12 @@ DESCRIPTION="A Kicker monitoring applet"
HOMEPAGE="http://trinitydesktop.org/" HOMEPAGE="http://trinitydesktop.org/"
LICENSE="|| ( GPL-2 GPL-3 )" LICENSE="|| ( GPL-2 GPL-3 )"
need-trinity 14.1.0 need-trinity
SLOT="${TRINITY_VER}" SLOT="${TRINITY_VER}"
# NVControl support needs the nvidia-settings package, # NVControl support needs the nvidia-settings package,
# which isn't in the portage tree anymore. So if there # which isn't in the Portage tree anymore. So if there
# is interest, it could be imported to the overlay maybe. # is interest, it could be imported to the overlay maybe.
src_configure() { src_configure() {

@ -17,6 +17,6 @@ DESCRIPTION="A network meter for Kicker"
HOMEPAGE="http://trinitydesktop.org/" HOMEPAGE="http://trinitydesktop.org/"
LICENSE="|| ( GPL-2 GPL-3 )" LICENSE="|| ( GPL-2 GPL-3 )"
need-trinity 14.1.0 need-trinity
SLOT="${TRINITY_VER}" SLOT="${TRINITY_VER}"

@ -15,6 +15,6 @@ DESCRIPTION="A TDE GUI client for UPS system NUT"
HOMEPAGE="http://trinitydesktop.org/" HOMEPAGE="http://trinitydesktop.org/"
LICENSE="|| ( GPL-2 GPL-3 )" LICENSE="|| ( GPL-2 GPL-3 )"
need-trinity 14.1.0 need-trinity
SLOT="${TRINITY_VER}" SLOT="${TRINITY_VER}"

@ -16,7 +16,7 @@ DESCRIPTION="A user friendly IRC Client for Trinity"
HOMEPAGE="http://trinitydesktop.org/" HOMEPAGE="http://trinitydesktop.org/"
LICENSE="|| ( GPL-2 GPL-3 )" LICENSE="|| ( GPL-2 GPL-3 )"
need-trinity 14.1.0 need-trinity
SLOT="${TRINITY_VER}" SLOT="${TRINITY_VER}"
IUSE="xscreensaver" IUSE="xscreensaver"

@ -22,6 +22,6 @@ LICENSE="|| ( GPL-2 GPL-3 )"
DEPEND="media-video/mplayer" DEPEND="media-video/mplayer"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
need-trinity 14.1.0 need-trinity
SLOT="${TRINITY_VER}" SLOT="${TRINITY_VER}"

@ -16,7 +16,7 @@ DESCRIPTION="A powerful batch file renamer for TDE"
HOMEPAGE="http://trinitydesktop.org/" HOMEPAGE="http://trinitydesktop.org/"
LICENSE="|| ( GPL-2 GPL-3 )" LICENSE="|| ( GPL-2 GPL-3 )"
need-trinity 14.1.0 need-trinity
SLOT="${TRINITY_VER}" SLOT="${TRINITY_VER}"

@ -18,6 +18,6 @@ LICENSE="|| ( GPL-2 GPL-3 )"
DEPEND="sys-apps/lm-sensors" DEPEND="sys-apps/lm-sensors"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
need-trinity 14.1.0 need-trinity
SLOT="${TRINITY_VER}" SLOT="${TRINITY_VER}"

@ -18,10 +18,6 @@ DESCRIPTION="A graphical shutdown utility for TDE"
HOMEPAGE="http://trinitydesktop.org/" HOMEPAGE="http://trinitydesktop.org/"
LICENSE="|| ( GPL-2 GPL-3 )" LICENSE="|| ( GPL-2 GPL-3 )"
need-trinity 14.1.0
SLOT="${TRINITY_VER}"
IUSE="extras" IUSE="extras"
RDEPEND=" RDEPEND="
@ -29,6 +25,10 @@ RDEPEND="
=trinity-base/kcontrol-${PV} =trinity-base/kcontrol-${PV}
=trinity-base/kdialog-${PV}" =trinity-base/kdialog-${PV}"
need-trinity
SLOT="${TRINITY_VER}"
src_configure() { src_configure() {
mycmakeargs=( mycmakeargs=(
-DBUILD_EXTRAS="$(usex extras)" -DBUILD_EXTRAS="$(usex extras)"

@ -21,6 +21,6 @@ DEPEND="x11-libs/libXScrnSaver
=dev-libs/dbus-1-tqt-${PV}" =dev-libs/dbus-1-tqt-${PV}"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
need-trinity 14.1.0 need-trinity
SLOT="${TRINITY_VER}" SLOT="${TRINITY_VER}"

@ -16,7 +16,7 @@ DESCRIPTION="A Quake-style terminal emulator for TDE"
HOMEPAGE="http://trinitydesktop.org/" HOMEPAGE="http://trinitydesktop.org/"
LICENSE="|| ( GPL-2 GPL-3 )" LICENSE="|| ( GPL-2 GPL-3 )"
need-trinity 14.1.0 need-trinity
SLOT="${TRINITY_VER}" SLOT="${TRINITY_VER}"

@ -2,7 +2,7 @@
# Copyright 2020 The Trinity Desktop Project # Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI="7"
inherit autotools inherit autotools

Loading…
Cancel
Save