Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 178494
Collapse All | Expand All

(-)/usr/portage/dev-ruby/camping/camping-1.5.ebuild (-6 / +8 lines)
Lines 1-21 Link Here
1
# Copyright 1999-2006 Gentoo Foundation
1
# Copyright 1999-2006 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/camping/camping-1.4.2.ebuild,v 1.1 2006/04/17 23:11:58 caleb Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/camping/camping-1.5.ebuild,v 1.3 2007/03/05 03:22:50 tgall Exp $
4
4
5
inherit ruby gems
5
inherit ruby gems
6
6
7
USE_RUBY="ruby18"
7
USE_RUBY="ruby18"
8
SRC_URI="http://gems.rubyforge.org/gems/${P}.gem"
8
9
DESCRIPTION="A web microframework inspired by Ruby on Rails."
10
HOMEPAGE="http://code.whytheluckystiff.net/camping/"
11
SRC_URI="http://rubyforge.org/frs/download.php/13595/camping-1.5.gem"
9
12
10
LICENSE="MIT"
13
LICENSE="MIT"
11
SLOT="0"
14
SLOT="0"
12
KEYWORDS="~ia64 ~ppc64 ~x86"
15
KEYWORDS="~x86"
13
IUSE=""
16
IUSE=""
14
RESTRICT="test"
15
17
16
DEPEND=">=dev-lang/ruby-1.8.2
18
DEPEND=">=dev-lang/ruby-1.8.2
17
	>=dev-ruby/markaby-0.4
19
	>=dev-ruby/markaby-0.5
18
	>=dev-ruby/metaid-1.0
20
	>=dev-ruby/metaid-1.0
19
	>=dev-ruby/activerecord-1.13.2"
21
	>=dev-ruby/activerecord-1.14.2"

Return to bug 178494