| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/transaction-simple/transaction-simple-1.4.0-r2.ebuild,v 1.2 2012/05/01 18:24:10 armin76 Exp $
|
| 4 |
|
| 5 |
EAPI=2
|
| 6 |
USE_RUBY="ruby18 ree18"
|
| 7 |
|
| 8 |
RUBY_FAKEGEM_TASK_DOC="docs"
|
| 9 |
RUBY_FAKEGEM_DOCDIR="doc"
|
| 10 |
RUBY_FAKEGEM_EXTRADOC="History.txt Readme.txt"
|
| 11 |
|
| 12 |
inherit ruby-fakegem
|
| 13 |
|
| 14 |
DESCRIPTION="Provides transaction support at the object level"
|
| 15 |
HOMEPAGE="http://rubyforge.org/projects/trans-simple/"
|
| 16 |
|
| 17 |
LICENSE="MIT"
|
| 18 |
SLOT="0"
|
| 19 |
KEYWORDS="~amd64 ~ppc ~x86"
|
| 20 |
IUSE=""
|
| 21 |
|
| 22 |
ruby_add_bdepend "test? ( dev-ruby/hoe ) doc? ( dev-ruby/hoe )"
|