diff options
Diffstat (limited to 'gnustep-libs/performance/performance-0.5.0.ebuild')
-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 |