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/erubi/
Date: Sun,  3 Nov 2019 07:46:00 +0000 (UTC)	[thread overview]
Message-ID: <1572766920.c373ec96d4897709a05cae658dd3c42c05e191a2.graaff@gentoo> (raw)

commit:     c373ec96d4897709a05cae658dd3c42c05e191a2
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  3 07:42:00 2019 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Nov  3 07:42:00 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c373ec96

dev-ruby/erubi: cleanup

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/erubi/Manifest           |  2 --
 dev-ruby/erubi/erubi-1.7.0.ebuild | 23 -----------------------
 dev-ruby/erubi/erubi-1.7.1.ebuild | 23 -----------------------
 3 files changed, 48 deletions(-)

diff --git a/dev-ruby/erubi/Manifest b/dev-ruby/erubi/Manifest
index 6a816711752..f0a5063a809 100644
--- a/dev-ruby/erubi/Manifest
+++ b/dev-ruby/erubi/Manifest
@@ -1,4 +1,2 @@
-DIST erubi-1.7.0.gem 12800 BLAKE2B af4584e640f0ae177c6e4d98850d94b148bb1b2df406c16fe582bdecf54895e47942ab94df472f628d185c71f89895250a5a9765fb41ce9365eb2ffa273f1d78 SHA512 1494c28aebab08a82dffac7b340ff6e16edc8a3731f69ec568bec6cb0bda4a334f94033f43416812cd00b0c99dc98458867d963bef34796ebbdb11ea65dd8c1b
-DIST erubi-1.7.1.gem 12800 BLAKE2B 3a676ca860365eb758dbad548d1570b7830a531f0e6b0d1c6b99bc1b92e401d30d8318f6155d6143cb16ce46a4d42d1c2f1dfa1359f3e046fa70a9fa1d82983f SHA512 c7b611f1690886c0eadf68d418674760912d13ad1febbc4161c6b72d1f51373084d0fdb03f98e05c87bf5e7e3cbb57df35471b84b2d73359e30395d26bb90486
 DIST erubi-1.8.0.gem 13824 BLAKE2B 026a70c05f7000baeb14c79f8505f0a0ad54df4384749ac0ced895ec5e2d5fcd3b2cc4f0891f11f983de6b121661c391ed0c839b29dfacacbe6f55a9607fcf64 SHA512 ca227cc10a3a77750a4e5184395709a032da6f15cb0fb5f9b8cc162e382b2ce49cd94023941439b05ee5b0c5d1b39114d68a0e7549910bceb1fdead6b9fd62e4
 DIST erubi-1.9.0.gem 13824 BLAKE2B 00cb428e3433090370e9f61d2445f98553a45e2a92181076114db2601fa7261d8ffc44c3f4a0ecb73d616fb5e93dcc52ca6a2efab3945b11bd17d4a53c68fed1 SHA512 34770c01215b323797739af54c5c821d28e982309a76f0a212657868629625ae6dfca3e9e2f5ae16893813fc81b5afbb172c397ddad1e2f93108c5112c540bd6

diff --git a/dev-ruby/erubi/erubi-1.7.0.ebuild b/dev-ruby/erubi/erubi-1.7.0.ebuild
deleted file mode 100644
index eb722825248..00000000000
--- a/dev-ruby/erubi/erubi-1.7.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby22 ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-RUBY_FAKEGEM_TASK_TEST="spec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="a ERB template engine for ruby; a simplified fork of Erubis"
-HOMEPAGE="https://github.com/jeremyevans/erubi"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/minitest )"

diff --git a/dev-ruby/erubi/erubi-1.7.1.ebuild b/dev-ruby/erubi/erubi-1.7.1.ebuild
deleted file mode 100644
index 53423db5255..00000000000
--- a/dev-ruby/erubi/erubi-1.7.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby22 ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-RUBY_FAKEGEM_TASK_TEST="spec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="a ERB template engine for ruby; a simplified fork of Erubis"
-HOMEPAGE="https://github.com/jeremyevans/erubi"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/minitest )"


             reply	other threads:[~2019-11-03  7:46 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-03  7:46 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-02 18:11 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/erubi/ Hans de Graaff
2024-12-20  6:07 Hans de Graaff
2024-12-20  6:07 Hans de Graaff
2024-10-15  1:40 Sam James
2024-10-10 11:04 Arthur Zamarin
2024-10-09  2:53 Jakov Smolić
2024-10-06 13:46 Arthur Zamarin
2024-10-06 12:04 Sam James
2024-10-06 11:52 Sam James
2024-06-14  4:52 Hans de Graaff
2023-12-28  6:56 Hans de Graaff
2023-07-05 16:36 Hans de Graaff
2023-04-23 22:16 Sam James
2023-04-23 20:22 Sam James
2023-04-23 20:22 Sam James
2023-04-23 20:00 Sam James
2023-04-23 19:55 Sam James
2023-04-23 19:53 Sam James
2023-04-23 19:50 Sam James
2023-03-28 19:15 Sam James
2023-03-28 18:51 Sam James
2023-03-28 16:19 Sam James
2023-03-28 16:10 Sam James
2023-03-28 16:07 Sam James
2023-03-22  3:25 Sam James
2022-12-23  8:05 Hans de Graaff
2022-12-23  8:05 Hans de Graaff
2022-10-07  7:03 Michał Górny
2022-08-03  5:39 Hans de Graaff
2022-06-25  8:55 Hans de Graaff
2022-05-06  8:38 Hans de Graaff
2022-05-06  8:38 Hans de Graaff
2021-10-27 11:26 Hans de Graaff
2021-09-07 21:28 Marek Szuba
2020-11-14  6:53 Hans de Graaff
2020-08-21 15:02 Hans de Graaff
2020-04-21 21:06 Sergei Trofimovich
2020-03-14  7:48 Hans de Graaff
2020-03-09  7:09 Hans de Graaff
2020-03-09  7:06 Hans de Graaff
2019-10-11 12:11 Hans de Graaff
2019-09-26  4:05 Hans de Graaff
2019-02-02 10:36 Hans de Graaff
2018-12-20  6:40 Hans de Graaff
2018-03-06  6:25 Hans de Graaff
2018-01-14  7:44 Hans de Graaff
2018-01-14  7:44 Hans de Graaff
2018-01-14  7:44 Hans de Graaff
2017-10-10  4:24 Hans de Graaff
2017-09-13 13:42 Fabian Groffen
2017-07-01 13:45 Alexis Ballier
2017-06-28  6:09 Hans de Graaff
2017-05-13  9:37 Hans de Graaff
2017-05-03  4:52 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=1572766920.c373ec96d4897709a05cae658dd3c42c05e191a2.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