diff options
author | Chris <xchrisx@uber.space> | 2020-03-21 20:37:50 +0100 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2020-03-21 19:47:54 +0000 |
commit | 79fb4ca498e728dde08f38437609c12117ca42b3 (patch) | |
tree | 53791e91810140211e8a785ce300b72bf756fce6 /media-libs | |
parent | 9ba36669dd0dbd993be743729c1e7fc20b3a4f77 (diff) | |
download | tde-packaging-gentoo-79fb4ca498e728dde08f38437609c12117ca42b3.tar.gz tde-packaging-gentoo-79fb4ca498e728dde08f38437609c12117ca42b3.zip |
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>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/jasper/jasper-2.0.16.ebuild | 3 | ||||
-rw-r--r-- | media-libs/jasper/jasper-9999.ebuild | 3 | ||||
-rw-r--r-- | media-libs/lcms/lcms-1.19-r1.ebuild | 1 | ||||
-rw-r--r-- | media-libs/libart_lgpl/libart_lgpl-2.3.21-r2.ebuild | 3 |
4 files changed, 6 insertions, 4 deletions
diff --git a/media-libs/jasper/jasper-2.0.16.ebuild b/media-libs/jasper/jasper-2.0.16.ebuild index e38d99a4..977379c6 100644 --- a/media-libs/jasper/jasper-2.0.16.ebuild +++ b/media-libs/jasper/jasper-2.0.16.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2019 Gentoo Authors +# Copyright 2020 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI="7" inherit cmake-multilib diff --git a/media-libs/jasper/jasper-9999.ebuild b/media-libs/jasper/jasper-9999.ebuild index e38d99a4..977379c6 100644 --- a/media-libs/jasper/jasper-9999.ebuild +++ b/media-libs/jasper/jasper-9999.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2019 Gentoo Authors +# Copyright 2020 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI="7" inherit cmake-multilib diff --git a/media-libs/lcms/lcms-1.19-r1.ebuild b/media-libs/lcms/lcms-1.19-r1.ebuild index df23b949..2446b575 100644 --- a/media-libs/lcms/lcms-1.19-r1.ebuild +++ b/media-libs/lcms/lcms-1.19-r1.ebuild @@ -1,4 +1,5 @@ # Copyright 1999-2017 Gentoo Foundation +# Copyright 2020 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 EAPI="6" diff --git a/media-libs/libart_lgpl/libart_lgpl-2.3.21-r2.ebuild b/media-libs/libart_lgpl/libart_lgpl-2.3.21-r2.ebuild index adad2d74..88f09f2f 100644 --- a/media-libs/libart_lgpl/libart_lgpl-2.3.21-r2.ebuild +++ b/media-libs/libart_lgpl/libart_lgpl-2.3.21-r2.ebuild @@ -1,4 +1,5 @@ # Copyright 1999-2017 Gentoo Foundation +# Copyright 2020 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -13,9 +14,7 @@ HOMEPAGE="http://www.levien.com/libart" LICENSE="LGPL-2.1" 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" -IUSE="" -RDEPEND="" DEPEND="virtual/pkgconfig" # The provided tests are interactive only |