summaryrefslogtreecommitdiff
path: root/dev-ruby/plist
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
commit3cf7c3ef441822c889356fd1812ebf2944a59851 (patch)
treec513fe68548b40365c1c2ebfe35c58ad431cdd77 /dev-ruby/plist
parent05b8b0e0af1d72e51a3ee61522941bf7605cd01c (diff)
gentoo resync : 25.08.2020
Diffstat (limited to 'dev-ruby/plist')
-rw-r--r--dev-ruby/plist/Manifest4
-rw-r--r--dev-ruby/plist/plist-3.4.0.ebuild28
-rw-r--r--dev-ruby/plist/plist-3.5.0.ebuild4
3 files changed, 3 insertions, 33 deletions
diff --git a/dev-ruby/plist/Manifest b/dev-ruby/plist/Manifest
index 36496da42f19..08b0a459b9b4 100644
--- a/dev-ruby/plist/Manifest
+++ b/dev-ruby/plist/Manifest
@@ -1,5 +1,3 @@
-DIST plist-3.4.0.tar.gz 36637 BLAKE2B 8ea6b11c9adca311d91cf22f7ca11cdcb3acbbb97e18a813de754acc4474183fdd7cdb569b8fe64da06170219ef2fdcabec1d2349399006254c7f399365d1f97 SHA512 01dc47b183b7dce1f20fad8d68d1bebbb6d509c62b77f41855305bf5aafd1abf7960d74f1cb9d2467648a166fbb1747bbdd57f228f10ac091d16ab1a7189525b
DIST plist-3.5.0.tar.gz 36650 BLAKE2B 8f93f8ef2fdedd9da50c4bdf9c473d3b199cd828909ea1572b761bc4e8d0508e997a60737ea21c7fa96764787ecefd41aa0b0046f94d3f89de796a746a794e21 SHA512 b1c9ccd66db1e0d1ebef3931f6db0f57ace2a1bb417885da48e9658c66af28997b6675a8050db78fe0083f05afc91e1313cb823d79553288d7c0c4a3a9762920
-EBUILD plist-3.4.0.ebuild 788 BLAKE2B d4a9da87ca572f907d1be569a48ac92dd3a8f6df57ce97b38daa0dec0f2597acb558d89c09e944ea9889c65cc7f4eb0c1c302cac26d167f753067b6b3caec3e6 SHA512 2e7b3777716ce57a152f4da8700ac0d145e8e22d9be7f059b47e6bc7e8633e0ad7d3fe9dbfa4912ebc3c66385187eaa7a831a1654db20f1bb1333bd85784a855
-EBUILD plist-3.5.0.ebuild 781 BLAKE2B d90544c538e9d21ba260e86578cb52235ce8626f67d6decfeff223c8087396c97e37172375bbe0616e3278904473b42c5c6ff83605385cfe2f60126e5268f3ae SHA512 34c9814c7da956ccd95a66bb7b327bb04994acb74e94fff21c3894c0f6e6107e59444369582841593d1e557a52868383cb77c1db6167314e3578e36c0eba576f
+EBUILD plist-3.5.0.ebuild 788 BLAKE2B f3895c1422dfff905a9d4df151a6c875c6911e3b3fbad4c24f3592610c9c74ba0db47255499d350f85e02cafa32f514404d436c6aed2b873b8230e01c155ded0 SHA512 eaf3e4ab4b04f107074c54080d7b07f60d8ec1a05c0e39cc0434c6eecab2d68c5e535a36ad63c35b0e9b98de5e6b50fd14e0d812c2126cbe63db7723d5d8b91d
MISC metadata.xml 330 BLAKE2B 0be0bc0db0a0b4ac8ce4b11ef9c0b67b13238e4336280a2bdeee8317f58e4a97a78fa63b75cf1aa01b00d0c69bf3b53950f68c22a04dcac35b63097041ccdb7a SHA512 9b26476dd91dbe33c4ceeac8a49208718f177262c94d272b8c79cb49806892d21a815cfd379ce38182d00c9e542df2ca1131d6bec4523d694f5582a80c52d337
diff --git a/dev-ruby/plist/plist-3.4.0.ebuild b/dev-ruby/plist/plist-3.4.0.ebuild
deleted file mode 100644
index e61a98bd1f1a..000000000000
--- a/dev-ruby/plist/plist-3.4.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-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-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.5.0.ebuild b/dev-ruby/plist/plist-3.5.0.ebuild
index 3208cf05db0b..b07ffde2a478 100644
--- a/dev-ruby/plist/plist-3.5.0.ebuild
+++ b/dev-ruby/plist/plist-3.5.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-USE_RUBY="ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc"