From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/marcel/
Date: Sun, 1 May 2022 08:38:27 +0000 (UTC) [thread overview]
Message-ID: <1651391695.a3d51fcd6cd104f45ba11fb4da1a9e8747e61e23.graaff@gentoo> (raw)
commit: a3d51fcd6cd104f45ba11fb4da1a9e8747e61e23
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun May 1 07:54:55 2022 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun May 1 07:54:55 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3d51fcd
dev-ruby/marcel: drop 1.0.0, 1.0.1
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/marcel/Manifest | 2 --
dev-ruby/marcel/marcel-1.0.0.ebuild | 28 ----------------------------
dev-ruby/marcel/marcel-1.0.1.ebuild | 28 ----------------------------
3 files changed, 58 deletions(-)
diff --git a/dev-ruby/marcel/Manifest b/dev-ruby/marcel/Manifest
index 1a32a7ec10ae..8440ba1b68f8 100644
--- a/dev-ruby/marcel/Manifest
+++ b/dev-ruby/marcel/Manifest
@@ -1,4 +1,2 @@
DIST marcel-0.3.3.tar.gz 7845456 BLAKE2B e27d851119f434144a790cd1bfb1ca21662357b1875ae9193273e00c5abc6156c217efeb961356d4967d984b4c8fb4b4047620fa5d0448cc20651aa1ce05bb69 SHA512 d9be185fd6f5185fc67f3eed931ecf3084da671840b6e464bf341f51c9dec4ab1b4650abd1916e640b7caced230d6cb90370bffb559151e0047a8b03211dc751
-DIST marcel-1.0.0.tar.gz 7929941 BLAKE2B b8f956e9876a86f26ceb789d59da4821d512f83fe619b81a6ebf4c638a03eda245d617a504ff24ad89295797ca98473f613eb46f635f45382ba4e6ce92c57b1d SHA512 1c8addecc7ab2a7c58a22ff114f3bc453e7cf8f620cd212a4213da4743e5992d2becf947bdf91ce8976b8c0819ed6799bfcddc1948ab08713e9b01dd2410954e
-DIST marcel-1.0.1.tar.gz 7978633 BLAKE2B f65489e7a398099b8856d6bdffdcded56547a601d8d23f4094673694904b00a9aecb545aebee8863a2f7b52fc36956450ed293b725971e65fdb0c275ec39bb2d SHA512 d72580e6bc626173e17485996773eef895c44eae26c0695b6aec16a5b194e8cf23693b1a1b981bdbbadf1256b91c8918896ba69fada9897287613ce17c4ae533
DIST marcel-1.0.2.tar.gz 8305198 BLAKE2B 264737cdb29852a186bf0e719748caca6c63626528f486dbefc3eedc7df6d7fe6f34e5cf68eb8b04f8b2b75c52bed59222d5f7bbcf60047cd5db7c4c935802ff SHA512 cd159545b246dcbd26ca07ac69e36ff13a965ac0e99ebd040c53b6a92f8ec8fd65786783c9a173d669fe6b32340a23d72c83c483011eec2e1097bdea73810ed6
diff --git a/dev-ruby/marcel/marcel-1.0.0.ebuild b/dev-ruby/marcel/marcel-1.0.0.ebuild
deleted file mode 100644
index e7b50e045730..000000000000
--- a/dev-ruby/marcel/marcel-1.0.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27 ruby30"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Simple mime type detection using magic numbers, filenames, and extensions"
-HOMEPAGE="https://github.com/basecamp/marcel"
-SRC_URI="https://github.com/basecamp/marcel/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0 MIT"
-SLOT="$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="test"
-
-ruby_add_bdepend "test? ( dev-ruby/rack )"
-
-all_ruby_prepare() {
- sed -i -e '2irequire "pathname"' test/test_helper.rb || die
-
- sed -i -e '/bundler/ s:^:#:' Rakefile || die
-}
diff --git a/dev-ruby/marcel/marcel-1.0.1.ebuild b/dev-ruby/marcel/marcel-1.0.1.ebuild
deleted file mode 100644
index e7b50e045730..000000000000
--- a/dev-ruby/marcel/marcel-1.0.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27 ruby30"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Simple mime type detection using magic numbers, filenames, and extensions"
-HOMEPAGE="https://github.com/basecamp/marcel"
-SRC_URI="https://github.com/basecamp/marcel/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0 MIT"
-SLOT="$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="test"
-
-ruby_add_bdepend "test? ( dev-ruby/rack )"
-
-all_ruby_prepare() {
- sed -i -e '2irequire "pathname"' test/test_helper.rb || die
-
- sed -i -e '/bundler/ s:^:#:' Rakefile || die
-}
next reply other threads:[~2022-05-01 8:38 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-01 8:38 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-06-03 12:05 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/marcel/ Hans de Graaff
2024-03-02 6:27 Hans de Graaff
2024-03-02 6:27 Hans de Graaff
2024-02-29 7:20 Hans de Graaff
2023-12-29 7:18 Hans de Graaff
2023-08-25 8:23 Hans de Graaff
2023-08-25 8:23 Hans de Graaff
2023-04-07 18:25 Sam James
2023-04-07 11:25 Sam James
2023-03-28 20:20 Sam James
2023-03-28 20:16 Sam James
2022-07-25 5:42 Hans de Graaff
2022-06-13 8:06 Yixun Lan
2022-06-08 4:41 Hans de Graaff
2021-09-22 5:34 Hans de Graaff
2021-04-04 6:53 Hans de Graaff
2021-03-27 6:33 Hans de Graaff
2021-03-27 6:33 Hans de Graaff
2021-03-27 6:33 Hans de Graaff
2020-05-24 4:14 Hans de Graaff
2020-05-24 4:14 Hans de Graaff
2019-05-06 5:53 Hans de Graaff
2019-05-06 5:53 Hans de Graaff
2019-01-03 19:23 Sergei Trofimovich
2019-01-03 19:23 Sergei Trofimovich
2018-11-29 7:30 Hans de Graaff
2018-09-16 6:42 Hans de Graaff
2018-09-16 6:42 Hans de Graaff
2018-08-06 8:16 Sergei Trofimovich
2018-06-12 11:36 Thomas Deutschmann
2018-06-04 9:56 Hans de Graaff
2018-04-22 9:37 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=1651391695.a3d51fcd6cd104f45ba11fb4da1a9e8747e61e23.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