diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-09-19 20:05:11 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2023-09-19 22:48:52 +0200 |
commit | 0b59b429a428892b44199bc626f9acfae0084b82 (patch) | |
tree | d38a387ffdc2205368eab2fb63806805739cbff4 /gnustep-libs | |
parent | gnustep-libs/pantomime: fix LICENSE, use HTTPS (diff) | |
download | gentoo-0b59b429a428892b44199bc626f9acfae0084b82.tar.gz gentoo-0b59b429a428892b44199bc626f9acfae0084b82.tar.bz2 gentoo-0b59b429a428892b44199bc626f9acfae0084b82.zip |
gnustep-libs/performance: EAPI8 bump, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'gnustep-libs')
-rw-r--r-- | gnustep-libs/performance/performance-0.5.0.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gnustep-libs/performance/performance-0.5.0.ebuild b/gnustep-libs/performance/performance-0.5.0.ebuild index 5f6bcc8b2665..0f42ec545fcb 100644 --- a/gnustep-libs/performance/performance-0.5.0.ebuild +++ b/gnustep-libs/performance/performance-0.5.0.ebuild @@ -1,20 +1,20 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 + inherit gnustep-2 MY_P=${P/p/P} DESCRIPTION="Help improve the performance of GNUstep applications" -HOMEPAGE="http://wiki.gnustep.org/index.php/Performance" +HOMEPAGE="https://github.com/gnustep/libs-performance" SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/libs/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" KEYWORDS="~amd64 ~ppc ~x86" -LICENSE="LGPL-3" +LICENSE="LGPL-3+" SLOT="0" -S=${WORKDIR}/${MY_P} - src_prepare() { if ! use doc; then # Remove doc target |