diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2023-01-08 13:20:30 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2023-01-08 13:20:30 +0100 |
commit | 570f838f57daaf13f42f28321b11a48967277fd1 (patch) | |
tree | fd9cc431c876fde6c032a9b067dbf469f3fcfb82 /dev-ruby/logue | |
parent | dev-ruby/public_suffix: drop 3.1.1 (diff) | |
download | gentoo-570f838f57daaf13f42f28321b11a48967277fd1.tar.gz gentoo-570f838f57daaf13f42f28321b11a48967277fd1.tar.bz2 gentoo-570f838f57daaf13f42f28321b11a48967277fd1.zip |
dev-ruby/logue: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-ruby/logue')
-rw-r--r-- | dev-ruby/logue/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/logue/logue-1.0.18.ebuild | 34 | ||||
-rw-r--r-- | dev-ruby/logue/metadata.xml | 11 |
3 files changed, 0 insertions, 46 deletions
diff --git a/dev-ruby/logue/Manifest b/dev-ruby/logue/Manifest deleted file mode 100644 index c2c000ea88e9..000000000000 --- a/dev-ruby/logue/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST logue-git-1.0.18.tgz 13310 BLAKE2B 42669cae48b5efe5785470410b694c7330dad5273d3a788612729d0e2efb9aabb8b3024727efddb4efedc1addd377242bc5a3ad5e9ede602f0f606be4db84608 SHA512 654681b2d1735790a08d8c53f9097ca28b64c37e902ff1260c8f2fa669067d404103944f0c78c5382a10b9491d8b0a10495516d3529d68be97c62027c2812c9b diff --git a/dev-ruby/logue/logue-1.0.18.ebuild b/dev-ruby/logue/logue-1.0.18.ebuild deleted file mode 100644 index 4a84bec6ae19..000000000000 --- a/dev-ruby/logue/logue-1.0.18.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -USE_RUBY="ruby25 ruby26 ruby27" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_EXTRADOC="README.md" - -RUBY_FAKEGEM_BINWRAP="" - -inherit ruby-fakegem - -DESCRIPTION="A module that adds logging/trace functionality" -HOMEPAGE="https://github.com/jpace/logue" - -SRC_URI="https://github.com/jpace/logue/archive/v${PV}.tar.gz -> ${PN}-git-${PV}.tgz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~hppa ~ppc ~sparc x86" -IUSE="" - -ruby_add_rdepend "dev-ruby/rainbow:3" - -ruby_add_bdepend "test? ( dev-ruby/paramesan )" - -all_ruby_prepare() { - sed -i -e '/bundler/ s:^:#:' Rakefile || die - - # Fix path to match installed gem path - sed -i -e 's:logue/lib/logue:/lib/logue:' lib/logue/stack.rb || die -} diff --git a/dev-ruby/logue/metadata.xml b/dev-ruby/logue/metadata.xml deleted file mode 100644 index 2647a278e55e..000000000000 --- a/dev-ruby/logue/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>ruby@gentoo.org</email> - <name>Gentoo Ruby Project</name> - </maintainer> - <upstream> - <remote-id type="github">jpace/logue</remote-id> - </upstream> -</pkgmetadata> |