mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-ruby/vcard: cleanup
Package-Manager: Portage-2.3.19, Repoman-2.3.6
This commit is contained in:
@@ -1,3 +1 @@
|
||||
DIST vcard-0.2.13.gem 51712 BLAKE2B 5b33ddcf7ce0d514924482b78447345a30204c28f10faba444e47b1004351e1be1f3bc4f75468ed6789af8d40299d2b0c1e1b93e0ae53ab0aa7f56a89e7ce2de SHA512 4ab38ad9408349e7a8fc15ebb75d7bfa50607e81987965bf03625cde0991df8a11c78ae7e2e5d7144e555f7d501ac5e0e4575015068d2dd8f579f4ffd392dae7
|
||||
DIST vcard-0.2.14.gem 52224 BLAKE2B e97c8b477bc623a5ec4806046ac4160a50e93fae055048e1a8dd14d84530abf7535d1e31fc0a952ce098ffeb59e873d47b54f69850bb1dcae648cdad8a2d4473 SHA512 b40223afac51391c6da6350e59405e5450647a9136b7e2b3873d111731a4c922af6ade23c30b7d02ebcd9f04cfa032a56ade528333f5930c9d073d42e813d049
|
||||
DIST vcard-0.2.15.gem 52224 BLAKE2B bb9850d69048709b27f5031c038dad774a175161d70402e0cb8edd8976a88da7ddb8effeab1efe3d0f794a41fbc45ce748fd0d170d9eafe99556d396792d28d1 SHA512 598133f82fcbb3e953a0ec9e933fd140f5b3501870a1698f202ae7990aea82aa2c9951c7ab4e6abd29b826771fb810fee3c8c890feb0ca3a19bd3ca9197c176b
|
||||
|
||||
@@ -1,25 +0,0 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
USE_RUBY="ruby20 ruby21 ruby22 ruby23"
|
||||
|
||||
# Avoid the complexity of the "rake" recipe and run testrb-2 manually.
|
||||
RUBY_FAKEGEM_RECIPE_TEST=none
|
||||
RUBY_FAKEGEM_RECIPE_DOC=none
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="Ruby vcard support extracted from Vpim"
|
||||
HOMEPAGE="https://github.com/qoobaa/vcard"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
ruby_add_bdepend "test? ( dev-ruby/test-unit:2 )"
|
||||
|
||||
each_ruby_test() {
|
||||
ruby-ng_testrb-2 --load-path=lib --pattern='.*_test\.rb' test/
|
||||
}
|
||||
@@ -1,25 +0,0 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
USE_RUBY="ruby20 ruby21 ruby22 ruby23"
|
||||
|
||||
# Avoid the complexity of the "rake" recipe and run testrb-2 manually.
|
||||
RUBY_FAKEGEM_RECIPE_TEST=none
|
||||
RUBY_FAKEGEM_RECIPE_DOC=none
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="Ruby vcard support extracted from Vpim"
|
||||
HOMEPAGE="https://github.com/qoobaa/vcard"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
ruby_add_bdepend "test? ( dev-ruby/test-unit:2 )"
|
||||
|
||||
each_ruby_test() {
|
||||
ruby-ng_testrb-2 --load-path=lib --pattern='.*_test\.rb' test/
|
||||
}
|
||||
Reference in New Issue
Block a user