diff options
author | 2022-04-30 09:52:24 +0200 | |
---|---|---|
committer | 2022-04-30 11:07:58 +0200 | |
commit | dba5e43e49e058fcad85b481cb9702754391d699 (patch) | |
tree | 5ae20ae573046143e32290698ad1289d9dbc5187 /dev-ruby/plist | |
parent | dev-ruby/pkg-config: drop 1.4.2, 1.4.3, 1.4.4, 1.4.5 (diff) | |
download | gentoo-dba5e43e49e058fcad85b481cb9702754391d699.tar.gz gentoo-dba5e43e49e058fcad85b481cb9702754391d699.tar.bz2 gentoo-dba5e43e49e058fcad85b481cb9702754391d699.zip |
dev-ruby/plist: drop 3.5.0
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/plist')
-rw-r--r-- | dev-ruby/plist/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/plist/plist-3.5.0.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/dev-ruby/plist/Manifest b/dev-ruby/plist/Manifest index c2366db073b1..26f4a805b58e 100644 --- a/dev-ruby/plist/Manifest +++ b/dev-ruby/plist/Manifest @@ -1,2 +1 @@ -DIST plist-3.5.0.tar.gz 36650 BLAKE2B 8f93f8ef2fdedd9da50c4bdf9c473d3b199cd828909ea1572b761bc4e8d0508e997a60737ea21c7fa96764787ecefd41aa0b0046f94d3f89de796a746a794e21 SHA512 b1c9ccd66db1e0d1ebef3931f6db0f57ace2a1bb417885da48e9658c66af28997b6675a8050db78fe0083f05afc91e1313cb823d79553288d7c0c4a3a9762920 DIST plist-3.6.0.tar.gz 37311 BLAKE2B dd9bd1a7cf62974fb4b51744ab826ab65e6e02030073ec3b60b3d420982b65ceb3b1c1bb50e0f38fb68e25c366b17e7885cf5053418338ea05c324afad2df5b7 SHA512 d5991d944d8f02cacecdbdf9834379f34fd915eb3cf252aa1923e8d49a3b17c72ae07fbd53f1cfe9d0c14147729f4736838e4cea3fc286a90280bcc3de4b7fd1 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 -} |