diff options
Diffstat (limited to 'gnustep-libs/performance/performance-0.4.0.ebuild')
-rw-r--r-- | gnustep-libs/performance/performance-0.4.0.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/gnustep-libs/performance/performance-0.4.0.ebuild b/gnustep-libs/performance/performance-0.4.0.ebuild deleted file mode 100644 index 4bd8c37c268..00000000000 --- a/gnustep-libs/performance/performance-0.4.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit gnustep-2 - -MY_P=${P/p/P} -DESCRIPTION="Help improve the performance of GNUstep applications" -HOMEPAGE="http://wiki.gnustep.org/index.php/Performance" -SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/libs/${MY_P}.tar.gz" - -KEYWORDS="~amd64 ~ppc ~x86" -LICENSE="LGPL-3" -SLOT="0" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - if ! use doc; then - # Remove doc target - sed -i -e '/documentation\.make/d' GNUmakefile \ - || die "doc sed failed" - fi -} |