blob: 6a5ad21defa735552d5f1686c3ab7c0ed82410f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/vlad/vlad-1.4.0.ebuild,v 1.1 2009/07/21 08:09:13 graaff Exp $
inherit gems
DESCRIPTION="Pragmatic application deployment automation, without mercy."
HOMEPAGE="http://rubyhitsquad.com/Vlad_the_Deployer.html"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
USE_RUBY="ruby18"
DEPEND="dev-ruby/open4
>=dev-ruby/rake-0.8.1"
RDEPEND="${DEPEND}"
|