diff options
author | Michael Kohl <citizen428@gentoo.org> | 2005-08-15 14:10:59 +0000 |
---|---|---|
committer | Michael Kohl <citizen428@gentoo.org> | 2005-08-15 14:10:59 +0000 |
commit | 1d515169e621ca17cb1ea76aa697730f6009f790 (patch) | |
tree | 9b0126681f5641f55fb1de9b20fbf77464423326 /dev-ruby/transaction-simple/transaction-simple-1.3.0.ebuild | |
parent | Stable on AMD64. Closes bug #102577 (diff) | |
download | historical-1d515169e621ca17cb1ea76aa697730f6009f790.tar.gz historical-1d515169e621ca17cb1ea76aa697730f6009f790.tar.bz2 historical-1d515169e621ca17cb1ea76aa697730f6009f790.zip |
Marked 1.1.1 stable on x86. Added 1.3.0 and changed the ebuild to use the gem.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'dev-ruby/transaction-simple/transaction-simple-1.3.0.ebuild')
-rw-r--r-- | dev-ruby/transaction-simple/transaction-simple-1.3.0.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-ruby/transaction-simple/transaction-simple-1.3.0.ebuild b/dev-ruby/transaction-simple/transaction-simple-1.3.0.ebuild new file mode 100644 index 000000000000..317c37dc0cb5 --- /dev/null +++ b/dev-ruby/transaction-simple/transaction-simple-1.3.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2005 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.3.0.ebuild,v 1.1 2005/08/15 14:10:59 citizen428 Exp $ + +inherit ruby gems + +DESCRIPTION="Provides transaction support at the object level" +HOMEPAGE="http://trans-simple.rubyforge.org/" +SRC_URI="http://rubyforge.org/frs/download.php/4334/${P}.gem" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +USE_RUBY="any" +DEPEND="virtual/ruby" + |