From 2c30fec34ada2b21e0c8e990e704e1ecaf425ef9 Mon Sep 17 00:00:00 2001 From: Mamoru Komachi Date: Thu, 2 Sep 2004 09:34:09 +0000 Subject: Initial import. Ebuild submitted by awk , closing bug #59048. --- .../transaction-simple-1.1.1.ebuild | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 dev-ruby/transaction-simple/transaction-simple-1.1.1.ebuild (limited to 'dev-ruby/transaction-simple/transaction-simple-1.1.1.ebuild') diff --git a/dev-ruby/transaction-simple/transaction-simple-1.1.1.ebuild b/dev-ruby/transaction-simple/transaction-simple-1.1.1.ebuild new file mode 100644 index 000000000000..55b433685520 --- /dev/null +++ b/dev-ruby/transaction-simple/transaction-simple-1.1.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2004 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.1.1.ebuild,v 1.1 2004/09/02 09:34:09 usata Exp $ + +inherit ruby + +DESCRIPTION="Provides transaction support at the object level" +HOMEPAGE="http://www.halostatue.ca/ruby/Transaction__Simple.html" +SRC_URI="http://www.halostatue.ca/files/${P}.tar.gz" +LICENSE="MIT" + +USE_RUBY="ruby18 ruby19" +KEYWORDS="~x86" + +IUSE="" + +src_compile() { + return +} + +src_install() { + local sitelibdir + sitelibdir=`${RUBY} -rrbconfig -e 'puts Config::CONFIG["sitelibdir"]'` + insinto "$sitelibdir/transaction" + doins lib/transaction/simple.rb + erubydoc + dodoc Readme Changelog +} + +src_test() { + einfo + einfo "To test this software, read /usr/share/doc/${PF}/Readme.gz" + einfo +} -- cgit v1.2.3-65-gdbad