blob: 13f4cc9524e21e0acbc67b937af2641083094882 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/transaction-simple/transaction-simple-1.4.0.ebuild,v 1.5 2009/04/14 20:46:48 gentoofan23 Exp $
inherit ruby gems
DESCRIPTION="Provides transaction support at the object level"
HOMEPAGE="http://rubyforge.org/projects/trans-simple/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~ia64 ~ppc ~x86"
IUSE=""
USE_RUBY="ruby18"
DEPEND=">=dev-ruby/hoe-1.1.7"
RDEPEND=">=dev-ruby/hoe-1.1.7"
|