Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (32e079bc7c20d7c1df21d03b2307a9ec21e37c6d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (32e079bc7c20d7c1df21d03b2307a9ec21e37c6d)
  • Date: Fri, 27 Dec 2013 05:46:41 -0600

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 +++
libs/tzdata/DETAILS | 1 +
libs/tzdata/HISTORY | 4 ++++
libs/tzdata/INSTALL | 5 ++---
ruby-raa/ruby-2.1/BUILD | 3 +++
ruby-raa/ruby-2.1/CONFIGURE | 8 ++++++++
ruby-raa/ruby-2.1/CONFLICTS | 5 +++++
ruby-raa/ruby-2.1/DEPENDS | 6 ++++++
ruby-raa/ruby-2.1/DETAILS | 20 ++++++++++++++++++++
ruby-raa/ruby-2.1/HISTORY | 3 +++
ruby-raa/ruby-2.1/INSTALL | 5 +++++
ruby-raa/ruby-2.1/PROVIDES | 1 +
12 files changed, 61 insertions(+), 3 deletions(-)

New commits:
commit 32e079bc7c20d7c1df21d03b2307a9ec21e37c6d
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

tzdata - fix install

commit adf7b1606a3a44a8aa3c1f84aa69439da6d4df79
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

ruby-2.1-2.1.0

diff --git a/ChangeLog b/ChangeLog
index 9c76580..2b3aa6e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2013-12-25 Treeve Jelbert <treeve AT sourcemage.org>
+ * ruby-raa/ruby-2.1: new spell
+
2013-12-12 Treeve Jelbert <treeve AT sourcemage.org>
* qt5/qtserialport: new spell, serial port access for qt5

diff --git a/libs/tzdata/DETAILS b/libs/tzdata/DETAILS
index 309033f..4f8b026 100755
--- a/libs/tzdata/DETAILS
+++ b/libs/tzdata/DETAILS
@@ -1,6 +1,7 @@
SPELL=tzdata
VERSION=2013i

SOURCE_HASH=sha512:679645837b940c0d4c63cb070e26c042461a520caa5fbe1ed12897a6bfb5c440352d54a9e1ffb8b7098a10dd9e2f33cf4c6f9cb0b6fc84c0dfc3898501ce4082
+ PATCHLEVEL=1
SOURCE="${SPELL}${VERSION}.tar.gz"
SOURCE_URL[0]=ftp://ftp.iana.org/tz/releases/${SOURCE}
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
diff --git a/libs/tzdata/HISTORY b/libs/tzdata/HISTORY
index 27f00c5..f87ef8b 100644
--- a/libs/tzdata/HISTORY
+++ b/libs/tzdata/HISTORY
@@ -1,3 +1,7 @@
+2013-12-27 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: PATCHLEVEL=1
+ * INSTALL: remove solar*, add some missing &&
+
2013-12-22 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2013i

diff --git a/libs/tzdata/INSTALL b/libs/tzdata/INSTALL
index 5099e8d..fe2c8e8 100755
--- a/libs/tzdata/INSTALL
+++ b/libs/tzdata/INSTALL
@@ -1,8 +1,7 @@
cd $SOURCE_DIRECTORY &&

TIMEZONES=('africa' 'antarctica' 'asia' 'australasia' 'backward' 'etcetera' \
- 'europe' 'factory' 'northamerica' 'pacificnew' 'solar87' \
- 'solar88' 'solar89' 'southamerica' 'systemv')
+ 'europe' 'factory' 'northamerica' 'pacificnew' 'southamerica'
'systemv')

# Remove files that should be hard linked, in case they are not
if [ -d ${INSTALL_ROOT}/usr/share/zoneinfo ]; then
@@ -20,7 +19,7 @@ zic -y ./yearistype -d
${INSTALL_ROOT}/usr/share/zoneinfo/right -L leapseconds $
#If you want POSIX compatibility, use "America/New_York".
zic -y ./yearistype -d ${INSTALL_ROOT}/usr/share/zoneinfo -p
America/New_York &&

-install -m444 -t ${INSTALL_ROOT}/usr/share/zoneinfo iso3166.tab zone.tab
+install -m444 -t ${INSTALL_ROOT}/usr/share/zoneinfo iso3166.tab zone.tab &&

