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-markup | |
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-markup')
-rw-r--r-- | testing/ruby-github-markup/APKBUILD | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/testing/ruby-github-markup/APKBUILD b/testing/ruby-github-markup/APKBUILD deleted file mode 100644 index c69a07ef72..0000000000 --- a/testing/ruby-github-markup/APKBUILD +++ /dev/null @@ -1,39 +0,0 @@ -# Contributor: Seung Soo Mun <hamletmun@gmail.com> -# Maintainer: -_gemname=github-markup -pkgname=ruby-$_gemname -pkgver=1.2.1 -pkgrel=0 -pkgdesc="This gem is used by GitHub to render any fancy markup such as Markdown, Textile, Org-Mode, etc." -url="http://rubygems.org/gems/$_gemname" -arch="noarch" -license="MIT" -depends="ruby ruby-posix-spawn" -depends_dev="" -makedepends="$depends_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="0eb65135996807d5aa70d2c94d9f1e69 github-markup-1.2.1.gem" -sha256sums="33f291b7b94f6c6a9b42671cf2985b140312c3fef9d918ac928c08d562fa09b9 github-markup-1.2.1.gem" -sha512sums="0c086ef81ebfa7a152395e745ed27235fe684e8e906a00c81caf9418944280ba0957039aa516b9655241b1e49dc153f2281b81a4c80c1be994c1674c5d6d1632 github-markup-1.2.1.gem" |