diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-03-11 13:28:31 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-03-11 13:28:31 +0000 |
| commit | 5d746f47a67753f93058197eb3c72cb7b44cdfd3 (patch) | |
| tree | 31de3cedabd99d8d4f11cbe375ffb706632bc092 /dev-ruby/xpath | |
| parent | 8a9f28d9fd3f3e0141566caf8b6ff044ad02ae21 (diff) | |
| download | baldeagleos-repo-5d746f47a67753f93058197eb3c72cb7b44cdfd3.tar.gz baldeagleos-repo-5d746f47a67753f93058197eb3c72cb7b44cdfd3.tar.xz baldeagleos-repo-5d746f47a67753f93058197eb3c72cb7b44cdfd3.zip | |
Adding metadata
Diffstat (limited to 'dev-ruby/xpath')
| -rw-r--r-- | dev-ruby/xpath/metadata.xml | 4 | ||||
| -rw-r--r-- | dev-ruby/xpath/xpath-3.2.0-r1.ebuild | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-ruby/xpath/metadata.xml b/dev-ruby/xpath/metadata.xml index 246d194b7ec0..5f00057b881b 100644 --- a/dev-ruby/xpath/metadata.xml +++ b/dev-ruby/xpath/metadata.xml @@ -5,6 +5,8 @@ <email>ruby@gentoo.org</email> <name>Gentoo Ruby Project</name> </maintainer> - + <upstream> + <remote-id type="rubygems">xpath</remote-id> + </upstream> <origin>gentoo-staging</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-ruby/xpath/xpath-3.2.0-r1.ebuild b/dev-ruby/xpath/xpath-3.2.0-r1.ebuild index b1bc0903ead4..93dc28a3b062 100644 --- a/dev-ruby/xpath/xpath-3.2.0-r1.ebuild +++ b/dev-ruby/xpath/xpath-3.2.0-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby26 ruby27 ruby30 ruby31" +USE_RUBY="ruby27 ruby30 ruby31 ruby32" RUBY_FAKEGEM_EXTRADOC="README.md" @@ -12,7 +12,7 @@ RUBY_FAKEGEM_RECIPE_TEST="rspec3" inherit ruby-fakegem DESCRIPTION="XPath is a Ruby DSL around a subset of XPath 1.0" -HOMEPAGE="https://github.com/jnicklas/xpath" +HOMEPAGE="https://github.com/teamcapybara/xpath" LICENSE="MIT" KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" |
