summaryrefslogtreecommitdiff
path: root/dev-ruby/plist
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-05-12 16:42:50 +0300
committerV3n3RiX <venerix@koprulu.sector>2022-05-12 16:42:50 +0300
commit752d6256e5204b958b0ef7905675a940b5e9172f (patch)
tree330d16e6362a49cbed8875a777fe641a43376cd3 /dev-ruby/plist
parent0c100b7dd2b30e75b799d806df4ef899fd98e1ea (diff)
gentoo resync : 12.05.2022
Diffstat (limited to 'dev-ruby/plist')
-rw-r--r--dev-ruby/plist/Manifest4
-rw-r--r--dev-ruby/plist/plist-3.5.0.ebuild28
-rw-r--r--dev-ruby/plist/plist-3.6.0.ebuild4
3 files changed, 3 insertions, 33 deletions
diff --git a/dev-ruby/plist/Manifest b/dev-ruby/plist/Manifest
index 6798ec148c30..a80cf6694f3f 100644
--- a/dev-ruby/plist/Manifest
+++ b/dev-ruby/plist/Manifest
@@ -1,5 +1,3 @@
-DIST plist-3.5.0.tar.gz 36650 BLAKE2B 8f93f8ef2fdedd9da50c4bdf9c473d3b199cd828909ea1572b761bc4e8d0508e997a60737ea21c7fa96764787ecefd41aa0b0046f94d3f89de796a746a794e21 SHA512 b1c9ccd66db1e0d1ebef3931f6db0f57ace2a1bb417885da48e9658c66af28997b6675a8050db78fe0083f05afc91e1313cb823d79553288d7c0c4a3a9762920
DIST plist-3.6.0.tar.gz 37311 BLAKE2B dd9bd1a7cf62974fb4b51744ab826ab65e6e02030073ec3b60b3d420982b65ceb3b1c1bb50e0f38fb68e25c366b17e7885cf5053418338ea05c324afad2df5b7 SHA512 d5991d944d8f02cacecdbdf9834379f34fd915eb3cf252aa1923e8d49a3b17c72ae07fbd53f1cfe9d0c14147729f4736838e4cea3fc286a90280bcc3de4b7fd1
-EBUILD plist-3.5.0.ebuild 777 BLAKE2B 1c7c3ada11258d96905ea5d8d31e842bbb01441423f156042e882eaeae08f09c8ea776b56bebe908ac71fdaa7bd18e025194f16f0ed92e19a2988660c442c4c6 SHA512 75634873f83b47bb9c63e8fbc0aeadb6df0a0020a686c690765c60ac68513f4c6c38c740a25c13153c34e486d18d33349dcf3f9ba654dc5f9efa3f9f72bbf099
-EBUILD plist-3.6.0.ebuild 746 BLAKE2B c0204067aece20845f245239e90bbba318c3452b66dcde88828fff9b03e846f869f846d5e5eb34392b381c5b8706e725b9844c6714912fad9265ea57f75fa5c2 SHA512 f296f72409811833eec558c609202cf4762fefed79315b0ae24765c2fcfe05579d9fa9b7d21915d003804faac789f9ac051888147e89de7a692b8fd566dd2c40
+EBUILD plist-3.6.0.ebuild 746 BLAKE2B c8f1a89794ecb021bb2bb8a8b6ac34fb6a81bd813740d2bb4d0424fb52c2adaf7da47e4932ab24281dda8a32023b93649638bdcd04f480adee4e662f1a0adf26 SHA512 4c75bc8c71cecbf6f6d75c62dd140cafd6fe30b08a80779090135169e0571f03f4dc478db1d27718b8a8e1c6a997f817d51d090aa15a53dd1f69ac2a20d734f3
MISC metadata.xml 331 BLAKE2B 1ab06588a0b4c36115f96e927d4dbe3a7940a136651ab9ae52ef7753940d4712243cb72f1fb4d0e02466bf77599f53ffbf0890b2c29108bf82a27716838282d5 SHA512 19f202a62e9f20b13deb0216f5297a94b755ea8cb4f349266a1dff6f550b8efe7c98138f6d6ab1889b028677f80ddc2ae15495185687a622d6341f9e2d940a64
diff --git a/dev-ruby/plist/plist-3.5.0.ebuild b/dev-ruby/plist/plist-3.5.0.ebuild
deleted file mode 100644
index eb0ca18ca57f..000000000000
--- a/dev-ruby/plist/plist-3.5.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="A library to manipulate Property List files, also known as plists"
-HOMEPAGE="https://github.com/patsplat/plist"
-SRC_URI="https://github.com/patsplat/plist/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
-IUSE=""
-
-all_ruby_prepare() {
- sed -i -e '/bundler/ s:^:#:' Rakefile || die
- sed -i -e 's/git ls-files -z/find . -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die
-}
diff --git a/dev-ruby/plist/plist-3.6.0.ebuild b/dev-ruby/plist/plist-3.6.0.ebuild
index 3d6bd85d776b..ead510f58365 100644
--- a/dev-ruby/plist/plist-3.6.0.ebuild
+++ b/dev-ruby/plist/plist-3.6.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27 ruby30"
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc"