diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-03-25 01:43:45 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-03-25 18:00:26 +0100 |
commit | fa4a6bacd13e4616d8b92ab6e296c5783eef52fa (patch) | |
tree | 75d4fd3feeddec13696fd0c770e60966988969ae | |
parent | 0a53278913b208bc94d677208ad6ce98ae825737 (diff) | |
download | aports-fa4a6bacd13e4616d8b92ab6e296c5783eef52fa.tar.bz2 aports-fa4a6bacd13e4616d8b92ab6e296c5783eef52fa.tar.xz |
testing/ruby-nokogiri: move from testing and take maintainership
This is a gem with native extension (compiled C code) that depends on
some system libraries. It's known to be quite problematic, so better
to an aport for it.
It will be used as check-dependency in ruby-mathematical (yet another
quite problematic gem with native extension).
-rw-r--r-- | testing/ruby-nokogiri/APKBUILD (renamed from unmaintained/ruby-nokogiri/APKBUILD) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unmaintained/ruby-nokogiri/APKBUILD b/testing/ruby-nokogiri/APKBUILD index f096ac3220..4e64dedf80 100644 --- a/unmaintained/ruby-nokogiri/APKBUILD +++ b/testing/ruby-nokogiri/APKBUILD @@ -1,5 +1,5 @@ # Contributor: Fabian Affolter <fabian@affolter-engineering.ch> -# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> +# Maintainer: Jakub Jirutka <jakub@jirutka.cz> _gemname=nokogiri pkgname=ruby-$_gemname pkgver=1.6.7.2 |