Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andraž Levstik (84aed7c811de66ad2799daa4b73e1e10d328451d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andraž Levstik <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andraž Levstik (84aed7c811de66ad2799daa4b73e1e10d328451d)
  • Date: Sun, 13 Jan 2008 03:56:29 -0600

GIT changes to master grimoire by Andraž Levstik <ruskie AT mages.ath.cx>:

ChangeLog | 4 +
dev/null |binary
devel/ruby/BUILD | 3
devel/ruby/CONFIGURE | 5 -
devel/ruby/DEPENDS | 12 ---
devel/ruby/DETAILS | 22 ------
devel/ruby/HISTORY | 103
------------------------------
devel/ruby/INSTALL | 5 -
devel/ruby/ruby-1.8.6-p111.tar.bz2.sig | 0
ruby-raa/ruby/BUILD | 3
ruby-raa/ruby/CONFIGURE | 5 +
ruby-raa/ruby/DEPENDS | 12 +++
ruby-raa/ruby/DETAILS | 22 ++++++
ruby-raa/ruby/HISTORY | 103
++++++++++++++++++++++++++++++
ruby-raa/ruby/INSTALL | 5 +
ruby-raa/ruby/ruby-1.8.6-p111.tar.bz2.sig |binary
16 files changed, 154 insertions(+), 150 deletions(-)

New commits:
commit 84aed7c811de66ad2799daa4b73e1e10d328451d
Author: Andraž Levstik <ruskie AT mages.ath.cx>
Commit: Andraž Levstik <ruskie AT mages.ath.cx>

ruby: moved to ruby-raa section

diff --git a/ChangeLog b/ChangeLog
index 0a4318d..8c0ec57 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-01-13 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * devel/ruby: moved to ruby-raa section
+ * ruby-raa/ruby: moved to ruby-raa section
+
2008-01-12 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* ruby-raa/euphoria: moved to ruby-raa section
* e/euphoria: moved to ruby-raa section
diff --git a/devel/ruby/BUILD b/devel/ruby/BUILD
deleted file mode 100755
index 2789a74..0000000
--- a/devel/ruby/BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-OPTS="$OPTS --enable-shared --enable-pthread" &&
-CFLAGS="${CFLAGS/-fomit-frame-pointer/}" &&
-default_build
diff --git a/devel/ruby/CONFIGURE b/devel/ruby/CONFIGURE
deleted file mode 100755
index 411dc0e..0000000
--- a/devel/ruby/CONFIGURE
+++ /dev/null
@@ -1,5 +0,0 @@
-message "Building documentation can take a long time and" &&
-message "consume a lot of memory." &&
-config_query RUBY_DOCS \
- "Do you want to build documentation?" \
- n
diff --git a/devel/ruby/DEPENDS b/devel/ruby/DEPENDS
deleted file mode 100755
index a79527e..0000000
--- a/devel/ruby/DEPENDS
+++ /dev/null
@@ -1,12 +0,0 @@
-optional_depends db "" "" "for db support" &&
-optional_depends gdbm \
- "" \
- "" \
- "for gdbm support" &&
-
-optional_depends tk \
- "" \
- "" \
- "for tk support" &&
-optional_depends openssl "" "" "for ssl and hashing modules"
-
diff --git a/devel/ruby/DETAILS b/devel/ruby/DETAILS
deleted file mode 100755
index 65b633d..0000000
--- a/devel/ruby/DETAILS
+++ /dev/null
@@ -1,22 +0,0 @@
- SPELL=ruby
- VERSION=1.8.6-p111
- SOURCE=$SPELL-$VERSION.tar.bz2
-#
SOURCE_HASH=sha512:9cb265aad1a5cf12ab2e0bee126e99f0d0c4339c57430178029300aa775442a5c8a0a4ad79171a6bfe0cf9c58fb7e8294879cfe0ae74cff299beef09ecf66c19
- SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=ftp://ftp.ruby-lang.org/pub/ruby/stable/$SOURCE
- SOURCE_URL[1]=ftp://xyz.lcs.mit.edu/pub/ruby/$SOURCE
- SOURCE_URL[2]=ftp://www.ibiblio.org/pub/languages/ruby/stable/$SOURCE
-
SOURCE_URL[3]=ftp://ftp.mirror.ac.uk/sites/helium.ruby-lang.org/ruby/$SOURCE
- SECURITY_PATCH=2
- LICENSE[0]=GPL
- KEYWORDS="devel"
- WEB_SITE=http://www.ruby-lang.org/
- ENTERED=20020106
- SHORT="An interpreted scripting language"
-cat << EOF
-Ruby is the interpreted scripting language for quick and easy
-object-oriented programming. It has many features to process text files
-and to do system management tasks (like Perl). It is simple, straight
-foward extensible and portable.
-EOF
diff --git a/devel/ruby/HISTORY b/devel/ruby/HISTORY
deleted file mode 100644
index a66f8dc..0000000
--- a/devel/ruby/HISTORY
+++ /dev/null
@@ -1,103 +0,0 @@
-2007-12-01 Eric Sandall <sandalle AT sourcemage.org>
- * DETAILS: Updated to 1.8.6-p111
-
-2007-09-25 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: ruby-1.8.6=p110
-
-2007-06-09 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: ruby-1.8.6=p36
- update some urls
-
-2007-03-12 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: ruby-1.8.6
-
-2006-12-31 George Sherwood <george AT beernabeer.com>
- * DETAILS: Updated to version 1.8.5-p12
-
-2006-12-04 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: PATCHLEVEL++
- * BUILD: add --enable-threads
- fixes bug #13327
-
-2006-12-04 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: ruby-1.8.5-p2
- SECURITY_PATCH++
- * PRE_BUILD, ruby-1.8.5-cgi-dos-1.patch: deleted
-
-2006-11-12 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
- * BUILD: remove -fomit-frame-pointer from CFLAGS as this causes a
- SEGFAULT #12643
-
-2006-11-06 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: SECURITY_PATCH
- CVE-2006-5467
- * PRE_BUILD, ruby-1.8.5-cgi-dos-1.patch: add
-
-2006-10-29 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
- * CONFIGURE: added a question to install documentation
- * INSTALL: check if the user wants docs
- * DETAILS: PATCHLEVEL++
-
-2006-08-30 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.8.5
- remove PATCHLEVEL
- * PRE_BUILD, yaml-bignum-fix.patch: removed
-
-2006-08-15 Juuso Alasuutari <iuso AT sourcemage.org>
- * DETAILS: [automated] Removed UPDATED (deprecated in favor of
- PATCHLEVEL).
-
-2006-03-13 Arwed v. Merkatz <v.merkatz AT gmx.net>
- * PRE_BUILD, yaml-bignum-fix.patch: patch to fix bug #10699 (raggle
not
- working)
- * DETAILS: PATCHLEVEL=1
-
-2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
- * DETAILS: (automated) Add KEYWORDS
-
-2005-12-25 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.8.4
-
-2005-09-21 Ladislav Hagara <hgr AT vabo.cz>
- * DETAILS: 1.8.3, md5 -> sha1
- * BUILD, openssl-098.patch: removed patch
-
-2005-08-14 Arwed v. Merkatz <v.merkatz AT gmx.net>
- * BUILD, openssl-098.patch: fix compile with openssl 0.9.8, bug #9267
- * DEPENDS: added optional_depends on openssl
-
-2005-06-07 Arwed v. Merkatz <v.merkatz AT gmx.net>
- * INSTALL: added to install documentation so ri works
-
-2005-03-03 Arwed v. Merkatz <v.merkatz AT gmx.net>
- * DEPENDS: added optional_depends on db
-
-2004-12-31 Paul Beel <beelboing AT yahoo.com>
- * DETAILS: Updated to 1.8.2
- * HISTORY: Formatted to Guru Handbook
-
-2004-08-23 Eric Sandall <sandalle AT sourcemage.org>
- * DETAILS: Added BUILD_API=2
- Reworded SHORT
- Removed MAINTAINER
- Updated UPDATED
- * DEPENDS: Formatted to Guru Handbook
- * BUILD: Added to compile and install shared ruby libs (for linking)
-
-2003-12-30 Eric Sandall <sandalle AT sourcemage.org>
- * DETAILS: Updated to 1.8.1
- * HISTORY: Formatted to Guru Handbook
-
-2003-08-23 Eric Sandall <sandalle AT sourcemage.org>
- * DETAILS: Updated to 1.8.0 (Bug #4049)
- Added some mirrors
-
-2003-04-07 Julian v. Bock <julian AT wongr.net>
- * DEPENDS: add; add optional gdbm and tk deps.
-
-2002-12-31 Julian v. Bock <julian AT wongr.net>
- * DETAILS: set VERSION to 1.6.8.
-
-2002-10-03 Julian v. Bock <julian AT wongr.net>
- * DETAILS: add LICENSE and MD5 fields.
-
diff --git a/devel/ruby/INSTALL b/devel/ruby/INSTALL
deleted file mode 100755
index c9ce2f5..0000000
--- a/devel/ruby/INSTALL
+++ /dev/null
@@ -1,5 +0,0 @@
-default_install &&
-if [[ "$RUBY_DOCS" == "y" ]]
-then
-make install-doc
-fi
diff --git a/devel/ruby/ruby-1.8.6-p111.tar.bz2.sig
b/devel/ruby/ruby-1.8.6-p111.tar.bz2.sig
deleted file mode 100644
index e84dc65..0000000
Binary files a/devel/ruby/ruby-1.8.6-p111.tar.bz2.sig and /dev/null differ
diff --git a/ruby-raa/ruby/BUILD b/ruby-raa/ruby/BUILD
new file mode 100755
index 0000000..2789a74
--- /dev/null
+++ b/ruby-raa/ruby/BUILD
@@ -0,0 +1,3 @@
+OPTS="$OPTS --enable-shared --enable-pthread" &&
+CFLAGS="${CFLAGS/-fomit-frame-pointer/}" &&
+default_build
diff --git a/ruby-raa/ruby/CONFIGURE b/ruby-raa/ruby/CONFIGURE
new file mode 100755
index 0000000..411dc0e
--- /dev/null
+++ b/ruby-raa/ruby/CONFIGURE
@@ -0,0 +1,5 @@
+message "Building documentation can take a long time and" &&
+message "consume a lot of memory." &&
+config_query RUBY_DOCS \
+ "Do you want to build documentation?" \
+ n
diff --git a/ruby-raa/ruby/DEPENDS b/ruby-raa/ruby/DEPENDS
new file mode 100755
index 0000000..a79527e
--- /dev/null
+++ b/ruby-raa/ruby/DEPENDS
@@ -0,0 +1,12 @@
+optional_depends db "" "" "for db support" &&
+optional_depends gdbm \
+ "" \
+ "" \
+ "for gdbm support" &&
+
+optional_depends tk \
+ "" \
+ "" \
+ "for tk support" &&
+optional_depends openssl "" "" "for ssl and hashing modules"
+
diff --git a/ruby-raa/ruby/DETAILS b/ruby-raa/ruby/DETAILS
new file mode 100755
index 0000000..65b633d
--- /dev/null
+++ b/ruby-raa/ruby/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=ruby
+ VERSION=1.8.6-p111
+ SOURCE=$SPELL-$VERSION.tar.bz2
+#
SOURCE_HASH=sha512:9cb265aad1a5cf12ab2e0bee126e99f0d0c4339c57430178029300aa775442a5c8a0a4ad79171a6bfe0cf9c58fb7e8294879cfe0ae74cff299beef09ecf66c19
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=ftp://ftp.ruby-lang.org/pub/ruby/stable/$SOURCE
+ SOURCE_URL[1]=ftp://xyz.lcs.mit.edu/pub/ruby/$SOURCE
+ SOURCE_URL[2]=ftp://www.ibiblio.org/pub/languages/ruby/stable/$SOURCE
+
SOURCE_URL[3]=ftp://ftp.mirror.ac.uk/sites/helium.ruby-lang.org/ruby/$SOURCE
+ SECURITY_PATCH=2
+ LICENSE[0]=GPL
+ KEYWORDS="devel"
+ WEB_SITE=http://www.ruby-lang.org/
+ ENTERED=20020106
+ SHORT="An interpreted scripting language"
+cat << EOF
+Ruby is the interpreted scripting language for quick and easy
+object-oriented programming. It has many features to process text files
+and to do system management tasks (like Perl). It is simple, straight
+foward extensible and portable.
+EOF
diff --git a/ruby-raa/ruby/HISTORY b/ruby-raa/ruby/HISTORY
new file mode 100644
index 0000000..a66f8dc
--- /dev/null
+++ b/ruby-raa/ruby/HISTORY
@@ -0,0 +1,103 @@
+2007-12-01 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 1.8.6-p111
+
+2007-09-25 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: ruby-1.8.6=p110
+
+2007-06-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: ruby-1.8.6=p36
+ update some urls
+
+2007-03-12 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: ruby-1.8.6
+
+2006-12-31 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to version 1.8.5-p12
+
+2006-12-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: PATCHLEVEL++
+ * BUILD: add --enable-threads
+ fixes bug #13327
+
+2006-12-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: ruby-1.8.5-p2
+ SECURITY_PATCH++
+ * PRE_BUILD, ruby-1.8.5-cgi-dos-1.patch: deleted
+
+2006-11-12 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * BUILD: remove -fomit-frame-pointer from CFLAGS as this causes a
+ SEGFAULT #12643
+
+2006-11-06 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: SECURITY_PATCH
+ CVE-2006-5467
+ * PRE_BUILD, ruby-1.8.5-cgi-dos-1.patch: add
+
+2006-10-29 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * CONFIGURE: added a question to install documentation
+ * INSTALL: check if the user wants docs
+ * DETAILS: PATCHLEVEL++
+
+2006-08-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.8.5
+ remove PATCHLEVEL
+ * PRE_BUILD, yaml-bignum-fix.patch: removed
+
+2006-08-15 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: [automated] Removed UPDATED (deprecated in favor of
+ PATCHLEVEL).
+
+2006-03-13 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * PRE_BUILD, yaml-bignum-fix.patch: patch to fix bug #10699 (raggle
not
+ working)
+ * DETAILS: PATCHLEVEL=1
+
+2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
+ * DETAILS: (automated) Add KEYWORDS
+
+2005-12-25 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.8.4
+
+2005-09-21 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 1.8.3, md5 -> sha1
+ * BUILD, openssl-098.patch: removed patch
+
+2005-08-14 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * BUILD, openssl-098.patch: fix compile with openssl 0.9.8, bug #9267
+ * DEPENDS: added optional_depends on openssl
+
+2005-06-07 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * INSTALL: added to install documentation so ri works
+
+2005-03-03 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * DEPENDS: added optional_depends on db
+
+2004-12-31 Paul Beel <beelboing AT yahoo.com>
+ * DETAILS: Updated to 1.8.2
+ * HISTORY: Formatted to Guru Handbook
+
+2004-08-23 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Added BUILD_API=2
+ Reworded SHORT
+ Removed MAINTAINER
+ Updated UPDATED
+ * DEPENDS: Formatted to Guru Handbook
+ * BUILD: Added to compile and install shared ruby libs (for linking)
+
+2003-12-30 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 1.8.1
+ * HISTORY: Formatted to Guru Handbook
+
+2003-08-23 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 1.8.0 (Bug #4049)
+ Added some mirrors
+
+2003-04-07 Julian v. Bock <julian AT wongr.net>
+ * DEPENDS: add; add optional gdbm and tk deps.
+
+2002-12-31 Julian v. Bock <julian AT wongr.net>
+ * DETAILS: set VERSION to 1.6.8.
+
+2002-10-03 Julian v. Bock <julian AT wongr.net>
+ * DETAILS: add LICENSE and MD5 fields.
+
diff --git a/ruby-raa/ruby/INSTALL b/ruby-raa/ruby/INSTALL
new file mode 100755
index 0000000..c9ce2f5
--- /dev/null
+++ b/ruby-raa/ruby/INSTALL
@@ -0,0 +1,5 @@
+default_install &&
+if [[ "$RUBY_DOCS" == "y" ]]
+then
+make install-doc
+fi
diff --git a/ruby-raa/ruby/ruby-1.8.6-p111.tar.bz2.sig
b/ruby-raa/ruby/ruby-1.8.6-p111.tar.bz2.sig
new file mode 100644
index 0000000..e84dc65
Binary files /dev/null and b/ruby-raa/ruby/ruby-1.8.6-p111.tar.bz2.sig differ



  • [SM-Commit] GIT changes to master grimoire by Andraž Levstik (84aed7c811de66ad2799daa4b73e1e10d328451d), Andraž Levstik, 01/13/2008

Archive powered by MHonArc 2.6.24.

Top of Page