From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/logue/
Date: Sat, 20 Mar 2021 07:39:08 +0000 (UTC) [thread overview]
Message-ID: <1616225943.828c21f585c899c5c59975b1e93a533191f1b46b.graaff@gentoo> (raw)
commit: 828c21f585c899c5c59975b1e93a533191f1b46b
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 20 07:15:11 2021 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Mar 20 07:39:03 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=828c21f5
dev-ruby/logue: cleanup
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/logue/Manifest | 2 --
dev-ruby/logue/logue-1.0.13-r1.ebuild | 34 ----------------------------------
dev-ruby/logue/logue-1.0.16.ebuild | 34 ----------------------------------
3 files changed, 70 deletions(-)
diff --git a/dev-ruby/logue/Manifest b/dev-ruby/logue/Manifest
index 8c2bbc9e39d..c2c000ea88e 100644
--- a/dev-ruby/logue/Manifest
+++ b/dev-ruby/logue/Manifest
@@ -1,3 +1 @@
-DIST logue-git-1.0.13.tgz 14389 BLAKE2B a6886989e561124904e6e6016c84b53abd1ea5be2f92958dffdc9b5ce9741728b9760034a9a7517ff35dfe0ebf10d6a6937aee426b85de3e71690098e9eec0ad SHA512 677ef2a8fecc50cb923dcf85ab0bdd984ea5806c31e11df9438af92912b94a4ce227837fac4baee05595f894f6a0fd4167f2984357628eb3e8036479103340c4
-DIST logue-git-1.0.16.tgz 13364 BLAKE2B 1eaedcd8cd2a45713a39fd2bfc59fa8234903e01495072d905d461c799fb210be828a5d9685e285c44858c2a10e6016b0053686c3a7c31df64d829ed1c216df9 SHA512 bb8168b69f614f8b2e85bac982dbc85a4a0705cb8cf2d13bf1c361c120c1f66155782bccefbc9069bd9cb4595d6ae8e090c882677d52245ca3478892ce226c56
DIST logue-git-1.0.18.tgz 13310 BLAKE2B 42669cae48b5efe5785470410b694c7330dad5273d3a788612729d0e2efb9aabb8b3024727efddb4efedc1addd377242bc5a3ad5e9ede602f0f606be4db84608 SHA512 654681b2d1735790a08d8c53f9097ca28b64c37e902ff1260c8f2fa669067d404103944f0c78c5382a10b9491d8b0a10495516d3529d68be97c62027c2812c9b
diff --git a/dev-ruby/logue/logue-1.0.13-r1.ebuild b/dev-ruby/logue/logue-1.0.13-r1.ebuild
deleted file mode 100644
index 0c44d02ea4b..00000000000
--- a/dev-ruby/logue/logue-1.0.13-r1.ebuild
+++ /dev/null
@@ -1,34 +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"
-
-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/logue-1.0.16.ebuild b/dev-ruby/logue/logue-1.0.16.ebuild
deleted file mode 100644
index 509da71330a..00000000000
--- a/dev-ruby/logue/logue-1.0.16.ebuild
+++ /dev/null
@@ -1,34 +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="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
-}
next reply other threads:[~2021-03-20 7:39 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-20 7:39 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-03-17 20:02 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/logue/ Sam James
2021-03-11 2:35 Sam James
2020-09-12 4:09 Hans de Graaff
2019-07-17 8:00 Hans de Graaff
2019-01-22 6:15 Hans de Graaff
2019-01-22 6:15 Hans de Graaff
2019-01-21 19:40 Sergei Trofimovich
2018-10-23 5:12 Hans de Graaff
2018-10-23 5:12 Hans de Graaff
2018-08-21 5:36 Hans de Graaff
2018-07-15 19:05 Hans de Graaff
2018-07-15 19:05 Hans de Graaff
2018-07-15 18:55 Thomas Deutschmann
2018-07-08 10:54 Hans de Graaff
2018-06-24 14:49 Sergei Trofimovich
2018-06-11 9:59 Thomas Deutschmann
2018-06-03 17:39 Hans de Graaff
2018-05-24 14:31 Agostino Sarubbo
2018-05-20 6:39 Hans de Graaff
2018-04-28 6:32 Hans de Graaff
2018-04-28 6:32 Hans de Graaff
2018-02-26 6:27 Hans de Graaff
2018-02-26 6:27 Hans de Graaff
2018-01-21 6:49 Hans de Graaff
2017-06-16 5:47 Hans de Graaff
2017-04-30 5:33 Hans de Graaff
2017-04-29 20:26 Jeroen Roovers
2016-12-29 10:05 Agostino Sarubbo
2016-12-07 7:04 Hans de Graaff
2016-04-17 5:52 Hans de Graaff
2016-04-17 5:52 Hans de Graaff
2016-04-17 5:52 Hans de Graaff
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1616225943.828c21f585c899c5c59975b1e93a533191f1b46b.graaff@gentoo \
--to=graaff@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox