From b380f63aaa22bbff1d22eaf428b355d8667ac966 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Wed, 2 Mar 2022 16:16:21 +0100 Subject: pcr: remove ruby-asciidoctor asciidoctor is already in Arch Linux community, and it is more recent. On armv7h we have: community/asciidoctor 2.0.17-1 An implementation of AsciiDoc in Ruby and on i686 we have: community/asciidoctor 2.0.17-1.0 [installed] An implementation of AsciiDoc in Ruby and on x86_64 we have: community/asciidoctor 2.0.17-1 An implementation of AsciiDoc in Ruby So we don't need the pakcage from pcr anymore. Signed-off-by: Denis 'GNUtoo' Carikli --- pcr/ruby-asciidoctor/PKGBUILD | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 pcr/ruby-asciidoctor/PKGBUILD (limited to 'pcr') diff --git a/pcr/ruby-asciidoctor/PKGBUILD b/pcr/ruby-asciidoctor/PKGBUILD deleted file mode 100644 index 40b42f71d..000000000 --- a/pcr/ruby-asciidoctor/PKGBUILD +++ /dev/null @@ -1,35 +0,0 @@ -# Generated by gem2arch (https://github.com/anatol/gem2arch) -# Contributor (AUR): Nicolas Bigaouette -# Maintainer (AUR): Nick Østergaard - -_gemname=asciidoctor -pkgname=ruby-$_gemname -pkgver=1.5.8 -pkgdesc='An implementation of the AsciiDoc text processor and publishing toolchain in Ruby' -url='http://asciidoctor.org' -license=(MIT) - -pkgrel=1 -arch=(any) -depends=(ruby) -makedepends=(rubygems) -options=(!emptydirs) -source=($pkgname-$pkgver.tar.gz::https://github.com/asciidoctor/asciidoctor/archive/v$pkgver.tar.gz) -sha256sums=('bc225145feb7876bce5188aa3ef511fad49b141ec18e1bb60e69b33b0a100da0') - -build() { - cd "$srcdir/$_gemname-$pkgver" - - gem build $_gemname.gemspec -} - -package() { - cd "$srcdir/$_gemname-$pkgver" - - local _gemdir="$(ruby -rubygems -e'puts Gem.default_dir')" - gem install --no-user-install --ignore-dependencies -i "$pkgdir$_gemdir" -n "$pkgdir/usr/bin" \ - "$_gemname-$pkgver.gem" - - install -Dm644 "$pkgdir$_gemdir"/gems/$_gemname-$pkgver/LICENSE \ - "$pkgdir"/usr/share/licenses/$pkgname/LICENSE -} -- cgit v1.2.3