summaryrefslogtreecommitdiffstats
path: root/ruby-raa
diff options
context:
space:
mode:
authorTreeve Jelbert2015-12-26 13:28:21 +0100
committerTreeve Jelbert2015-12-26 13:28:21 +0100
commit6c545ae62f9bf8938628b60b13318bf102ddb0e1 (patch)
tree1a5ac2836d509bc17509d39eef600630895d0d36 /ruby-raa
parentca66c4939deeec33bad4bb9507445105953026bf (diff)
deprecate ruby-raa/ruby-1.9
Diffstat (limited to 'ruby-raa')
-rwxr-xr-xruby-raa/ruby-1.9/BUILD5
-rwxr-xr-xruby-raa/ruby-1.9/CONFIGURE8
-rwxr-xr-xruby-raa/ruby-1.9/CONFLICTS8
-rwxr-xr-xruby-raa/ruby-1.9/DEPENDS8
-rwxr-xr-xruby-raa/ruby-1.9/DETAILS20
-rw-r--r--ruby-raa/ruby-1.9/HISTORY255
-rwxr-xr-xruby-raa/ruby-1.9/INSTALL5
-rwxr-xr-xruby-raa/ruby-1.9/PROVIDES1
8 files changed, 0 insertions, 310 deletions
diff --git a/ruby-raa/ruby-1.9/BUILD b/ruby-raa/ruby-1.9/BUILD
deleted file mode 100755
index 27b4dd38e7..0000000000
--- a/ruby-raa/ruby-1.9/BUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-OPTS="--enable-rubygems \
- --enable-shared \
- $OPTS" &&
-CFLAGS="${CFLAGS/-fomit-frame-pointer/}" &&
-default_build
diff --git a/ruby-raa/ruby-1.9/CONFIGURE b/ruby-raa/ruby-1.9/CONFIGURE
deleted file mode 100755
index c2d0f1eb04..0000000000
--- a/ruby-raa/ruby-1.9/CONFIGURE
+++ /dev/null
@@ -1,8 +0,0 @@
-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-1.9/CONFLICTS b/ruby-raa/ruby-1.9/CONFLICTS
deleted file mode 100755
index ed2b37fed2..0000000000
--- a/ruby-raa/ruby-1.9/CONFLICTS
+++ /dev/null
@@ -1,8 +0,0 @@
-conflicts ruby y
-conflicts ruby-1.8
-conflicts ruby-2.0
-conflicts ruby-2.1
-conflicts ruby-2.2
-conflicts ruby-enterprise-edition
-conflicts rubygems
-conflicts rake
diff --git a/ruby-raa/ruby-1.9/DEPENDS b/ruby-raa/ruby-1.9/DEPENDS
deleted file mode 100755
index 241d7933aa..0000000000
--- a/ruby-raa/ruby-1.9/DEPENDS
+++ /dev/null
@@ -1,8 +0,0 @@
-depends libffi &&
-
-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 SSL "" "" "for ssl and hashing modules"
diff --git a/ruby-raa/ruby-1.9/DETAILS b/ruby-raa/ruby-1.9/DETAILS
deleted file mode 100755
index ff5e4e8ddd..0000000000
--- a/ruby-raa/ruby-1.9/DETAILS
+++ /dev/null
@@ -1,20 +0,0 @@
- SPELL=ruby-1.9
- PACKAGE=ruby
- VERSION=1.9.3-p551
- BRANCH=`echo $VERSION|cut -d . -f 1,2`
- SOURCE_HASH=sha512:be12adf581ee76af70db117b44c6647c1df3d28fffa1b3379c6067e4aa1fb523dae7c9b130a51dcdcff268a8ee21a3d74f6f946135fb3ac6b90664f0a9df4a08
- SOURCE=$PACKAGE-$VERSION.tar.gz
- SECURITY_PATCH=13
- SOURCE_URL[0]=ftp://ftp.ruby-lang.org/pub/$PACKAGE/$BRANCH/$SOURCE
- SOURCE_URL[1]=http://cache.ruby-lang.org/pub/$PACKAGE/$BRANCH/$SOURCE
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$PACKAGE-$VERSION"
- LICENSE[0]=GPL
- KEYWORDS="devel"
- WEB_SITE=http://www.ruby-lang.org/
- ENTERED=20020106
- 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-1.9/HISTORY b/ruby-raa/ruby-1.9/HISTORY
deleted file mode 100644
index bcca63c801..0000000000
--- a/ruby-raa/ruby-1.9/HISTORY
+++ /dev/null
@@ -1,255 +0,0 @@
-2015-12-03 Vlad Glagolev <stealth@sourcemage.org>
- * CONFLICTS: conflicts with rake
-
-2015-04-01 Vlad Glagolev <stealth@sourcemage.org>
- * DEPENDS: added missing libffi dependency
- * BUILD: removed obsolete pthread flag; force rubygems here
- * CONFLICTS: conflicts with rubygems
-
-2015-01-03 Treeve Jelbert <treeve@sourcemage.org>
- * CONFLICTS: add ruby-2.2
-
-2014-11-25 Vlad Glagolev <stealth@sourcemage.org>
- * DETAILS: updated spell to 1.9.3-p551; SECURITY_PATCH++ (CVE-2014-8080,
- CVE-2014-8090)
-
-2014-08-19 Treeve Jelbert <treeve@sourcemage.org>
- * DEPENDS: openssl => SSL
-
-2013-12-17 Vlad Glagolev <stealth@sourcemage.org>
- * DETAILS: updated spell to 1.9.3-p484; swapped ibiblio with CDN mirror;
- SECURITY_PATCH++ (CVE-2013-4164)
-
-2013-07-02 Vlad Glagolev <stealth@sourcemage.org>
- * DETAILS: updated spell to 1.9.3-p448; SECURITY_PATCH++ (CVE-2013-4073)
-
-2013-05-30 Vlad Glagolev <stealth@sourcemage.org>
- * DETAILS: updated spell to 1.9.3-p429; SECURITY_PATCH++ (CVE-2013-2065)
-
-2013-04-10 Treeve Jelbert <treeve@sourcemage.org>
- * CONFLICTS: add ruby-2.0
-
-2013-02-22 Vlad Glagolev <stealth@sourcemage.org>
- * DETAILS: updated spell to 1.9.3-p392; SECURITY_PATCH++ (CVE-2013-0269)
-
-2013-02-06 Vlad Glagolev <stealth@sourcemage.org>
- * DETAILS: updated spell to 1.9.3-p385; SECURITY_PATCH++ (CVE-2013-0256)
-
-2013-01-17 Vlad Glagolev <stealth@sourcemage.org>
- * DETAILS: updated spell to 1.9.3-p374; use BRANCH; updated mirror;
- quoting paths
-
-2012-12-26 Vlad Glagolev <stealth@sourcemage.org>
- * DETAILS: updated spell to 1.9.3-p362
-
-2012-11-10 Vlad Glagolev <stealth@sourcemage.org>
- * DETAILS: updated spell to 1.9.3-p327; SECURITY_PATCH++
- (CVE-2012-5371)
-
-2012-10-12 Vlad Glagolev <stealth@sourcemage.org>
- * DETAILS: updated spell to 1.9.3-p286; SECURITY_PATCH++
-
-2012-08-13 Vlad Glagolev <stealth@sourcemage.org>
- * DEPENDS: added optional depends on libyaml
-
-2012-04-20 Ladislav Hagara <hgr@vabo.cz>
- * DETAILS: 1.9.3-p194, SECURITY_PATCH=5
-
-2012-04-08 Ladislav Hagara <hgr@vabo.cz>
- * DETAILS: 1.9.3-p125, SECURITY_PATCH=4
-
-2011-11-01 Treeve Jelbert <treeve@sourcemage.org>
- * DETAILS: version 1.9.3-p0
-
-2011-08-03 Treeve Jelbert <treeve@sourcemage.org>
- * DETAILS: version 1.9.2-p290
- * DEPENDS: add optional doxygen
-
-2011-02-21 Treeve Jelbert <treeve@sourcemage.org>
- * DETAILS: version 1.9.2-p180
- SECURITY_PATCH++
- A symlink race condition vulnerability was found in FileUtils.remove_entry_secure.
- The vulnerability allows local users to delete arbitrary files and directories.
-
-2010-12-26 Ladislav Hagara <hgr@vabo.cz>
- * DETAILS: 1.9.2-p136
-
-2010-09-06 Treeve Jelbert <treeve@sourcemage.org>
- * DETAILS: version 1.9.2-p0
- fixes CVE-2010-0541
- * PRE_BUILD, ruby-1.9.2pre1-openssl1-patch: deleted
-
-2010-08-11 Treeve Jelbert <treeve@sourcemage.org>
- * DETAILS: version 1.9.1-p429
-
-2010-05-08 George Sherwood <gsherwood@sourcemage.org>
- * DETAILS: Updated to version 1.9.1-p378
-
-2010-04-01 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
- * PRE_BUILD, ruby-1.9.2pre1-openssl1-patch:
- added patch to fix build issue with openssl 1.0.0
-
-2010-02-26 Remko van der Vossen <wich@sourcemage.org>
- * DETAILS: fixed SPELL != PACKAGE issue
-
-2010-02-25 Remko van der Vossen <wich@sourcemage.org>
- * BUILD, CONFIGURE, DEPENDS, DETAILS, INSTALL: copied from ruby
- * CONFIGURE: use RUBY_DOC var from original ruby spell as default
- * CONFLICTS: conflicts ruby
- * DETAILS: 1.9 only
- * PROVIDES: provides RUBY
-
-2010-01-09 Treeve Jelbert <treeve@sourcemage.org>
- * DETAILS: version 1.9.1-p376
- SECURITY_PATCH++, fixes CVE-2009-4124, fixes bug #15542
-
-2009-08-14 Vlad Glagolev <stealth@sourcemage.org>
- * DETAILS: updated spell to 1.8.7-p174; SECURITY_PATCH++
-
-2009-07-29 Treeve Jelbert <treeve@sourcemage.org>
- * DETAILS: version 1.9.1-p243
-
-2009-07-01 David Kowis <dkowis@shlrm.org>
- * DETAILS: updated latest stable to -p129 I'm sure there's security issues in there
- but I didn't see any listed anywhere. Rails was certainly broken, now
- works.
-
-2009-05-11 Vlad Glagolev <stealth@sourcemage.org>
- * DETAILS: updated spell to 1.8.7-p160, SECURITY_PATCH++
- * PRE_BUILD: removed
-
-2009-05-03 Treeve Jelbert <treeve@sourcemage.org>
- * PRE_BUILD: added, fix compile with gcc-4.4
-
-2009-01-31 Treeve Jelbert <treeve@sourcemage.org>
- * DETAILS: version 1.9.1-p0
- * PREPARE: update query text
-
-2008-12-03 David Kowis <dkowis@shlrm.org>
- * DETAILS: Added 1.9 version
- * PREPARE: added question for 1.9 version
-
-2008-08-11 Vlad Glagolev <stealth@sourcemage.org>
- * DETAILS: updated spell to 1.8.7-p72, SECURITY_PATCH++
-
-2008-08-08 Vlad Glagolev <stealth@sourcemage.org>
- * DETAILS: updated spell to 1.8.7-p71, SECURITY_PATCH++
-
-2008-06-20 Vlad Glagolev <stealth@sourcemage.org>
- * DETAILS: updated spell to 1.8.7-p22, renewed short desc
- * DEPENDS: cleaned up
-
-2008-06-09 Vlad Glagolev <stealth@sourcemage.org>
- * DETAILS: updated spell to 1.8.7-p17
-
-2008-06-01 Vlad Glagolev <stealth@sourcemage.org>
- * DETAILS: updated spell to 1.8.7, removed broken mirrors
-
-2008-04-23 Vlad Glagolev <stealth@sourcemage.org>
- removed useless gpg sig
-
-2008-04-16 Treeve Jelbert <treeve@sourcemage.org>
- * DETAILS: ruby-1.8.6-p114
-
-2007-12-01 Eric Sandall <sandalle@sourcemage.org>
- * DETAILS: Updated to 1.8.6-p111
-
-2007-09-25 Treeve Jelbert <treeve@sourcemage.org>
- * DETAILS: ruby-1.8.6=p110
-
-2007-06-09 Treeve Jelbert <treeve@sourcemage.org>
- * DETAILS: ruby-1.8.6=p36
- update some urls
-
-2007-03-12 Treeve Jelbert <treeve@sourcemage.org>
- * DETAILS: ruby-1.8.6
-
-2006-12-31 George Sherwood <george@beernabeer.com>
- * DETAILS: Updated to version 1.8.5-p12
-
-2006-12-04 Treeve Jelbert <treeve@sourcemage.org>
- * DETAILS: PATCHLEVEL++
- * BUILD: add --enable-threads
- fixes bug #13327
-
-2006-12-04 Treeve Jelbert <treeve@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@hawo.stw.uni-erlangen.de>
- * BUILD: remove -fomit-frame-pointer from CFLAGS as this causes a
- SEGFAULT #12643
-
-2006-11-06 Treeve Jelbert <treeve@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@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@sourcemage.org>
- * DETAILS: version 1.8.5
- remove PATCHLEVEL
- * PRE_BUILD, yaml-bignum-fix.patch: removed
-
-2006-08-15 Juuso Alasuutari <iuso@sourcemage.org>
- * DETAILS: [automated] Removed UPDATED (deprecated in favor of
- PATCHLEVEL).
-
-2006-03-13 Arwed v. Merkatz <v.merkatz@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@sourcemage.org>
- * DETAILS: (automated) Add KEYWORDS
-
-2005-12-25 Treeve Jelbert <treeve@sourcemage.org>
- * DETAILS: version 1.8.4
-
-2005-09-21 Ladislav Hagara <hgr@vabo.cz>
- * DETAILS: 1.8.3, md5 -> sha1
- * BUILD, openssl-098.patch: removed patch
-
-2005-08-14 Arwed v. Merkatz <v.merkatz@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@gmx.net>
- * INSTALL: added to install documentation so ri works
-
-2005-03-03 Arwed v. Merkatz <v.merkatz@gmx.net>
- * DEPENDS: added optional_depends on db
-
-2004-12-31 Paul Beel <beelboing@yahoo.com>
- * DETAILS: Updated to 1.8.2
- * HISTORY: Formatted to Guru Handbook
-
-2004-08-23 Eric Sandall <sandalle@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@sourcemage.org>
- * DETAILS: Updated to 1.8.1
- * HISTORY: Formatted to Guru Handbook
-
-2003-08-23 Eric Sandall <sandalle@sourcemage.org>
- * DETAILS: Updated to 1.8.0 (Bug #4049)
- Added some mirrors
-
-2003-04-07 Julian v. Bock <julian@wongr.net>
- * DEPENDS: add; add optional gdbm and tk deps.
-
-2002-12-31 Julian v. Bock <julian@wongr.net>
- * DETAILS: set VERSION to 1.6.8.
-
-2002-10-03 Julian v. Bock <julian@wongr.net>
- * DETAILS: add LICENSE and MD5 fields.
diff --git a/ruby-raa/ruby-1.9/INSTALL b/ruby-raa/ruby-1.9/INSTALL
deleted file mode 100755
index 7bd471971c..0000000000
--- a/ruby-raa/ruby-1.9/INSTALL
+++ /dev/null
@@ -1,5 +0,0 @@
-default_install &&
-
-if [[ $RUBY_DOCS == y ]]; then
- make install-doc
-fi
diff --git a/ruby-raa/ruby-1.9/PROVIDES b/ruby-raa/ruby-1.9/PROVIDES
deleted file mode 100755
index a62e12ac39..0000000000
--- a/ruby-raa/ruby-1.9/PROVIDES
+++ /dev/null
@@ -1 +0,0 @@
-RUBY