blob: 86636ebe58df8f89ba3a00bf142a5a95225e3560 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/palmtree/palmtree-0.0.6.ebuild,v 1.1 2007/08/30 01:49:49 nichoj Exp $
inherit ruby gems
USE_RUBY="ruby18"
DESCRIPTION="Assortment of Capistrano recipes for managing other aspects of your
Rails application such as ferret or backgroundrb servers. These recipes are
designed for the newly upcoming Capistrano 2.0 release."
HOMEPAGE="http://rubyforge.org/projects/palmtree/"
SRC_URI="http://gems.rubyforge.org/gems/${P}.gem"
LICENSE="MIT"
SLOT="1.2"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=">=dev-lang/ruby-1.8.5
>=dev-ruby/capistrano-1.99.1"
|