diff options
Diffstat (limited to 'dev-ruby/thor')
| -rw-r--r-- | dev-ruby/thor/metadata.xml | 21 | ||||
| -rw-r--r-- | dev-ruby/thor/thor-1.0.1.ebuild | 4 |
2 files changed, 13 insertions, 12 deletions
diff --git a/dev-ruby/thor/metadata.xml b/dev-ruby/thor/metadata.xml index 5a3ee8ed7504..642c9e6871fa 100644 --- a/dev-ruby/thor/metadata.xml +++ b/dev-ruby/thor/metadata.xml @@ -1,18 +1,19 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>ruby@gentoo.org</email> - <name>Gentoo Ruby Project</name> - </maintainer> - <longdescription> + <maintainer type="project"> + <email>ruby@gentoo.org</email> + <name>Gentoo Ruby Project</name> + </maintainer> + <longdescription> Thor is a simple and efficient tool for building self-documenting command line utilities. It removes the pain of parsing command line options, writing "USAGE:" banners, and can also be used as an alternative to the Rake build tool. The syntax is Rake-like, so it should be familiar to most Rake users. </longdescription> - <upstream> - <remote-id type="github">erikhuda/thor</remote-id> - </upstream> -</pkgmetadata> + <upstream> + <remote-id type="github">erikhuda/thor</remote-id> + </upstream> + <origin>gentoo-staging</origin> +</pkgmetadata>
\ No newline at end of file diff --git a/dev-ruby/thor/thor-1.0.1.ebuild b/dev-ruby/thor/thor-1.0.1.ebuild index 27c57a8e3c00..ee2a918b97ee 100644 --- a/dev-ruby/thor/thor-1.0.1.ebuild +++ b/dev-ruby/thor/thor-1.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -27,7 +27,7 @@ USE_RUBY="ruby25 ruby26" ruby_add_bdepend " dev-ruby/webmock )" -RDEPEND+=" !!<dev-ruby/thor-0.20.3-r1:0" +RDEPEND+=" !<dev-ruby/thor-0.20.3-r1:0" all_ruby_prepare() { # Remove rspec default options (as we might not have the last |