if [ $SET_LOCALTIME == "y" ]; then
if [ -z "$LOCAL_TIMEZONE" ]; then
diff --git a/ruby-raa/ruby-2.1/BUILD b/ruby-raa/ruby-2.1/BUILD
new file mode 100755
index 0000000..2789a74
--- /dev/null
+++ b/ruby-raa/ruby-2.1/BUILD
@@ -0,0 +1,3 @@
+OPTS="$OPTS --enable-shared --enable-pthread" &&
+CFLAGS="${CFLAGS/-fomit-frame-pointer/}" &&
+default_build
diff --git a/ruby-raa/ruby-2.1/CONFIGURE b/ruby-raa/ruby-2.1/CONFIGURE
new file mode 100755
index 0000000..c2d0f1e
--- /dev/null
+++ b/ruby-raa/ruby-2.1/CONFIGURE
@@ -0,0 +1,8 @@
+message "Building documentation can take a long time and" &&
+message "consume a lot of memory." &&
+if spell_ok ruby; then
+ persistent_read ruby RUBY_DOCS RUBY_DOCS_DEF
+fi &&
+config_query RUBY_DOCS \
+ "Do you want to build documentation?" \
+ ${RUBY_DOCS_DEF:-n}
diff --git a/ruby-raa/ruby-2.1/CONFLICTS b/ruby-raa/ruby-2.1/CONFLICTS
new file mode 100755
index 0000000..abd55db
--- /dev/null
+++ b/ruby-raa/ruby-2.1/CONFLICTS
@@ -0,0 +1,5 @@
+conflicts ruby y
+conflicts ruby-1.8
+conflicts ruby-1.9
+conflicts ruby-2.0
+conflicts ruby-enterprise-edition
diff --git a/ruby-raa/ruby-2.1/DEPENDS b/ruby-raa/ruby-2.1/DEPENDS
new file mode 100755
index 0000000..8c5f8c3
--- /dev/null
+++ b/ruby-raa/ruby-2.1/DEPENDS
@@ -0,0 +1,6 @@
+optional_depends doxygen "" "--disable-install-doc" "install documentation"
&&
+optional_depends db "" "" "for db support" &&
+optional_depends gdbm "" "" "for gdbm support" &&
+optional_depends tk "" "" "for tk support" &&
+optional_depends libyaml "" "" "for YAML output (recommended)" &&
+optional_depends openssl "" "" "for ssl and hashing modules"
diff --git a/ruby-raa/ruby-2.1/DETAILS b/ruby-raa/ruby-2.1/DETAILS
new file mode 100755
index 0000000..99a2c94
--- /dev/null
+++ b/ruby-raa/ruby-2.1/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=ruby-2.1
+ PACKAGE=ruby
+ VERSION=2.1.0
+
SOURCE_HASH=sha512:61ff65af074f3df937914431b6d4cb9f6e1d99d3079e41c8bf10b3fb505f1f644a5a7f7620310a01838925816e8a9b6d8f9a5d8b75e977741b05d5dbd6961ef8
+ SECURITY_PATCH=0
+ BRANCH=`echo $VERSION|cut -d . -f 1,2`
+ SOURCE=$PACKAGE-$VERSION.tar.bz2
+ SOURCE_URL[0]=ftp://ftp.ruby-lang.org/pub/$PACKAGE/$BRANCH/$SOURCE
+ SOURCE_URL[1]=http://mirrors.ibiblio.org/$PACKAGE/$BRANCH/$SOURCE
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$PACKAGE-$VERSION"
+ LICENSE[0]=GPL
+ KEYWORDS="devel"
+ WEB_SITE=http://www.ruby-lang.org/
+ ENTERED=20131225
+ SHORT="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. It is simple, straight foward extensible and portable.
+EOF
diff --git a/ruby-raa/ruby-2.1/HISTORY b/ruby-raa/ruby-2.1/HISTORY
new file mode 100644
index 0000000..ac22595
--- /dev/null
+++ b/ruby-raa/ruby-2.1/HISTORY
@@ -0,0 +1,3 @@
+2013-12-25 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.1.0
+ spell created, copied from ruby-2.0
diff --git a/ruby-raa/ruby-2.1/INSTALL b/ruby-raa/ruby-2.1/INSTALL
new file mode 100755
index 0000000..7bd4719
--- /dev/null
+++ b/ruby-raa/ruby-2.1/INSTALL
@@ -0,0 +1,5 @@
+default_install &&
+
+if [[ $RUBY_DOCS == y ]]; then
+ make install-doc
+fi
diff --git a/ruby-raa/ruby-2.1/PROVIDES b/ruby-raa/ruby-2.1/PROVIDES
new file mode 100755
index 0000000..a62e12a
--- /dev/null
+++ b/ruby-raa/ruby-2.1/PROVIDES
@@ -0,0 +1 @@
+RUBY



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (32e079bc7c20d7c1df21d03b2307a9ec21e37c6d), Treeve Jelbert, 12/27/2013

Archive powered by MHonArc 2.6.24.

Top of Page