diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-11-14 22:59:17 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-11-29 23:10:16 +0100 |
commit | d55ba647926b122143bc5728a9fa50eb922ee034 (patch) | |
tree | 7fc6ef2587e5d38f3909299b52204f037ad19ef3 /trinity-base/tdegraphics-meta | |
parent | 1f488225a13b7ae1ec1691d82d87ec83da006bf7 (diff) | |
download | tde-packaging-gentoo-d55ba647926b122143bc5728a9fa50eb922ee034.tar.gz tde-packaging-gentoo-d55ba647926b122143bc5728a9fa50eb922ee034.zip |
trinity-base: 9999 metapackages: set SLOT="14", set LICENSE="metapackage"
This is in preparation of cleaning up some bits of trinity-functions-2.eclass.
trinity-functions-2.eclass and set-trinityver do not really serve a purpose
here. The eclass is not meant to be inherited from individual ebuilds, and
if there ever will be a new SLOT it is going to be trivial to bump it.
SLOT usage should be revisited however, and possibly reverted to "0".
Also sort dependencies.
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'trinity-base/tdegraphics-meta')
-rw-r--r-- | trinity-base/tdegraphics-meta/tdegraphics-meta-9999.ebuild | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/trinity-base/tdegraphics-meta/tdegraphics-meta-9999.ebuild b/trinity-base/tdegraphics-meta/tdegraphics-meta-9999.ebuild index 7287bd92..d8f2fb18 100644 --- a/trinity-base/tdegraphics-meta/tdegraphics-meta-9999.ebuild +++ b/trinity-base/tdegraphics-meta/tdegraphics-meta-9999.ebuild @@ -4,26 +4,19 @@ EAPI="7" -inherit trinity-functions-2 - -set-trinityver - DESCRIPTION="tdegraphics metapackage - merge this to pull in all tdegraphics-derived packages" HOMEPAGE="https://trinitydesktop.org/" -LICENSE="|| ( GPL-2 GPL-3 )" -SLOT="${TRINITY_VER}" +LICENSE="metapackage" +SLOT="14" RDEPEND=" ~trinity-base/kamera-${PV} ~trinity-base/kcoloredit-${PV} ~trinity-base/kdvi-${PV} ~trinity-base/kfax-${PV} - ~trinity-base/tdegraphics-tdefile-plugins-${PV} - ~trinity-base/tdegraphics-doc-${PV} ~trinity-base/kgamma-${PV} ~trinity-base/kghostview-${PV} - ~trinity-base/tdeiconedit-${PV} ~trinity-base/kmrml-${PV} ~trinity-base/kolourpaint-${PV} ~trinity-base/kooka-${PV} @@ -35,4 +28,8 @@ RDEPEND=" ~trinity-base/kuickshow-${PV} ~trinity-base/kview-${PV} ~trinity-base/kviewshell-${PV} - ~trinity-base/libkscan-${PV}" + ~trinity-base/libkscan-${PV} + ~trinity-base/tdegraphics-doc-${PV} + ~trinity-base/tdegraphics-tdefile-plugins-${PV} + ~trinity-base/tdeiconedit-${PV} +" |