Skip to Content.
Sympa Menu

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

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 (27d93d601d1c355070416f6dcde376c19c1de965)
  • Date: Sun, 25 Dec 2016 12:55:54 +0000

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

ChangeLog | 3 +++
kde5-apps/kjots/DETAILS | 6 +++---
kde5-apps/kjots/HISTORY | 3 +++
ruby-raa/ruby-2.4/BUILD | 2 ++
ruby-raa/ruby-2.4/CONFIGURE | 1 +
ruby-raa/ruby-2.4/CONFLICTS | 10 ++++++++++
ruby-raa/ruby-2.4/DEPENDS | 5 +++++
ruby-raa/ruby-2.4/DETAILS | 20 ++++++++++++++++++++
ruby-raa/ruby-2.4/HISTORY | 3 +++
ruby-raa/ruby-2.4/PROVIDES | 1 +
10 files changed, 51 insertions(+), 3 deletions(-)

New commits:
commit 27d93d601d1c355070416f6dcde376c19c1de965
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

ruby-2.4-2.4.0

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

kjots: => 5.0.2

diff --git a/ChangeLog b/ChangeLog
index 38f4133..0d7ce10 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2016-12-25 Treeve Jelbert <treeve AT sourcemage.org>
+ * ruby-raa/ruby-2.4: added, latest version of ruby
+
2016-12-24 Vlad Glagolev <stealth AT sourcemage.org>
* python-pypi/wcwidth: new spell, measures number of Terminal column
cells of wide-character codes
diff --git a/kde5-apps/kjots/DETAILS b/kde5-apps/kjots/DETAILS
index 2047988..971f5b4 100755
--- a/kde5-apps/kjots/DETAILS
+++ b/kde5-apps/kjots/DETAILS
@@ -1,8 +1,8 @@
SPELL=kjots
- VERSION=5.0.0
-
SOURCE_HASH=sha512:e3596ff6ea32c0096bfab39586155addb449a05309827b4616889828f22a0603886d64ef8aa23f9231afd1109528b46216db51c3c561af14c1e0f44f4c5009c7
+ VERSION=5.0.2
+
SOURCE_HASH=sha512:a652765c56cebcaeba7b879cc075555c28667abdba84d11e986e5ffb440fbc776116f363992dd84d939918ae7d80ef5c2e1093da28d114b18041e10e5209b225
SOURCE=$SPELL-$VERSION.tar.xz
- SOURCE_URL=http://download.kde.org/stable/kjots/${VERSION}/src/$SOURCE
+ SOURCE_URL=http://download.kde.org/stable/kjots/${VERSION}/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=https://www.kde.org/applications/utilities/kjots
ENTERED=20151126
diff --git a/kde5-apps/kjots/HISTORY b/kde5-apps/kjots/HISTORY
index 280833f..8c7faf0 100644
--- a/kde5-apps/kjots/HISTORY
+++ b/kde5-apps/kjots/HISTORY
@@ -1,3 +1,6 @@
+2016-12-25 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 5.0.2
+
2016-04-23 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: update website

diff --git a/ruby-raa/ruby-2.4/BUILD b/ruby-raa/ruby-2.4/BUILD
new file mode 100755
index 0000000..47d08e0
--- /dev/null
+++ b/ruby-raa/ruby-2.4/BUILD
@@ -0,0 +1,2 @@
+OPTS+=" --enable-shared $RUBY_DOCS" &&
+default_build
diff --git a/ruby-raa/ruby-2.4/CONFIGURE b/ruby-raa/ruby-2.4/CONFIGURE
new file mode 100755
index 0000000..1d3b67e
--- /dev/null
+++ b/ruby-raa/ruby-2.4/CONFIGURE
@@ -0,0 +1 @@
+config_query_option RUBY_DOCS "install documentation?" n ""
"--disable-install-doc"
diff --git a/ruby-raa/ruby-2.4/CONFLICTS b/ruby-raa/ruby-2.4/CONFLICTS
new file mode 100755
index 0000000..1bbe695
--- /dev/null
+++ b/ruby-raa/ruby-2.4/CONFLICTS
@@ -0,0 +1,10 @@
+conflicts ruby y
+conflicts ruby-1.8
+conflicts ruby-1.9
+conflicts ruby-2.0
+conflicts ruby-2.1
+conflicts ruby-2.2
+conflicts ruby-2.3
+conflicts ruby-enterprise-edition
+conflicts rubygems
+conflicts rake
diff --git a/ruby-raa/ruby-2.4/DEPENDS b/ruby-raa/ruby-2.4/DEPENDS
new file mode 100755
index 0000000..97256c1
--- /dev/null
+++ b/ruby-raa/ruby-2.4/DEPENDS
@@ -0,0 +1,5 @@
+depends gmp &&
+depends zlib &&
+optional_depends gdbm "" "" "for gdbm support" &&
+optional_depends tk "" "" "for tk support" &&
+optional_depends SSL "" "" "for ssl and hashing modules"
diff --git a/ruby-raa/ruby-2.4/DETAILS b/ruby-raa/ruby-2.4/DETAILS
new file mode 100755
index 0000000..0b1661c
--- /dev/null
+++ b/ruby-raa/ruby-2.4/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=ruby-2.4
+ PACKAGE=ruby
+ VERSION=2.4.0
+
SOURCE_HASH=sha512:975a5388592adc038461e0acebb6c0efee242891b2ea8621476401458efe2bc0fdd317d3bf99beb745b0b3808410efdff33862da29c95c027f457943721e3ab6
+# SECURITY_PATCH=
+ BRANCH=`echo $VERSION|cut -d . -f 1,2`
+ SOURCE=$PACKAGE-$VERSION.tar.xz
+ 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=20161225
+ 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.4/HISTORY b/ruby-raa/ruby-2.4/HISTORY
new file mode 100644
index 0000000..eb10859
--- /dev/null
+++ b/ruby-raa/ruby-2.4/HISTORY
@@ -0,0 +1,3 @@
+2016-12-25 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.4.0
+ spell created, copied from ruby-2.3
diff --git a/ruby-raa/ruby-2.4/PROVIDES b/ruby-raa/ruby-2.4/PROVIDES
new file mode 100755
index 0000000..a62e12a
--- /dev/null
+++ b/ruby-raa/ruby-2.4/PROVIDES
@@ -0,0 +1 @@
+RUBY



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (27d93d601d1c355070416f6dcde376c19c1de965), Treeve Jelbert, 12/25/2016

Archive powered by MHonArc 2.6.24.

Top of Page