diff options
author | Chris <xchrisx@uber.space> | 2020-01-10 03:11:17 +0100 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2020-01-18 16:34:35 +0000 |
commit | 59a5a64b42421e246b5b90bf0d944299346faa7e (patch) | |
tree | 532903ae659fdf852560d006b8a2c680701f2cc1 /trinity-base/tdeaddons-meta | |
parent | 83310ab2e1e23459df24e5fab68d3b969e301450 (diff) | |
download | tde-packaging-gentoo-59a5a64b42421e246b5b90bf0d944299346faa7e.tar.gz tde-packaging-gentoo-59a5a64b42421e246b5b90bf0d944299346faa7e.zip |
Live ebuilds: Port to EAPI7 and cleanup - Round 6.
This time: tdeartwork-meta, tdeartwork-emoticons,
tdeartwork-icon-themes, tdeartwork-icewm-themes,
tdeartwork-tdescreensaver, tdeartwork-twin-styles,
tdeartwork-kworldclock, tdeartwork-sounds,
tdeartwork-styles, tdeartwork-wallpapers,
atlantikdesigner, tdeaddons-doc,
kaddressbook-plugins, kate-plugins,
kicker-applets, knewsticker-scripts,
konq-plugins, ksig, renamedlg-plugins,
tdeaddons-tdefile-plugins,
and tdeaddons-meta
Signed-off-by: Chris <xchrisx@uber.space>
Diffstat (limited to 'trinity-base/tdeaddons-meta')
-rw-r--r-- | trinity-base/tdeaddons-meta/tdeaddons-meta-9999.ebuild | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/trinity-base/tdeaddons-meta/tdeaddons-meta-9999.ebuild b/trinity-base/tdeaddons-meta/tdeaddons-meta-9999.ebuild index b620da55..7f8d86ae 100644 --- a/trinity-base/tdeaddons-meta/tdeaddons-meta-9999.ebuild +++ b/trinity-base/tdeaddons-meta/tdeaddons-meta-9999.ebuild @@ -1,30 +1,30 @@ # Copyright 1999-2016 Gentoo Foundation +# Copyright 2020 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" +EAPI="7" -inherit trinity-functions +inherit trinity-functions-2 set-trinityver DESCRIPTION="tdeaddons metapackage - merge this to pull in all tdeaddons-derived packages" HOMEPAGE="http://www.trinitydesktop.org/" -LICENSE="GPL-2 LGPL-2" +LICENSE="|| ( GPL-2 GPL-3 )" SLOT="${TRINITY_VER}" -IUSE="" -KEYWORDS= RDEPEND=" - >=trinity-apps/atlantikdesigner-${PV}:${SLOT} - >=trinity-base/tdeaddons-doc-${PV}:${SLOT} - >=trinity-base/kaddressbook-plugins-${PV}:${SLOT} - >=trinity-base/kate-plugins-${PV}:${SLOT} - >=trinity-base/kicker-applets-${PV}:${SLOT} - >=trinity-base/knewsticker-scripts-${PV}:${SLOT} - >=trinity-base/konq-plugins-${PV}:${SLOT} - >=trinity-base/ksig-${PV}:${SLOT} - >=trinity-base/renamedlg-plugins-${PV}:${SLOT} - >=trinity-base/tdeaddons-tdefile-plugins-${PV}:${SLOT} -" + =trinity-apps/atlantikdesigner-${PV} + =trinity-base/tdeaddons-doc-${PV} + =trinity-base/kaddressbook-plugins-${PV} + =trinity-base/kate-plugins-${PV} + =trinity-base/kicker-applets-${PV} + =trinity-base/knewsticker-scripts-${PV} + =trinity-base/konq-plugins-${PV} + =trinity-base/ksig-${PV} + =trinity-base/renamedlg-plugins-${PV} + =trinity-base/tdeaddons-tdefile-plugins-${PV}" + # trinity-base/noatun-plugins masked due to missing dependency: noatun +# But not long anymore.. :-)
\ No newline at end of file |