From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/dotenv/
Date: Sat, 13 Apr 2019 06:34:06 +0000 (UTC) [thread overview]
Message-ID: <1555137218.2c42d1aa1b1acbda445afc2b05dc6ea44f5ed367.graaff@gentoo> (raw)
commit: 2c42d1aa1b1acbda445afc2b05dc6ea44f5ed367
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 06:19:01 2019 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 06:33:38 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c42d1aa
dev-ruby/dotenv: cleanup
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
dev-ruby/dotenv/Manifest | 2 --
dev-ruby/dotenv/dotenv-2.5.0-r1.ebuild | 35 ----------------------------------
dev-ruby/dotenv/dotenv-2.5.0.ebuild | 35 ----------------------------------
dev-ruby/dotenv/dotenv-2.7.0.ebuild | 35 ----------------------------------
4 files changed, 107 deletions(-)
diff --git a/dev-ruby/dotenv/Manifest b/dev-ruby/dotenv/Manifest
index 2ec2d922955..4ab6674f300 100644
--- a/dev-ruby/dotenv/Manifest
+++ b/dev-ruby/dotenv/Manifest
@@ -1,4 +1,2 @@
-DIST dotenv-2.5.0.tar.gz 17188 BLAKE2B 8d6adc9c137cef5f60462167b995e89f341c6d4d384cbf84c51eceb930f29e72da6e1c57044cd1a11c3043b829b75d9dd20d883ea13f4ecdff7a4c18ec17d4d9 SHA512 cea71aa801f6e79aaeb2cd6f33af16d3b548c97112a13f5638acf6eb12c73a434c4c3d89a08d074ffc589d6fa4e77534feb6c1cee9b7290b2acc6520637ccf18
-DIST dotenv-2.7.0.tar.gz 18771 BLAKE2B 65fccfcaeda4020e7a1ad338fd2eb38949d14772f9834b12f9ac6112e0172c80e247804ab251e5d198fdafa1d65e297190090d44b5c45a7e3c4d942e76c265ed SHA512 650d36dc9e48384b347717c05522cb9da84695b37bfedbd2c7e3b9fa36185aecc5865533fe9a77487c56ce6e6b227284207772c1f886b37ade2c918b8b8fed67
DIST dotenv-2.7.1.tar.gz 19248 BLAKE2B ad718a2213ddb87fe137a0de84e460b0c10415903dae239ab92af506072e25d6217a0bf5d94ed622835d91dd22cfde9c84f14555e83efbc0d95ec2301ff64058 SHA512 fac0d58c3d4f6b5eecec4773e670e6d63d76f5623aa9b591181369b5fe2ab1be51f6c44d2362fc86be745f965ea0042b7c9c01450441fdb68ed96c46d7fb963c
DIST dotenv-2.7.2.tar.gz 19028 BLAKE2B 0119b52ae884f2a129f1c805b1da923872e4bfa4e80eb6b3e49fd875bf803925d372b630981a06ad18e2c20d1094ce8bb317043c7e934fb463b7cf338b16e8f5 SHA512 97c9f499244155fdc245f80167936e9ce30e32fd23dfef81147ee91df4622fa7d454081f5d823116a9472664d12858d5b87897148936da3a69961f459e4183f8
diff --git a/dev-ruby/dotenv/dotenv-2.5.0-r1.ebuild b/dev-ruby/dotenv/dotenv-2.5.0-r1.ebuild
deleted file mode 100644
index f4d2a225eb2..00000000000
--- a/dev-ruby/dotenv/dotenv-2.5.0-r1.ebuild
+++ /dev/null
@@ -1,35 +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_EXTRADOC="README.md Changelog.md"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Loads environment variables from .env into ENV"
-HOMEPAGE="https://github.com/bkeepers/dotenv"
-SRC_URI="https://github.com/bkeepers/dotenv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-SLOT="2"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/spring dev-ruby/rails )"
-
-all_ruby_prepare() {
- sed -i -e '/:guard/,/end/ s:^:#:' \
- -e '5igem "rspec", "~> 3.0"' Gemfile || die
-
- sed -i -e '/rubocop/ s:^:#:' -e 's/git ls-files/find/' dotenv.gemspec || die
-}
-
-each_ruby_prepare() {
- sed -i -e "s:ruby -v:${RUBY} -v:g" spec/dotenv/parser_spec.rb || die
-}
diff --git a/dev-ruby/dotenv/dotenv-2.5.0.ebuild b/dev-ruby/dotenv/dotenv-2.5.0.ebuild
deleted file mode 100644
index 8c168cd1ddf..00000000000
--- a/dev-ruby/dotenv/dotenv-2.5.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24"
-
-RUBY_FAKEGEM_EXTRADOC="README.md Changelog.md"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Loads environment variables from .env into ENV"
-HOMEPAGE="https://github.com/bkeepers/dotenv"
-SRC_URI="https://github.com/bkeepers/dotenv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-SLOT="2"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/spring dev-ruby/rails )"
-
-all_ruby_prepare() {
- sed -i -e '/:guard/,/end/ s:^:#:' \
- -e '5igem "rspec", "~> 3.0"' Gemfile || die
-
- sed -i -e '/rubocop/ s:^:#:' -e 's/git ls-files/find/' dotenv.gemspec || die
-}
-
-each_ruby_prepare() {
- sed -i -e "s:ruby -v:${RUBY} -v:g" spec/dotenv/parser_spec.rb || die
-}
diff --git a/dev-ruby/dotenv/dotenv-2.7.0.ebuild b/dev-ruby/dotenv/dotenv-2.7.0.ebuild
deleted file mode 100644
index f4d2a225eb2..00000000000
--- a/dev-ruby/dotenv/dotenv-2.7.0.ebuild
+++ /dev/null
@@ -1,35 +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_EXTRADOC="README.md Changelog.md"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Loads environment variables from .env into ENV"
-HOMEPAGE="https://github.com/bkeepers/dotenv"
-SRC_URI="https://github.com/bkeepers/dotenv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-SLOT="2"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/spring dev-ruby/rails )"
-
-all_ruby_prepare() {
- sed -i -e '/:guard/,/end/ s:^:#:' \
- -e '5igem "rspec", "~> 3.0"' Gemfile || die
-
- sed -i -e '/rubocop/ s:^:#:' -e 's/git ls-files/find/' dotenv.gemspec || die
-}
-
-each_ruby_prepare() {
- sed -i -e "s:ruby -v:${RUBY} -v:g" spec/dotenv/parser_spec.rb || die
-}
next reply other threads:[~2019-04-13 6:34 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-13 6:34 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-07-19 6:14 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/dotenv/ Hans de Graaff
2020-09-15 6:00 Hans de Graaff
2020-07-14 3:27 Hans de Graaff
2019-07-31 18:58 Hans de Graaff
2019-07-31 18:58 Hans de Graaff
2019-06-27 4:22 Hans de Graaff
2019-06-23 19:28 Hans de Graaff
2019-05-06 17:58 Hans de Graaff
2019-03-27 6:49 Hans de Graaff
2019-02-25 6:55 Hans de Graaff
2019-02-23 10:05 Hans de Graaff
2019-01-10 9:57 Hans de Graaff
2018-12-15 6:36 Hans de Graaff
2018-06-22 4:32 Hans de Graaff
2018-04-30 20:11 Hans de Graaff
2018-04-25 4:45 Hans de Graaff
2018-04-14 6:48 Hans de Graaff
2018-03-25 19:58 Sergei Trofimovich
2018-03-18 19:43 Sergei Trofimovich
2018-02-07 5:52 Thomas Deutschmann
2017-06-25 6:54 Hans de Graaff
2017-04-29 5:02 Hans de Graaff
2017-02-02 7:07 Hans de Graaff
2016-12-16 6:42 Hans de Graaff
2016-06-27 4:41 Hans de Graaff
2016-04-02 7:01 Hans de Graaff
2016-03-30 15:47 Hans de Graaff
2016-01-20 6:56 Hans de Graaff
2016-01-17 19:45 Fabian Groffen
2016-01-09 19:16 Markus Meier
2015-12-29 9:03 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=1555137218.2c42d1aa1b1acbda445afc2b05dc6ea44f5ed367.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