summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kohl <citizen428@gentoo.org>2005-09-15 22:42:34 +0000
committerMichael Kohl <citizen428@gentoo.org>2005-09-15 22:42:34 +0000
commit185c5f09ee1ebdefa6152d8ce3272e63eae201d8 (patch)
tree53c179c081a346d9177b9d0e638348da49c6a63c /dev-ruby/og/og-0.23.0.ebuild
parentInitial import. Added as a dependency for dev-ruby/nitro. (diff)
downloadhistorical-185c5f09ee1ebdefa6152d8ce3272e63eae201d8.tar.gz
historical-185c5f09ee1ebdefa6152d8ce3272e63eae201d8.tar.bz2
historical-185c5f09ee1ebdefa6152d8ce3272e63eae201d8.zip
Version bump.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'dev-ruby/og/og-0.23.0.ebuild')
-rw-r--r--dev-ruby/og/og-0.23.0.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-ruby/og/og-0.23.0.ebuild b/dev-ruby/og/og-0.23.0.ebuild
new file mode 100644
index 000000000000..a90365b2cb09
--- /dev/null
+++ b/dev-ruby/og/og-0.23.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/og/og-0.23.0.ebuild,v 1.1 2005/09/15 22:40:02 citizen428 Exp $
+
+inherit ruby gems
+
+USE_RUBY="ruby18"
+DESCRIPTION="Og (ObjectGraph) is a powerfull object-relational mapping library."
+HOMEPAGE="http://www.nitrohq.com/"
+SRC_URI="http://gems.rubyforge.org/gems/${P}.gem"
+
+LICENSE="Ruby"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=">=dev-lang/ruby-1.8.2
+ =dev-ruby/glue-0.23.0"