From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-beautify/
Date: Wed, 20 Nov 2019 17:57:08 +0000 (UTC) [thread overview]
Message-ID: <1574272554.4696c3dbc0fe7ad3dc8469675160b7f61307fc05.graaff@gentoo> (raw)
commit: 4696c3dbc0fe7ad3dc8469675160b7f61307fc05
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 20 17:53:02 2019 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Nov 20 17:55:54 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4696c3db
dev-ruby/ruby-beautify: remove last-rited package
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/ruby-beautify/Manifest | 1 -
dev-ruby/ruby-beautify/metadata.xml | 11 -------
dev-ruby/ruby-beautify/ruby-beautify-0.97.4.ebuild | 35 ----------------------
3 files changed, 47 deletions(-)
diff --git a/dev-ruby/ruby-beautify/Manifest b/dev-ruby/ruby-beautify/Manifest
deleted file mode 100644
index 9731a2268bf..00000000000
--- a/dev-ruby/ruby-beautify/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ruby-beautify-0.97.4.gem 15360 BLAKE2B 92c8e7c09714c27a2e19f8ac00050612c0a23f38132fb64edb326a5bb536ab136c6dfbce8fafb902a5e1263b44f68350050c64b9ed9d12fd946d42073f06e959 SHA512 0ce3403587f12036387e5556632e5f2bf57066949fe401699d6de256d26a91d2dc8f7e007ce4514a7672ad0896cd1c498b5a35965640dadfa7383915b12989f3
diff --git a/dev-ruby/ruby-beautify/metadata.xml b/dev-ruby/ruby-beautify/metadata.xml
deleted file mode 100644
index 53108d5679f..00000000000
--- a/dev-ruby/ruby-beautify/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://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">erniebrodeur/ruby-beautify</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-ruby/ruby-beautify/ruby-beautify-0.97.4.ebuild b/dev-ruby/ruby-beautify/ruby-beautify-0.97.4.ebuild
deleted file mode 100644
index c636b5e42aa..00000000000
--- a/dev-ruby/ruby-beautify/ruby-beautify-0.97.4.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ruby25 -> not compatible
-USE_RUBY="ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-RUBY_FAKEGEM_EXTRADOC="README.md WHATSNEW.md"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="a cli tool (and module) to beautify ruby code"
-HOMEPAGE="https://github.com/erniebrodeur/ruby-beautify"
-LICENSE="MIT"
-
-KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 ~sparc x86"
-SLOT="0"
-IUSE=""
-
-all_ruby_prepare() {
- sed -i -e '/codeclimate/I s:^:#:' spec/spec_helper.rb || die
-}
-
-each_ruby_prepare() {
- # Needed for specs
- mkdir tmp || die
-
- # Use correct ruby interpreter to test and avoid bundler. Handle
- # directory changes.
- sed -i -e 's|bundle exec|'${RUBY}' -Ilib:../lib -S|' spec/bin/ruby-beautify_spec.rb || die
-}
next reply other threads:[~2019-11-20 17:57 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-20 17:57 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-09-08 6:30 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-beautify/ Hans de Graaff
2018-04-08 22:11 Matt Turner
2018-01-21 6:49 Hans de Graaff
2017-08-24 5:49 Hans de Graaff
2017-04-29 20:26 Jeroen Roovers
2016-12-24 10:26 Agostino Sarubbo
2016-12-22 9:34 Agostino Sarubbo
2016-12-20 9:44 Agostino Sarubbo
2016-12-19 15:12 Agostino Sarubbo
2016-12-19 14:35 Agostino Sarubbo
2016-12-18 15:57 Agostino Sarubbo
2016-12-18 15:44 Agostino Sarubbo
2016-12-11 18:33 Hans de Graaff
2016-04-19 21:45 Manuel Rüger
2016-01-16 7:04 Hans de Graaff
2015-10-18 5:59 Hans de Graaff
2015-09-19 19:40 Tobias Klausmann
2015-08-24 15:33 Mikle Kolyada
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=1574272554.4696c3dbc0fe7ad3dc8469675160b7f61307fc05.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