From 4d7eef571f152a54c2a0c6ecc427a60d651d1e24 Mon Sep 17 00:00:00 2001 From: Jay Freeman Date: Thu, 12 Aug 2010 11:06:31 +0000 Subject: Replace RubyGems and remove RI. git-svn-id: http://svn.telesphoreo.org/trunk@727 514c082c-b64e-11dc-b46d-3d985efe055d --- data/ruby/_metadata/conflicts | 1 + data/ruby/_metadata/provides | 1 + data/ruby/_metadata/replaces | 1 + data/ruby/make.sh | 1 + data/rubygems/_metadata/description | 1 - data/rubygems/_metadata/license | 53 ------------------------------------ data/rubygems/_metadata/maintainer | 1 - data/rubygems/_metadata/name | 1 - data/rubygems/_metadata/priority | 1 - data/rubygems/_metadata/role | 1 - data/rubygems/_metadata/ruby.dep | 1 - data/rubygems/_metadata/section | 1 - data/rubygems/_metadata/tags | 1 - data/rubygems/_metadata/version | 1 - data/rubygems/make.sh | 6 ---- data/rubygems/rubygems-1.2.0.tgz | Bin 246920 -> 0 bytes 16 files changed, 4 insertions(+), 68 deletions(-) create mode 100644 data/ruby/_metadata/conflicts create mode 100644 data/ruby/_metadata/provides create mode 100644 data/ruby/_metadata/replaces delete mode 100644 data/rubygems/_metadata/description delete mode 100644 data/rubygems/_metadata/license delete mode 120000 data/rubygems/_metadata/maintainer delete mode 100644 data/rubygems/_metadata/name delete mode 100644 data/rubygems/_metadata/priority delete mode 100644 data/rubygems/_metadata/role delete mode 120000 data/rubygems/_metadata/ruby.dep delete mode 100644 data/rubygems/_metadata/section delete mode 100644 data/rubygems/_metadata/tags delete mode 100644 data/rubygems/_metadata/version delete mode 100644 data/rubygems/make.sh delete mode 100644 data/rubygems/rubygems-1.2.0.tgz (limited to 'data') diff --git a/data/ruby/_metadata/conflicts b/data/ruby/_metadata/conflicts new file mode 100644 index 000000000..cec9bb503 --- /dev/null +++ b/data/ruby/_metadata/conflicts @@ -0,0 +1 @@ +rubygems diff --git a/data/ruby/_metadata/provides b/data/ruby/_metadata/provides new file mode 100644 index 000000000..cec9bb503 --- /dev/null +++ b/data/ruby/_metadata/provides @@ -0,0 +1 @@ +rubygems diff --git a/data/ruby/_metadata/replaces b/data/ruby/_metadata/replaces new file mode 100644 index 000000000..cec9bb503 --- /dev/null +++ b/data/ruby/_metadata/replaces @@ -0,0 +1 @@ +rubygems diff --git a/data/ruby/make.sh b/data/ruby/make.sh index b99556a4b..c207dcb7d 100644 --- a/data/ruby/make.sh +++ b/data/ruby/make.sh @@ -7,4 +7,5 @@ touch iconv.c make LOCAL_LIBS=-liconv cd ../.. pkg:install +pkg: rm -rf /usr/share/ri pkg: rm -f /usr/lib/libruby-static.a diff --git a/data/rubygems/_metadata/description b/data/rubygems/_metadata/description deleted file mode 100644 index b2bf6ca14..000000000 --- a/data/rubygems/_metadata/description +++ /dev/null @@ -1 +0,0 @@ -standard ruby package manager diff --git a/data/rubygems/_metadata/license b/data/rubygems/_metadata/license deleted file mode 100644 index db88c5e11..000000000 --- a/data/rubygems/_metadata/license +++ /dev/null @@ -1,53 +0,0 @@ -RubyGems is copyrighted free software by Chad Fowler, Rich Kilmer, Jim -Weirich and others. You can redistribute it and/or modify it under -either the terms of the GPL (see the GPL.txt file), or the conditions -below: - - 1. You may make and give away verbatim copies of the source form of the - software without restriction, provided that you duplicate all of the - original copyright notices and associated disclaimers. - - 2. You may modify your copy of the software in any way, provided that - you do at least ONE of the following: - - a) place your modifications in the Public Domain or otherwise - make them Freely Available, such as by posting said - modifications to Usenet or an equivalent medium, or by allowing - the author to include your modifications in the software. - - b) use the modified software only within your corporation or - organization. - - c) rename any non-standard executables so the names do not conflict - with standard executables, which must also be provided. - - d) make other distribution arrangements with the author. - - 3. You may distribute the software in object code or executable - form, provided that you do at least ONE of the following: - - a) distribute the executables and library files of the software, - together with instructions (in the manual page or equivalent) - on where to get the original distribution. - - b) accompany the distribution with the machine-readable source of - the software. - - c) give non-standard executables non-standard names, with - instructions on where to get the original software distribution. - - d) make other distribution arrangements with the author. - - 4. You may modify and include the part of the software into any other - software (possibly commercial). - - 5. The scripts and library files supplied as input to or produced as - output from the software do not automatically fall under the - copyright of the software, but belong to whomever generated them, - and may be sold commercially, and may be aggregated with this - software. - - 6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR - IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR - PURPOSE. diff --git a/data/rubygems/_metadata/maintainer b/data/rubygems/_metadata/maintainer deleted file mode 120000 index 0fa66e077..000000000 --- a/data/rubygems/_metadata/maintainer +++ /dev/null @@ -1 +0,0 @@ -../../../people/saurik \ No newline at end of file diff --git a/data/rubygems/_metadata/name b/data/rubygems/_metadata/name deleted file mode 100644 index 503d8b988..000000000 --- a/data/rubygems/_metadata/name +++ /dev/null @@ -1 +0,0 @@ -RubyGems diff --git a/data/rubygems/_metadata/priority b/data/rubygems/_metadata/priority deleted file mode 100644 index 134d9bc32..000000000 --- a/data/rubygems/_metadata/priority +++ /dev/null @@ -1 +0,0 @@ -optional diff --git a/data/rubygems/_metadata/role b/data/rubygems/_metadata/role deleted file mode 100644 index 52b4d7301..000000000 --- a/data/rubygems/_metadata/role +++ /dev/null @@ -1 +0,0 @@ -hacker diff --git a/data/rubygems/_metadata/ruby.dep b/data/rubygems/_metadata/ruby.dep deleted file mode 120000 index 3fd972c1c..000000000 --- a/data/rubygems/_metadata/ruby.dep +++ /dev/null @@ -1 +0,0 @@ -../../ruby \ No newline at end of file diff --git a/data/rubygems/_metadata/section b/data/rubygems/_metadata/section deleted file mode 100644 index 702b7b8d3..000000000 --- a/data/rubygems/_metadata/section +++ /dev/null @@ -1 +0,0 @@ -Packaging diff --git a/data/rubygems/_metadata/tags b/data/rubygems/_metadata/tags deleted file mode 100644 index b56f37c68..000000000 --- a/data/rubygems/_metadata/tags +++ /dev/null @@ -1 +0,0 @@ -purpose::library, purpose::console diff --git a/data/rubygems/_metadata/version b/data/rubygems/_metadata/version deleted file mode 100644 index 26aaba0e8..000000000 --- a/data/rubygems/_metadata/version +++ /dev/null @@ -1 +0,0 @@ -1.2.0 diff --git a/data/rubygems/make.sh b/data/rubygems/make.sh deleted file mode 100644 index b1af2a998..000000000 --- a/data/rubygems/make.sh +++ /dev/null @@ -1,6 +0,0 @@ -shopt -s extglob -pkg:setup -ruby setup.rb --prefix="${PKG_DEST}/usr" -pkg: sed -i -e 's/^#!.*/#!\/usr\/bin\/ruby/' /usr/bin/gem -pkg: mkdir -p /usr/lib/ruby/site_ruby/1.8 -mv "${PKG_DEST}"/usr/lib/!(ruby) "${PKG_DEST}"/usr/lib/ruby/site_ruby/1.8 diff --git a/data/rubygems/rubygems-1.2.0.tgz b/data/rubygems/rubygems-1.2.0.tgz deleted file mode 100644 index 97455f32d..000000000 Binary files a/data/rubygems/rubygems-1.2.0.tgz and /dev/null differ -- cgit v1.2.3