diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-01-02 06:31:11 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-01-02 06:31:11 +0000 |
commit | ff733bfb4d0bd82175e03255004faef8721b53ea (patch) | |
tree | c1061dbb981bc9e61d4f31b6610569711c7b482f /dev-ruby/xml-simple | |
parent | c4d4d544a37efc45bd5482e62e1fcdbe7d5993d3 (diff) |
gentoo auto-resync : 02:01:2025 - 06:31:11
Diffstat (limited to 'dev-ruby/xml-simple')
-rw-r--r-- | dev-ruby/xml-simple/Manifest | 2 | ||||
-rw-r--r-- | dev-ruby/xml-simple/xml-simple-1.1.9.ebuild | 7 |
2 files changed, 4 insertions, 5 deletions
diff --git a/dev-ruby/xml-simple/Manifest b/dev-ruby/xml-simple/Manifest index bb9a8ccc45d9..1a6d06485f96 100644 --- a/dev-ruby/xml-simple/Manifest +++ b/dev-ruby/xml-simple/Manifest @@ -1,3 +1,3 @@ DIST xml-simple-1.1.9.tar.gz 119573 BLAKE2B fd23d75f45265093f7d7a6a1a96a5872bc12d918f775a88339f82bd3a5f710c3db23390769b3d88832b145aee04863734061b27210f129dc23b62ce8c6b02824 SHA512 3bc53558adb65b0d9c4c1e7f2980b5d3cd2fa7f2b0ec1969c1631bd95960be504eacc459830ce83f08d11c080250346e6059c8c463faf372c1e61bbc1fc86804 -EBUILD xml-simple-1.1.9.ebuild 704 BLAKE2B a6b6fcfd6c20629b91732b2a88dcd993a105ac67182a3f7aa7456b334c4e761652d98f816653fe48ae955ea04bc0a303f652ad54cbac3d6a9f9f2c29848203fd SHA512 220e3ac4d156294be83f63ceadb0048dfc89e8102d81541993fa2830616f0bfa2e74b6e7c2f4f57359601da92040fee2af9ac22d36ac9f8c6b6c2b75080d3111 +EBUILD xml-simple-1.1.9.ebuild 703 BLAKE2B ecb7881ce98238c9788c74ee8d1e711f96eab37422c8cc7d07a7f7c9446495431478f816d741c4eb4afe14514f264ea46dcf1ff272db8d9ebafacb4b52a4fc56 SHA512 8d21df1c5c023757ace08a349a2b16e470bce2b1310160e7113598beea5c6f508ecaf7a4041bf06fe01790e6e9ca690e2fa3f78b114c4e7ead2f6bd14098b8d5 MISC metadata.xml 342 BLAKE2B 09b84530611bce4e3deb7b205a6d1c293283b4947cd2d25761cf93828d5c3339dc21e536b3e38bcdf516ee22e6e101ecd57a5ecd24c0695441b84e68fa61ce6e SHA512 0237ff135ab962bfc2deaf4c3b0512e33e050e56e1c7464aeab9d20c94b6f3aa1c45ee4be1cbb7e464afcdd379666191812f10f716df26769137484ac8395b94 diff --git a/dev-ruby/xml-simple/xml-simple-1.1.9.ebuild b/dev-ruby/xml-simple/xml-simple-1.1.9.ebuild index 4a7728708066..28cf9fa57377 100644 --- a/dev-ruby/xml-simple/xml-simple-1.1.9.ebuild +++ b/dev-ruby/xml-simple/xml-simple-1.1.9.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby31 ruby32 ruby33" +USE_RUBY="ruby31 ruby32 ruby33 ruby34" COMMIT=7b8bdf7b33ab872bb4d1fb8eeecba5c5e1a4a421 @@ -10,14 +10,13 @@ RUBY_FAKEGEM_GEMSPEC="xml-simple.gemspec" inherit ruby-fakegem -SRC_URI="https://github.com/maik/xml-simple/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" DESCRIPTION="Easy API to maintain XML. A Ruby port of Grant McLean's Perl module XML::Simple" HOMEPAGE="https://github.com/maik/xml-simple" +SRC_URI="https://github.com/maik/xml-simple/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="amd64 ~arm64 ~ppc x86" -IUSE="" RUBY_S="${PN}-${COMMIT}" |