diff options
author | Chris <[email protected]> | 2020-01-18 19:10:36 +0100 |
---|---|---|
committer | TDE Gitea <[email protected]> | 2020-01-18 23:18:46 +0000 |
commit | cc1ac24d4da2167f8d35239f7b9ecb3096adcba1 (patch) | |
tree | ae2ec4bbadf8bbabc55bb120e6f8b81f0a3a4c89 /trinity-apps/ksensors | |
parent | 59a5a64b42421e246b5b90bf0d944299346faa7e (diff) | |
download | tde-packaging-gentoo-cc1ac24d4da2167f8d35239f7b9ecb3096adcba1.tar.gz tde-packaging-gentoo-cc1ac24d4da2167f8d35239f7b9ecb3096adcba1.zip |
Live ebuilds: Port to EAPI7 and cleanup - Round 7.
This time: filelight, kdcop, kdf, kmix, knutclient,
konversation, ksensors, noatun-plugins,
tdegames-doc, tdeinit, tdepowersave,
tde-i18n, arts, libtdenetwork, atlantik,
kasteroids, katomic, kbackgammon,
kbattleship, kblackbox, kbounce,
kenolaba, kfouleggs, kgoldrunner,
kjumpingcube, klickety, klines,
kmahjongg, kmines, knetwalk, kolf,
konquest, kpat, kpoker, kreversi,
ksame, kshisen, ksirtet, ksmiletris,
ksnake, ksokoban, kspaceduel, ktron,
ktuberling, libtdegames, lskat, twin4,
akregator, kaddressbook, kgantt, kmobile,
knode, knotes, kontact, korganizer, ktnef,
libkcal, libkholidays, libkmime, libkpimexchange,
libkpimidentities, libtdepim and mimelib
Also: Move filelight to trinity-apps.
Fix tdegames-meta to use trinity-base.
Signed-off-by: Chris <[email protected]>
Diffstat (limited to 'trinity-apps/ksensors')
-rw-r--r-- | trinity-apps/ksensors/ksensors-9999.ebuild | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/trinity-apps/ksensors/ksensors-9999.ebuild b/trinity-apps/ksensors/ksensors-9999.ebuild index 50bea495..22a9ff54 100644 --- a/trinity-apps/ksensors/ksensors-9999.ebuild +++ b/trinity-apps/ksensors/ksensors-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 2020 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" +EAPI="7" TRINITY_MODULE_TYPE="applications" TRINITY_EXTRAGEAR_PACKAGING="yes" @@ -9,19 +9,15 @@ TRINITY_HANDBOOK="optional" TRINITY_LANGS="cs de en es fr nb nl pl sv" TRINITY_DOC_LANGS="en" -inherit trinity-base +inherit trinity-base-2 DESCRIPTION="A TDE GUI frontend to lm-sensors" HOMEPAGE="http://trinitydesktop.org/" -LICENSE="GPL-2 LGPL-2" +LICENSE="|| ( GPL-2 GPL-3 )" DEPEND="sys-apps/lm-sensors" RDEPEND="${DEPEND}" -need-trinity 14.0.0 +need-trinity 14.1.0 SLOT="${TRINITY_VER}" - -src_configure() { - trinity-base_src_configure -} |