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/gettext-setup/
Date: Wed,  7 Mar 2018 17:20:10 +0000 (UTC)	[thread overview]
Message-ID: <1520443200.a3ecf4bc686e4d1e8b8d85ee9377774a033bdbef.graaff@gentoo> (raw)

commit:     a3ecf4bc686e4d1e8b8d85ee9377774a033bdbef
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  7 17:11:44 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Mar  7 17:20:00 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3ecf4bc

dev-ruby/gettext-setup: cleanup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/gettext-setup/Manifest                    |  2 --
 .../gettext-setup/gettext-setup-0.26-r1.ebuild     | 40 ----------------------
 dev-ruby/gettext-setup/gettext-setup-0.28.ebuild   | 40 ----------------------
 3 files changed, 82 deletions(-)

diff --git a/dev-ruby/gettext-setup/Manifest b/dev-ruby/gettext-setup/Manifest
index 2008b575892..1d0f6174893 100644
--- a/dev-ruby/gettext-setup/Manifest
+++ b/dev-ruby/gettext-setup/Manifest
@@ -1,4 +1,2 @@
-DIST gettext-setup-0.26.tar.gz 14158 BLAKE2B d5efd85e736f2bac5b9a5ae4947a5353f83378444e64d2d999d95c765352c16147254d069faac87b6d8d65d44e52af850dddc0e11e1cb6ea77627f2768bf19b7 SHA512 c421a06b11a09ab68a1c784b355bdf0a1aeb468f0af8b2dc8e14dabad091a3f5ffb56eee2f39885dcd271cbe504c4c97a220c560da6b7dd5552b537be6455c2e
-DIST gettext-setup-0.28.tar.gz 15594 BLAKE2B 5cda2bd48cba44f38a27020febcbe6e9ee653d5399d17e942272fb4e3b7e5e54ee9612c2c3367dc6a41544363947cff8051af6fcb0f037dfa0a9bbd13274b20c SHA512 92526b21968a3357c5b86a953b83b28ce640be1eb3245122e89d701c3c3b9d72fb58c0c1f43a81f0fd0dd317dad69eb9f06abca818a394b9f14240d729949ab8
 DIST gettext-setup-0.29.tar.gz 15811 BLAKE2B fab356f79e9a84433df583d122a391240ec9c412b062d6aecd13116bba483b3e9f71f8364e82cabc1f695ada416c99fcc8fafb2c8a7b99dc9f21881b4c045069 SHA512 b6bad9c38481880f1086ad9edca86ee46d5afb915213591d7b30526ee3428c91325f59f977ab21395fdc73df702f05666a3e00116ac5765b9bf66ce6bfa90575
 DIST gettext-setup-0.30.tar.gz 15952 BLAKE2B d224e0fee34b0735fdf22abe2efe81b45c6494fc48ca509daf076cda9d3b83dc6dcd3e44c20ae9776d98b7d6128e5b9a93fa49ba1f2daa4b00929714e8d7365c SHA512 6ee398a131098f46dcc2951d166081a90872330b6ba5637292eb326b1bd6f40f46350f6be7b2b9ebee0c62442609700e06d25befcbcbf6510f3d96e656855124

diff --git a/dev-ruby/gettext-setup/gettext-setup-0.26-r1.ebuild b/dev-ruby/gettext-setup/gettext-setup-0.26-r1.ebuild
deleted file mode 100644
index 67b66f007fc..00000000000
--- a/dev-ruby/gettext-setup/gettext-setup-0.26-r1.ebuild
+++ /dev/null
@@ -1,40 +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="rspec3"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A gem to ease i18n"
-HOMEPAGE="https://github.com/puppetlabs/gettext-setup-gem"
-SRC_URI="https://github.com/puppetlabs/gettext-setup-gem/archive/${PV}.tar.gz -> ${P}.tar.gz"
-RUBY_S="${PN}-gem-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm"
-IUSE=""
-
-ruby_add_rdepend "
-	>=dev-ruby/fast_gettext-1.1.0
-	>=dev-ruby/ruby-gettext-3.0.2
-	dev-ruby/locale
-"
-
-all_ruby_prepare() {
-	sed -i -e 's/1.1.0/1.1/' \
-		-e "s/spec.version.*$/spec.version = '${PV}'/" ${RUBY_FAKEGEM_GEMSPEC} || die
-
-	sed -i -e '/simplecov/,/^end/ s:^:#:' spec/spec_helper.rb || die
-
-	# Avoid spec with specific locale requirements
-	sed -i -e '/can clear the locale/,/^    end/ s:^:#:' spec/lib/gettext-setup/gettext_setup_spec.rb || die
-}

diff --git a/dev-ruby/gettext-setup/gettext-setup-0.28.ebuild b/dev-ruby/gettext-setup/gettext-setup-0.28.ebuild
deleted file mode 100644
index fc46abc80d1..00000000000
--- a/dev-ruby/gettext-setup/gettext-setup-0.28.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A gem to ease i18n"
-HOMEPAGE="https://github.com/puppetlabs/gettext-setup-gem"
-SRC_URI="https://github.com/puppetlabs/gettext-setup-gem/archive/${PV}.tar.gz -> ${P}.tar.gz"
-RUBY_S="${PN}-gem-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64"
-IUSE=""
-
-ruby_add_rdepend "
-	>=dev-ruby/fast_gettext-1.1.0
-	>=dev-ruby/ruby-gettext-3.0.2
-	dev-ruby/locale
-"
-
-all_ruby_prepare() {
-	sed -i -e 's/1.1.0/1.1/' \
-		-e "s/spec.version.*$/spec.version = '${PV}'/" ${RUBY_FAKEGEM_GEMSPEC} || die
-
-	sed -i -e '/simplecov/,/^end/ s:^:#:' spec/spec_helper.rb || die
-
-	# Avoid spec with specific locale requirements
-	sed -i -e '/can clear the locale/,/^    end/ s:^:#:' spec/lib/gettext-setup/gettext_setup_spec.rb || die
-}


             reply	other threads:[~2018-03-07 17:20 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-07 17:20 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-02-13  7:07 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/gettext-setup/ Hans de Graaff
2024-01-14  8:15 Hans de Graaff
2023-08-21  3:50 Sam James
2023-07-05  4:40 Hans de Graaff
2022-06-18  8:40 Hans de Graaff
2022-01-26 18:40 Fabian Groffen
2020-11-29 11:05 Hans de Graaff
2020-11-24  7:20 Agostino Sarubbo
2020-11-21 18:15 Thomas Deutschmann
2020-11-21  7:33 Hans de Graaff
2020-07-20  6:28 Hans de Graaff
2020-05-23  9:27 Hans de Graaff
2020-02-21  6:47 Hans de Graaff
2020-01-11  7:41 Hans de Graaff
2019-08-15  5:12 Hans de Graaff
2019-03-12  5:52 Hans de Graaff
2019-02-09 10:44 Hans de Graaff
2018-06-25 18:24 Hans de Graaff
2018-06-25 18:24 Hans de Graaff
2018-05-15 15:26 Matt Thode
2018-02-15  5:59 Hans de Graaff
2018-01-08 22:50 Thomas Deutschmann
2017-12-27 20:06 Sergei Trofimovich
2017-12-09 13:10 Sergei Trofimovich
2017-12-01  6:59 Hans de Graaff
2017-12-01  6:59 Hans de Graaff
2017-09-13 13:42 Fabian Groffen
2017-09-02  6:53 Hans de Graaff
2017-08-30 18:19 Fabian Groffen
2017-08-01  5:50 Hans de Graaff
2017-07-17  6:21 Hans de Graaff
2017-01-12  6:24 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=1520443200.a3ecf4bc686e4d1e8b8d85ee9377774a033bdbef.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