public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/twitter-text/
Date: Mon, 25 Dec 2017 06:50:09 +0000 (UTC)	[thread overview]
Message-ID: <1514183521.5f7974713bd761bddfd19936362a987966a6ad19.graaff@gentoo> (raw)

commit:     5f7974713bd761bddfd19936362a987966a6ad19
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 25 06:32:01 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Dec 25 06:32:01 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f797471

dev-ruby/twitter-text: cleanup

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/twitter-text/Manifest                   |  3 ---
 dev-ruby/twitter-text/twitter-text-1.14.2.ebuild | 30 ------------------------
 dev-ruby/twitter-text/twitter-text-1.14.5.ebuild | 30 ------------------------
 dev-ruby/twitter-text/twitter-text-1.14.6.ebuild | 30 ------------------------
 4 files changed, 93 deletions(-)

diff --git a/dev-ruby/twitter-text/Manifest b/dev-ruby/twitter-text/Manifest
index 2d4f013a023..c6e7031e29a 100644
--- a/dev-ruby/twitter-text/Manifest
+++ b/dev-ruby/twitter-text/Manifest
@@ -1,4 +1 @@
-DIST twitter-text-1.14.2.gem 48128 BLAKE2B 5f2a0cf5577d0a4924b724a11540ac867791602dd687a745872e3228250ccb6c745420d39adddbbd83c0f3d490b8ed94a07d6df2fed9f7fd80d67498e0e7b5be SHA512 0262d44e1db6c4dd5b8724cbe0b53bbe540700f217b3566d8ab76b86c20c39c7fa64cdcbe4e9c6b7daeb2a1a60d798cffa6a28ab0ade70558fc580e77d557ae0
-DIST twitter-text-1.14.5.gem 48128 BLAKE2B 1f92d620a732df6e820ff4fcdc9b0d1274d70d8b58851a3d5fe1302bb4fbf80e7fe70cf4de6c1b4166db7a318cfaaf7df0502f14a0ce63198824cb02e0e0ca76 SHA512 0087667577a6491cb57d537abdcb7c617cec395d43ca016d3bdc8d82af869fb99b17450a90ac188f45f548e27f9a73bc3c8cad7783fdd4142eb405deff1a51df
-DIST twitter-text-1.14.6.gem 48128 BLAKE2B e5704498c57eab599ac6fd77131c7338dc4ca46f3c66eba9444690aa5500311db914812bf9fdd9d10806d563bae1cf0816fe4d2400a9ecabe47c5e9706330771 SHA512 6c9003df1ac424d6f4ee9beddd8f0e53332c49340e8bad03bd36d302b7208f453a9550c0143ca2e34e876fc586226e431c1bca67e042cc5f48a05a4e23c8ecda
 DIST twitter-text-1.14.7.gem 48128 BLAKE2B c80b9cb894438ca427ab3ba864362bd3b1b58a852c4720178fdbffef7d42b276a62d6c39d2163fa875101210a72cebbe2e4aad5c080631f07efb3657da2668b5 SHA512 98addbf8efe7b9f2685f00827194dbb255b31512e8aa5c9dab22ec08b95ccebbcf53790dfc983e71b0644c687b4db98c5d30f74f15b925377403b4d5cf6e5194

diff --git a/dev-ruby/twitter-text/twitter-text-1.14.2.ebuild b/dev-ruby/twitter-text/twitter-text-1.14.2.ebuild
deleted file mode 100644
index 260ce3f0df8..00000000000
--- a/dev-ruby/twitter-text/twitter-text-1.14.2.ebuild
+++ /dev/null
@@ -1,30 +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_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Text handling for Twitter"
-HOMEPAGE="https://github.com/twitter/twitter-text"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "=dev-ruby/unf-0.1*"
-
-ruby_add_bdepend "test? ( >=dev-ruby/multi_json-1.3
-	>=dev-ruby/nokogiri-1.5.10 )"
-
-all_ruby_prepare() {
-	sed -i -e 's/2.14.0/2.14/' twitter-text.gemspec || die
-	sed -i -e '/simplecov/,/end/ s:^:#:' spec/spec_helper.rb || die
-}

diff --git a/dev-ruby/twitter-text/twitter-text-1.14.5.ebuild b/dev-ruby/twitter-text/twitter-text-1.14.5.ebuild
deleted file mode 100644
index 15fc0c82348..00000000000
--- a/dev-ruby/twitter-text/twitter-text-1.14.5.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Text handling for Twitter"
-HOMEPAGE="https://github.com/twitter/twitter-text"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "=dev-ruby/unf-0.1*"
-
-ruby_add_bdepend "test? ( >=dev-ruby/multi_json-1.3
-	>=dev-ruby/nokogiri-1.5.10 )"
-
-all_ruby_prepare() {
-	sed -i -e 's/2.14.0/2.14/' twitter-text.gemspec || die
-	sed -i -e '/simplecov/,/end/ s:^:#:' spec/spec_helper.rb || die
-}

diff --git a/dev-ruby/twitter-text/twitter-text-1.14.6.ebuild b/dev-ruby/twitter-text/twitter-text-1.14.6.ebuild
deleted file mode 100644
index 51115aed6fa..00000000000
--- a/dev-ruby/twitter-text/twitter-text-1.14.6.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Text handling for Twitter"
-HOMEPAGE="https://github.com/twitter/twitter-text"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "=dev-ruby/unf-0.1*"
-
-ruby_add_bdepend "test? ( >=dev-ruby/multi_json-1.3
-	>=dev-ruby/nokogiri-1.5.10 )"
-
-all_ruby_prepare() {
-	sed -i -e 's/2.14.0/2.14/' twitter-text.gemspec || die
-	sed -i -e '/simplecov/,/end/ s:^:#:' spec/spec_helper.rb || die
-}


             reply	other threads:[~2017-12-25  6:50 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-25  6:50 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-14  8:12 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/twitter-text/ Hans de Graaff
2023-08-26  9:41 Hans de Graaff
2023-07-15  6:00 Hans de Graaff
2022-04-18  6:55 Hans de Graaff
2021-07-06 10:26 Hans de Graaff
2020-09-05  8:01 Hans de Graaff
2020-04-01  6:40 Hans de Graaff
2019-05-24  8:22 Hans de Graaff
2019-02-11  5:18 Hans de Graaff
2018-07-17  6:40 Hans de Graaff
2018-07-04 20:56 Hans de Graaff
2017-07-05  4:28 Hans de Graaff
2017-06-18  6:48 Hans de Graaff
2017-02-07  5:26 Hans de Graaff
2016-12-30  7:15 Hans de Graaff
2016-12-09  6:10 Hans de Graaff
2016-11-04  6:09 Hans de Graaff
2016-11-04  6:09 Hans de Graaff
2016-07-11  5:04 Hans de Graaff
2016-03-03 23:11 Manuel Rüger
2016-03-03 23:11 Manuel Rüger
2016-02-07  7:22 Hans de Graaff
2016-02-07  7:22 Hans de Graaff
2015-09-01  0:24 Manuel Rüger

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=1514183521.5f7974713bd761bddfd19936362a987966a6ad19.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