diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2016-04-29 08:11:47 +0000 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-04-29 12:36:41 +0000 |
| commit | 80acbaee801184140fac0c967cbb8aa051db2b06 (patch) | |
| tree | 77c8128eadea951dd93cce5ba6632c5ddc120426 /testing/ruby-github-markdown | |
| parent | 5db5ee5c13e577e862e822501b2e4863fbd63195 (diff) | |
| download | aports-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-github-markdown')
| -rw-r--r-- | testing/ruby-github-markdown/APKBUILD | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/testing/ruby-github-markdown/APKBUILD b/testing/ruby-github-markdown/APKBUILD deleted file mode 100644 index f364880828..0000000000 --- a/testing/ruby-github-markdown/APKBUILD +++ /dev/null @@ -1,39 +0,0 @@ -# Contributor: Seung Soo Mun <hamletmun@gmail.com> -# Maintainer: -_gemname=github-markdown -pkgname=ruby-$_gemname -pkgver=0.6.5 -pkgrel=1 -pkgdesc="Self-contained Markdown parser for GitHub, with all our custom extensions" -url="http://rubygems.org/gems/$_gemname" -arch="all" -license="MIT" -depends="ruby" -depends_dev="" -makedepends="$depends_dev ruby-dev" -install="" -subpackages="" -source="http://gems.rubyforge.org/gems/$_gemname-$pkgver.gem" - -_builddir="$srcdir"/$_realname-$pkgver - -build() { - return 0 -} - -package() { - local _gemdir="$(ruby -rubygems -e'puts Gem.default_dir')" - local _geminstdir=$_gemdir/gems/$_gemname-$pkgver - mkdir -p "$pkgdir" || return 1 - - gem install --local --install-dir "$pkgdir"/$_gemdir \ - --ignore-dependencies --verbose --no-rdoc --no-ri \ - "$srcdir"/$_gemname-$pkgver.gem || return 1 - rm -rf "$pkgdir"/$_gemdir/cache \ - "$pkgdir"/$_geminstdir/ext \ - "$pkgdir"/$_geminstdir/.require_paths -} - -md5sums="c08aa1a1480236b97778161139053af1 github-markdown-0.6.5.gem" -sha256sums="69255d3878ff798ae4bec89f5f6552f72f5447dbd15ad3beecd1bf2cedf75277 github-markdown-0.6.5.gem" -sha512sums="1ff33c6a837f5e31d08930e65f35e7d51d55bc3f9bcd87e367066d39aa948e0e859fc32beb31114f15e7d31b9a6756a51a506aead3dc996118392a6aa3290c48 github-markdown-0.6.5.gem" |
