diff options
author | Rick Farina <zerochaos@gentoo.org> | 2024-03-04 13:30:05 -0500 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2024-03-04 13:33:33 -0500 |
commit | 19b1b2bee2348c45769fb00813d0cd10f606d489 (patch) | |
tree | 6f562283f61ec424274d891bbbe8dfd29698a198 /dev-ruby | |
parent | dev-ruby/sdoc: drop myself as a maintainer (diff) | |
download | gentoo-19b1b2bee2348c45769fb00813d0cd10f606d489.tar.gz gentoo-19b1b2bee2348c45769fb00813d0cd10f606d489.tar.bz2 gentoo-19b1b2bee2348c45769fb00813d0cd10f606d489.zip |
dev-ruby/shoulda-matchers: remove myself as maintainer
Per discussion with Graaff, dropping myself as maintainer for everything
I originally added as a metasploit deps or worked on because it was a
metasploit dep. Adding ruby project where missing. Minor QA
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/shoulda-matchers/metadata.xml | 4 | ||||
-rw-r--r-- | dev-ruby/shoulda-matchers/shoulda-matchers-3.1.3-r2.ebuild | 3 | ||||
-rw-r--r-- | dev-ruby/shoulda-matchers/shoulda-matchers-4.5.1-r1.ebuild | 1 |
3 files changed, 1 insertions, 7 deletions
diff --git a/dev-ruby/shoulda-matchers/metadata.xml b/dev-ruby/shoulda-matchers/metadata.xml index a4d2f2e6fc5c..4d190d2c5eab 100644 --- a/dev-ruby/shoulda-matchers/metadata.xml +++ b/dev-ruby/shoulda-matchers/metadata.xml @@ -1,10 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <email>zerochaos@gentoo.org</email> - <name>Rick Farina</name> - </maintainer> <maintainer type="project"> <email>ruby@gentoo.org</email> <name>Gentoo Ruby Project</name> diff --git a/dev-ruby/shoulda-matchers/shoulda-matchers-3.1.3-r2.ebuild b/dev-ruby/shoulda-matchers/shoulda-matchers-3.1.3-r2.ebuild index 5ea244c81e7a..1291d75132f0 100644 --- a/dev-ruby/shoulda-matchers/shoulda-matchers-3.1.3-r2.ebuild +++ b/dev-ruby/shoulda-matchers/shoulda-matchers-3.1.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -19,6 +19,5 @@ HOMEPAGE="https://github.com/thoughtbot/shoulda-matchers" LICENSE="MIT" SLOT="3" KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86" -IUSE="" ruby_add_rdepend ">=dev-ruby/activesupport-4.0.0:*" diff --git a/dev-ruby/shoulda-matchers/shoulda-matchers-4.5.1-r1.ebuild b/dev-ruby/shoulda-matchers/shoulda-matchers-4.5.1-r1.ebuild index 2e9afc9f142f..dcca6f261291 100644 --- a/dev-ruby/shoulda-matchers/shoulda-matchers-4.5.1-r1.ebuild +++ b/dev-ruby/shoulda-matchers/shoulda-matchers-4.5.1-r1.ebuild @@ -22,7 +22,6 @@ SRC_URI="https://github.com/thoughtbot/shoulda-matchers/archive/v${PV}.tar.gz -> LICENSE="MIT" SLOT="$(ver_cut 1)" KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" -IUSE="" ruby_add_rdepend ">=dev-ruby/activesupport-4.2.0:*" |