summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2022-12-04 15:39:56 +0100
committerHans de Graaff <graaff@gentoo.org>2022-12-04 16:05:19 +0100
commit0e1ee0c1cb30b6459399c2955f0aae5d7cda9ee5 (patch)
tree6a24b0ee493b06cf3d329943ba50a90d9e749799
parentdev-ruby/lumberjack: drop 1.2.7 (diff)
downloadgentoo-0e1ee0c1cb30b6459399c2955f0aae5d7cda9ee5.tar.gz
gentoo-0e1ee0c1cb30b6459399c2955f0aae5d7cda9ee5.tar.bz2
gentoo-0e1ee0c1cb30b6459399c2955f0aae5d7cda9ee5.zip
dev-ruby/loquacious: drop 1.9.1-r3
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r--dev-ruby/loquacious/loquacious-1.9.1-r3.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-ruby/loquacious/loquacious-1.9.1-r3.ebuild b/dev-ruby/loquacious/loquacious-1.9.1-r3.ebuild
deleted file mode 100644
index 745757a703e4..000000000000
--- a/dev-ruby/loquacious/loquacious-1.9.1-r3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-
-RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Descriptive configuration files for Ruby written in Ruby"
-HOMEPAGE="https://github.com/TwP/loquacious"
-
-IUSE=""
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-all_ruby_install() {
- all_fakegem_install
-
- docinto examples
- dodoc examples/*
-}