aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ruby-webrobots
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-04-29 08:11:47 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-04-29 12:36:41 +0000
commit80acbaee801184140fac0c967cbb8aa051db2b06 (patch)
tree77c8128eadea951dd93cce5ba6632c5ddc120426 /testing/ruby-webrobots
parent5db5ee5c13e577e862e822501b2e4863fbd63195 (diff)
downloadaports-80acbaee801184140fac0c967cbb8aa051db2b06.tar.bz2
aports-80acbaee801184140fac0c967cbb8aa051db2b06.tar.xz
move testing/ruby-* to unmaintained
ruby-mime-types and ruby-nokogiri was there already so remove those
Diffstat (limited to 'testing/ruby-webrobots')
-rw-r--r--testing/ruby-webrobots/APKBUILD39
1 files changed, 0 insertions, 39 deletions
diff --git a/testing/ruby-webrobots/APKBUILD b/testing/ruby-webrobots/APKBUILD
deleted file mode 100644
index 7596c437a8..0000000000
--- a/testing/ruby-webrobots/APKBUILD
+++ /dev/null
@@ -1,39 +0,0 @@
-# Contributor: Francesco Colista <fcolista@alpinelinux.org>
-# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
-
-_gemname=webrobots
-pkgname=ruby-$_gemname
-pkgver=0.1.1
-pkgrel=0
-pkgdesc="A Ruby library to help write robots.txt compliant web robots"
-arch="noarch"
-url="https://github.com/knu/webrobots"
-license="'2-clause BSDL'"
-depends="ruby"
-depends_dev=
-makedepends="$depends_dev"
-source="https://rubygems.org/downloads/$_gemname-$pkgver.gem"
-_builddir="$srcdir"/$_gemname-$pkgver
-
-build() {
- mkdir -p "$_builddir" || return 1
- export _gemdir="$(ruby -rubygems -e'puts Gem.default_dir')"
- gem install $_gemname -v $pkgver -i "$_builddir"$_gemdir \
- --ignore-dependencies \
- --verbose \
- --no-rdoc \
- --no-ri \
- || return 1
- rm -rf "$pkgdir"/$_gemdir/cache \
- "$pkgdir"/$_geminstdir/ext \
- "$pkgdir"/$_geminstdir/.require_paths
-}
-
-package() {
- mkdir -p "$pkgdir" || return 1
- cp -ra "$_builddir"/* "$pkgdir"/ || return 1
- install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}
-md5sums="d2330caff6eb246b687cf8cdfdc06fdd webrobots-0.1.1.gem"
-sha256sums="568c5e5a149c5e7fbd5065522bb986ddd8f147e8586818ab7e79d6a02e8496ca webrobots-0.1.1.gem"
-sha512sums="f303c238620d17cb64064d11eb352d2afb32529f7092609484e5e232ccbc903683f89116a0e5232605b6d0286a4a76b82e71e44884a7b77d12125f3b3c6c5a34 webrobots-0.1.1.gem"