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/propshaft/
Date: Tue, 11 Jul 2023 04:37:00 +0000 (UTC)	[thread overview]
Message-ID: <1689050216.f28a76d153d367b59b34f4a0ef9918ca0ada6f3d.graaff@gentoo> (raw)

commit:     f28a76d153d367b59b34f4a0ef9918ca0ada6f3d
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 11 04:22:34 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Jul 11 04:36:56 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f28a76d1

dev-ruby/propshaft: drop 0.6.4, 0.7.0

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/propshaft/Manifest               |  1 -
 dev-ruby/propshaft/propshaft-0.6.4.ebuild | 38 -------------------------------
 dev-ruby/propshaft/propshaft-0.7.0.ebuild | 38 -------------------------------
 3 files changed, 77 deletions(-)

diff --git a/dev-ruby/propshaft/Manifest b/dev-ruby/propshaft/Manifest
index 23844dc84e8d..fb3b5965f4d2 100644
--- a/dev-ruby/propshaft/Manifest
+++ b/dev-ruby/propshaft/Manifest
@@ -1,2 +1 @@
-DIST propshaft-0.6.4-git.tgz 245384 BLAKE2B 8089c7ee8f8d41f761a31bcd4751899da86302cdf7e1d5a9ba673e8a64431b0e35bbfa7d09fb0caa5ca06457b7134f27c3f37ade213922d616b374adac9824c5 SHA512 3302e1a0ef4bd47094566b393db77f1181e3e3b67c08b18694cea48b4518a45893dc16238ce1d86965d0b37894069ddbe7040392e7cdcad5caa80d7ff86bf2eb
 DIST propshaft-0.7.0-git.tgz 247111 BLAKE2B aecf4dcab9b57f1933e8f7066f4b229348cf60e4104cc82e14edb945e797a263012fe5b7b65de8ff0165e652256a0bd8fba24af8f08d8e9391050e36e56d5f31 SHA512 3d6dba7a3b5b522f3e4a9f43dc6b9981fbb475374be0b90c8abb2f19c587d025b58876ddb6a9e1b9992e3f357a96b50b6138173d10b8ae131e9457309b8cc0c9

diff --git a/dev-ruby/propshaft/propshaft-0.6.4.ebuild b/dev-ruby/propshaft/propshaft-0.6.4.ebuild
deleted file mode 100644
index 4f289757abdf..000000000000
--- a/dev-ruby/propshaft/propshaft-0.6.4.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_BINWRAP=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="propshaft.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Deliver assets for Rails"
-HOMEPAGE="https://github.com/rails/propshaft"
-SRC_URI="https://github.com/rails/propshaft/archive/v${PV}.tar.gz -> ${P}-git.tgz"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~ppc64 ~riscv"
-
-IUSE=""
-
-ruby_add_rdepend "
-	>=dev-ruby/actionpack-7.0.0:*
-	>=dev-ruby/activesupport-7.0.0:*
-	dev-ruby/rack:*
-	>=dev-ruby/railties-7.0.0:*
-"
-
-ruby_add_bdepend "test? ( >=dev-ruby/rails-7.0.0 )"
-
-all_ruby_prepare() {
-	rm -f Gemfile.lock || die
-	sed -i -e '/debug/ s:^:#:' Gemfile || die
-
-	sed -i -e 's:_relative ": "./:' ${RUBY_FAKEGEM_GEMSPEC} || die
-}

diff --git a/dev-ruby/propshaft/propshaft-0.7.0.ebuild b/dev-ruby/propshaft/propshaft-0.7.0.ebuild
deleted file mode 100644
index 6b78af68d22b..000000000000
--- a/dev-ruby/propshaft/propshaft-0.7.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_BINWRAP=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="propshaft.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Deliver assets for Rails"
-HOMEPAGE="https://github.com/rails/propshaft"
-SRC_URI="https://github.com/rails/propshaft/archive/v${PV}.tar.gz -> ${P}-git.tgz"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
-
-IUSE=""
-
-ruby_add_rdepend "
-	>=dev-ruby/actionpack-7.0.0:*
-	>=dev-ruby/activesupport-7.0.0:*
-	dev-ruby/rack:*
-	>=dev-ruby/railties-7.0.0:*
-"
-
-ruby_add_bdepend "test? ( >=dev-ruby/rails-7.0.0 )"
-
-all_ruby_prepare() {
-	rm -f Gemfile.lock || die
-	sed -i -e '/debug/ s:^:#:' Gemfile || die
-
-	sed -i -e 's:_relative ": "./:' ${RUBY_FAKEGEM_GEMSPEC} || die
-}


             reply	other threads:[~2023-07-11  4:37 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-11  4:37 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-09  7:03 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/propshaft/ Hans de Graaff
2024-11-15 14:46 Arthur Zamarin
2024-08-18  7:25 Hans de Graaff
2024-08-18  7:25 Hans de Graaff
2024-05-22  5:40 Hans de Graaff
2024-05-22  5:40 Hans de Graaff
2024-05-22  5:40 Hans de Graaff
2023-10-28  6:42 Hans de Graaff
2023-04-11 17:52 Jakov Smolić
2023-04-07 18:11 Sam James
2023-04-05  3:17 Sam James
2023-03-28 20:20 Sam James
2023-03-28 20:16 Sam James
2023-03-28 20:16 Sam James
2023-03-27 17:33 Hans de Graaff
2023-03-18  1:33 Sam James
2023-03-06  7:04 Hans de Graaff
2023-01-13 13:08 Arthur Zamarin
2022-06-13  8:06 Yixun Lan
2022-04-09 10:35 Hans de Graaff
2022-02-22 18:50 Hans de Graaff
2022-02-20  8:06 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=1689050216.f28a76d153d367b59b34f4a0ef9918ca0ada6f3d.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