user/ruby3.2-test-unit: drop due migration to ilot iports
This commit is contained in:
parent
8a2a28342a
commit
ece30e0fbb
2 changed files with 0 additions and 62 deletions
|
@ -1,54 +0,0 @@
|
||||||
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
|
|
||||||
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
|
|
||||||
pkgname=ruby3.2-test-unit
|
|
||||||
_gemname=test-unit
|
|
||||||
# Keep version in sync with "Bundled gems" (https://stdgems.org) for the
|
|
||||||
# packaged Ruby version.
|
|
||||||
pkgver=3.5.7
|
|
||||||
pkgrel=0
|
|
||||||
pkgdesc="An xUnit family unit testing framework for Ruby"
|
|
||||||
url="https://test-unit.github.io"
|
|
||||||
arch="noarch"
|
|
||||||
license="BSD-2-Clause AND Python-2.0 AND Ruby"
|
|
||||||
depends="ruby3.2 ruby3.2-power_assert"
|
|
||||||
makedepends="ruby3.2-rdoc"
|
|
||||||
subpackages="$pkgname-doc"
|
|
||||||
source="https://github.com/test-unit/test-unit/archive/$pkgver/$_gemname-$pkgver.tar.gz
|
|
||||||
gemspec.patch
|
|
||||||
"
|
|
||||||
builddir="$srcdir/$_gemname-$pkgver"
|
|
||||||
|
|
||||||
build() {
|
|
||||||
gem build $_gemname.gemspec
|
|
||||||
}
|
|
||||||
|
|
||||||
check() {
|
|
||||||
ruby test/run-test.rb
|
|
||||||
}
|
|
||||||
|
|
||||||
package() {
|
|
||||||
local gemdir="$pkgdir/$(ruby -e 'puts Gem.default_dir')"
|
|
||||||
|
|
||||||
gem install \
|
|
||||||
--local \
|
|
||||||
--install-dir "$gemdir" \
|
|
||||||
--ignore-dependencies \
|
|
||||||
--document ri \
|
|
||||||
--verbose \
|
|
||||||
$_gemname
|
|
||||||
|
|
||||||
# Remove unnessecary files
|
|
||||||
cd "$gemdir"
|
|
||||||
rm -rf build_info cache extensions plugins
|
|
||||||
}
|
|
||||||
|
|
||||||
doc() {
|
|
||||||
pkgdesc="$pkgdesc (ri docs)"
|
|
||||||
|
|
||||||
amove "$(ruby -e 'puts Gem.default_dir')"/doc
|
|
||||||
}
|
|
||||||
|
|
||||||
sha512sums="
|
|
||||||
af678a89590c9305eeac3a4e5c7e99354df5b49157de573ee3ff312dad9f12dbcaef3dfe7ffc256194e39e0438625acdd9ab3e9686d7e2c58b2cf225f7f1f74c test-unit-3.5.7.tar.gz
|
|
||||||
22f54fcf272856a9455d5a7276896ec329377b106ab47e3d376158eee72cf570f4487dd87606d730d061e7b06e5d7a0ff561cd8d279a64d8af0ac04e0f2dba92 gemspec.patch
|
|
||||||
"
|
|
|
@ -1,8 +0,0 @@
|
||||||
--- a/test-unit.gemspec
|
|
||||||
+++ b/test-unit.gemspec
|
|
||||||
@@ -27,4 +27 @@
|
|
||||||
- spec.files = ["README.md", "Rakefile"]
|
|
||||||
- spec.files += ["COPYING", "BSDL", "PSFL"]
|
|
||||||
- spec.files += Dir.glob("{lib,sample}/**/*.rb")
|
|
||||||
- spec.files += Dir.glob("doc/text/**/*.*")
|
|
||||||
+ spec.files += Dir.glob("lib/**/*.rb")
|
|
Loading…
Reference in a new issue