From 5ce2abd8c2fa5bb0866fe4736ef433b3fa4f520f Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Fri, 19 Jun 2015 15:02:35 +0300 Subject: [PATCH] moved into main repo for pisi 2.0 --- programming/language/ruby/ruby/actions.py | 26 ++++ programming/language/ruby/ruby/component.xml | 3 + programming/language/ruby/ruby/pspec.xml | 120 ++++++++++++++++++ .../language/ruby/ruby/translations.xml | 15 +++ 4 files changed, 164 insertions(+) create mode 100644 programming/language/ruby/ruby/actions.py create mode 100644 programming/language/ruby/ruby/component.xml create mode 100644 programming/language/ruby/ruby/pspec.xml create mode 100644 programming/language/ruby/ruby/translations.xml diff --git a/programming/language/ruby/ruby/actions.py b/programming/language/ruby/ruby/actions.py new file mode 100644 index 0000000000..3dfc2ab1f2 --- /dev/null +++ b/programming/language/ruby/ruby/actions.py @@ -0,0 +1,26 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +#WorkDir="ruby-%s" % get.srcVERSION().replace("_","-") + +def setup(): + autotools.configure("--enable-shared \ + --enable-pthread \ + --disable-rpath \ + --with-sitedir=/usr/lib/ruby/site_ruby") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s install-doc" % get.installDIR()) + + pisitools.dodoc("COPYING*", "ChangeLog", "README*") diff --git a/programming/language/ruby/ruby/component.xml b/programming/language/ruby/ruby/component.xml new file mode 100644 index 0000000000..e8aa89765a --- /dev/null +++ b/programming/language/ruby/ruby/component.xml @@ -0,0 +1,3 @@ + + programming.language.ruby + diff --git a/programming/language/ruby/ruby/pspec.xml b/programming/language/ruby/ruby/pspec.xml new file mode 100644 index 0000000000..b9a8c0451f --- /dev/null +++ b/programming/language/ruby/ruby/pspec.xml @@ -0,0 +1,120 @@ + + + + + ruby + http://www.ruby-lang.org/en/ + + PisiLinux Community + admins@pisilinux.org + + Ruby + app:console + An object-oriented scripting language + Ruby is a dynamic, open source programming language with a focus on simplicity and productivity. It has an elegant syntax that is natural to read and easy to write. + ftp://ftp.ruby-lang.org/pub/ruby/2.2/ruby-2.2.2.tar.bz2 + + tcltk-devel + + + + + ruby + + db + gmp + tcl + gdbm + zlib + tcltk + libffi + openssl + readline + libyaml + + + /usr/bin + /usr/lib/ruby/2.2.0/ + /usr/lib/ruby/site_ruby/ + /usr/lib/ruby/vendor_ruby/ + /usr/lib/ruby/libruby-static.a + /usr/lib/libruby.so.2.2 + /usr/lib/libruby.so.2.2.0 + /usr/lib/libruby-static.a + /usr/lib/libruby.so + /usr/share/ri + /usr/share/doc + /usr/share/man + + + + + rubygems + rubygems, The Ruby standard for packaging ruby libraries + + ruby + + + /usr/bin/gem + /usr/lib/ruby/gems + /usr/share/ri/2.2.0/system/Gem + + + + + ruby-devel + ruby için geliştirme dosyaları + + ruby + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2015-04-18 + 2.2.2 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2015-04-09 + 2.2.1 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2014-05-24 + 2.1.2 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-03-04 + 2.0.0 + Rebuild + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-05-28 + 2.0.0 + Version Bump + PisiLinux Community + admins@pisilinux.org + + + 2012-10-07 + 1.9.3 + First release + PisiLinux Community + admins@pisilinux.org + + + diff --git a/programming/language/ruby/ruby/translations.xml b/programming/language/ruby/ruby/translations.xml new file mode 100644 index 0000000000..f72670482f --- /dev/null +++ b/programming/language/ruby/ruby/translations.xml @@ -0,0 +1,15 @@ + + + + ruby + Nesneye dayalı bir dil + Ruby, basitlik ve üretkenliğe odaklanan açık kaynaklı, dinamik bir betik dilidir. Okuması ve yazması kolay, şık bir sözdizime sahiptir. + Ruby est un langage de programmation dynamique, open source mettant l'accent sur la simplicité et la productivité. Il a une syntaxe élégante qui est naturelle à lire et facile à écrire. + Ruby es un lenguaje dinámico, de código abierto, y con enfoque en simplicidad y productividad. Tiene una sintaxis elegante que permite leer naturalmente y escribirlo de manera fácil. + + + + ruby-devel + ruby için geliştirme dosyaları + +