aboutsummaryrefslogtreecommitdiffstats
path: root/main/rubygems
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-10-12 15:04:13 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-10-15 14:22:18 +0000
commitaffc941bf3261e94db8547483aa27956d3f78c2c (patch)
treed46860935cf5464b8a8f4f521a346e2a486b03b1 /main/rubygems
parentc961c203446b59afbe21efb1bc52d5c322d019e3 (diff)
downloadaports-affc941bf3261e94db8547483aa27956d3f78c2c.tar.bz2
aports-affc941bf3261e94db8547483aa27956d3f78c2c.tar.xz
main/rubygems: renamed to ruby-gems and bundled with ruby itself
Diffstat (limited to 'main/rubygems')
-rw-r--r--main/rubygems/APKBUILD26
1 files changed, 0 insertions, 26 deletions
diff --git a/main/rubygems/APKBUILD b/main/rubygems/APKBUILD
deleted file mode 100644
index 054588dc6a..0000000000
--- a/main/rubygems/APKBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# Contributor: Carlo Landmeter <clandmeter@gmail.com>
-# Maintainer: Carlo Landmeter <clandmeter@gmail.com>
-pkgname=rubygems
-pkgver=1.3.5
-pkgrel=5
-pkgdesc="Ruby package manager"
-url="http://docs.rubygems.org"
-arch="noarch"
-license="GPL"
-depends="ruby"
-makedepends="ruby"
-source="http://rubyforge.org/frs/download.php/60718/rubygems-1.3.5.tgz
- "
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- ruby setup.rb --prefix="$pkgdir"/usr \
- --verbose --no-rdoc --no-ri
- mkdir -p "$pkgdir"/usr/lib/ruby/1.8
- cd "$pkgdir"/usr/lib
- mv rbconfig rubygems rubygems.rb ubygems.rb \
- "$pkgdir"/usr/lib/ruby/1.8
-}
-
-md5sums="6e317335898e73beab15623cdd5f8cff rubygems-1.3.5.tgz"