diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-04-30 08:26:07 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-04-30 11:07:57 +0200 |
commit | 8916b1ab17d4e69727182e0e8d64c7a825c8d943 (patch) | |
tree | 9756e047ac45f3820595168eddab49ce89150102 /dev-ruby/pdf-inspector | |
parent | dev-ruby/pdf-core: enable ruby30 and disable ruby25 (diff) | |
download | gentoo-8916b1ab17d4e69727182e0e8d64c7a825c8d943.tar.gz gentoo-8916b1ab17d4e69727182e0e8d64c7a825c8d943.tar.bz2 gentoo-8916b1ab17d4e69727182e0e8d64c7a825c8d943.zip |
dev-ruby/pdf-inspector: drop 1.3.0
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/pdf-inspector')
-rw-r--r-- | dev-ruby/pdf-inspector/pdf-inspector-1.3.0.ebuild | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-ruby/pdf-inspector/pdf-inspector-1.3.0.ebuild b/dev-ruby/pdf-inspector/pdf-inspector-1.3.0.ebuild deleted file mode 100644 index 717b930aba91..000000000000 --- a/dev-ruby/pdf-inspector/pdf-inspector-1.3.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -USE_RUBY="ruby24 ruby25 ruby26 ruby27" - -RUBY_FAKEGEM_TASK_TEST="" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" - -inherit ruby-fakegem - -DESCRIPTION="A tool for analyzing PDF output" -HOMEPAGE="https://github.com/prawnpdf/pdf-inspector" - -LICENSE="|| ( Ruby GPL-2 GPL-3 )" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -ruby_add_rdepend ">=dev-ruby/pdf-reader-1.0:* <dev-ruby/pdf-reader-3:*" |