[oe-commits] org.oe.dev ruby: added 1.8.5

hrw commit openembedded-commits at lists.openembedded.org
Thu Aug 31 11:49:01 UTC 2006


ruby: added 1.8.5

Author: hrw at openembedded.org
Branch: org.openembedded.dev
Revision: e16e6a228ba05836f11e6096da8531c66005dd42
ViewMTN: http://monotone.openembedded.org/revision.psp?id=e16e6a228ba05836f11e6096da8531c66005dd42
Files:
1
packages/ruby/ruby-native_1.8.5.bb
packages/ruby/ruby_1.8.5.bb
Diffs:

#
# mt diff -rc954e41597bfbf7a994300bef7b6f3f54127adaf -re16e6a228ba05836f11e6096da8531c66005dd42
#
# 
# 
# add_file "packages/ruby/ruby-native_1.8.5.bb"
#  content [016347f322a288be0fa624095da92027350eabe9]
# 
# add_file "packages/ruby/ruby_1.8.5.bb"
#  content [c901ecf1a2cac30ca3e2240a6ff6023b48747001]
# 
============================================================
--- packages/ruby/ruby-native_1.8.5.bb	016347f322a288be0fa624095da92027350eabe9
+++ packages/ruby/ruby-native_1.8.5.bb	016347f322a288be0fa624095da92027350eabe9
@@ -0,0 +1,3 @@
+include ruby_${PV}.bb
+inherit native
+DEPENDS = ""
============================================================
--- packages/ruby/ruby_1.8.5.bb	c901ecf1a2cac30ca3e2240a6ff6023b48747001
+++ packages/ruby/ruby_1.8.5.bb	c901ecf1a2cac30ca3e2240a6ff6023b48747001
@@ -0,0 +1,12 @@
+DESCRIPTION = "Ruby is an interpreted scripting language \
+for quick and easy object-oriented programming."
+SECTION = "devel/ruby"
+DEPENDS = "ruby-native"
+PRIORITY = "optional"
+MAINTAINER = "Gints Polis <gints.polis at cc.lv>"
+LICENSE = "GPL"
+
+SRC_URI = "ftp://ftp.ruby-lang.org/pub/ruby/ruby-${PV}.tar.gz"
+S = "${WORKDIR}/ruby-${PV}"
+
+inherit autotools






More information about the Openembedded-commits mailing list