Don't like ads? PRO users don't see any ads ;-)
Guest

dabbott

By: a guest on Jan 7th, 2010  |  syntax: Bash  |  size: 0.68 KB  |  hits: 822  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. # Copyright 1999-2009 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. # $Header: /var/cvsroot/gentoo-x86/dev-perl/SpeedyCGI/SpeedyCGI-2.22.ebuild,v 1.5 2009/11/26 12:36:42 flameeyes Exp $
  4.  
  5. inherit perl-module
  6.  
  7. DESCRIPTION="Speed up perl scripts by running them persistently"
  8. HOMEPAGE="http://daemoninc.com/SpeedyCGI/"
  9. SRC_URI="http://daemoninc.com/SpeedyCGI/CGI-${P}.tar.gz
  10.         http://oss.oetiker.ch/smokeping/pub/speedy-error.patch"
  11.  
  12. LICENSE="GPL-2"
  13. SLOT="0"
  14. KEYWORDS="~amd64 ~hppa ~sparc ~x86"
  15. IUSE=""
  16.  
  17. DEPEND="dev-lang/perl"
  18. RDEPEND="${DEPEND}"
  19.  
  20. S=${WORKDIR}/CGI-${P}
  21.  
  22. PATCHES=( "${FILESDIR}/${P}-5.10.patch" )
  23.  
  24. MAKEOPTS="${MAKEOPTS} -j1"