commit: c221c39482579cb1009f51aa8bf1e1faf9d93883
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 5 06:22:56 2018 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Mar 5 06:26:34 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c221c394
dev-ruby/syslogger: cleanup
Package-Manager: Portage-2.3.19, Repoman-2.3.6
dev-ruby/syslogger/Manifest | 1 -
dev-ruby/syslogger/syslogger-1.6.4.ebuild | 31 -------------------------------
2 files changed, 32 deletions(-)
diff --git a/dev-ruby/syslogger/Manifest b/dev-ruby/syslogger/Manifest
index ad60251f220..b9e2605fae4 100644
--- a/dev-ruby/syslogger/Manifest
+++ b/dev-ruby/syslogger/Manifest
@@ -1,2 +1 @@
-DIST syslogger-1.6.4.gem 10240 BLAKE2B
581a904ddec4e980a38fd25aa4fc9c0096dffab9c90a78a4fb5a0e4e40c8b081ef8e1167c737fc51e656208395950568856c347fd9f557228c55c62af82c5c65
SHA512
2e92cd1b1be45929db820237ddaa7a027779dd224d9dda844267f7261b4dc734441caecd20518c25c85bb577087c1697a4768919c68b3501b3967f84dd6c51b6
DIST syslogger-1.6.5.gem 11776 BLAKE2B
dec37278ea109dba53c44a5c285962d78890ed972f1cd14789435b8bb3b922c7a3fc7b18238ee9aa239143453be3d6f73eea6c62d0bb83eb7a8901225ff2e49c
SHA512
60dc7be93092196d68d154cfdf90a3393c9883ceaff35640bd0c0dda01f692953c7d1d8243d7b9327990a368d320c474af1711ba33a6b69381f56030800cc297
diff --git a/dev-ruby/syslogger/syslogger-1.6.4.ebuild
b/dev-ruby/syslogger/syslogger-1.6.4.ebuild
deleted file mode 100644
index 86f694bcc81..00000000000
--- a/dev-ruby/syslogger/syslogger-1.6.4.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-RUBY_FAKEGEM_DOCDIR="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.rdoc"
-
-# if ever needed
-#GITHUB_USER="crohr"
-#GITHUB_PROJECT="${PN}"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Drop-in replacement for the standard Logger, that logs to the
syslog"
-HOMEPAGE="https://github.com/crohr/syslogger"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_bdepend "
- doc? ( >=dev-ruby/rdoc-2.4.2 )"
-
-all_ruby_prepare() {
- sed -i '/[Bb]undler/d' Rakefile || die
-}