public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-ruby/ruby-install/
Date: Thu, 23 Feb 2023 09:24:50 +0000 (UTC)	[thread overview]
Message-ID: <1676916009.dabf7b535355d3fd75690c2d61994aaa98fefc34.ceamac@gentoo> (raw)

commit:     dabf7b535355d3fd75690c2d61994aaa98fefc34
Author:     Alexey Zapparov <alexey <AT> zapparov <DOT> com>
AuthorDate: Mon Feb 20 18:00:09 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Mon Feb 20 18:00:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dabf7b53

dev-ruby/ruby-install: drop 0.8.4

Signed-off-by: Alexey Zapparov <alexey <AT> zapparov.com>

 dev-ruby/ruby-install/Manifest                  |  1 -
 dev-ruby/ruby-install/ruby-install-0.8.4.ebuild | 44 -------------------------
 2 files changed, 45 deletions(-)

diff --git a/dev-ruby/ruby-install/Manifest b/dev-ruby/ruby-install/Manifest
index 534467661..270113005 100644
--- a/dev-ruby/ruby-install/Manifest
+++ b/dev-ruby/ruby-install/Manifest
@@ -1,3 +1,2 @@
-DIST ruby-install-0.8.4.tar.gz 32652 BLAKE2B e863645c66cc631d17a3e5c061220fd59d0b0458613d31e8db4d35fbb0beae53ccf627620b9adb08bb0db82d51bd9a54a7eb96079fc3e6604c32d9b7dc219f3d SHA512 9d7157ab73689a7024efae104f6fd244c019c56d5e27573151818dd72f07855f9785b2ddba9c83a413ddcd92a565893373ca545c486c59b4fa408f349d4c7f48
 DIST ruby-install-0.8.5.tar.gz 32904 BLAKE2B 6128d489c53c02b53b96f243a7c5fd3de2a360eac8ed7873c89cfafb229e611f77f3275e66bb1aef0ccad772029f7727c0e4a62c6dc74ec1780c7badd219cc52 SHA512 4f5546652e741eb4b1b72780a73e0b41b8bd212dd979e31124b8a1a96e9bbebdcb7951da20768b992776206a446b489214f2b1261255855760e2e3477118f8d7
 DIST ruby-install-0.9.0.tar.gz 34536 BLAKE2B de44b380b47f1c194bd9c39e43527c48b61f051bc126b051d87ce23db7d5ed3c6f46a97ff454e847a47fe16535c15d5903839f07ed30446f0b2f0d063364961b SHA512 d40195519d4d49749e13fb9d1c2e8f6a4c4c7b1cb4c419ce737a2dc2f7f6fb80b0783626bfe4b4bdd642a189d6fd641a5a121a4fa661e8a7539b4eefa12435ae

diff --git a/dev-ruby/ruby-install/ruby-install-0.8.4.ebuild b/dev-ruby/ruby-install/ruby-install-0.8.4.ebuild
deleted file mode 100644
index 706d5e5d2..000000000
--- a/dev-ruby/ruby-install/ruby-install-0.8.4.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Installs Ruby, JRuby, Rubinius, TruffleRuby (native / GraalVM), or mruby."
-HOMEPAGE="https://github.com/postmodern/ruby-install"
-SRC_URI="https://github.com/postmodern/ruby-install/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-PROPERTIES="test_network"
-RESTRICT="!test? ( test )"
-
-DEPEND=">=app-shells/bash-3.0:*"
-RDEPEND="${DEPEND}
-	sys-apps/grep
-	|| ( >net-misc/wget-1.12 net-misc/curl )
-	dev-libs/openssl
-	app-arch/tar
-	app-arch/bzip2
-	app-arch/xz-utils
-	sys-devel/patch
-	|| ( >=sys-devel/gcc-4.2 sys-devel/clang )"
-BDEPEND="test? ( dev-util/shunit2 )"
-
-# XXX: `make check` seems to be broken (violates shellcheck tests)
-src_test() {
-	emake test
-}
-
-src_prepare() {
-	default
-
-	sed -i Makefile -e "s/^VERSION=.\+$/VERSION=${PVR}/" \
-		|| die "Cannot fix doc location to follow Gentoo/FHS guidelines"
-}
-
-src_install() {
-	emake DESTDIR="${D}" PREFIX="/usr" install
-}


             reply	other threads:[~2023-02-23  9:24 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-23  9:24 Viorel Munteanu [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-08-07  9:13 [gentoo-commits] repo/proj/guru:master commit in: dev-ruby/ruby-install/ Haelwenn Monnier
2022-01-02 18:55 Andrew Ammerlaan
2021-12-30 14:34 Florian Schmaus
2021-12-27 14:44 Florian Schmaus

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=1676916009.dabf7b535355d3fd75690c2d61994aaa98fefc34.ceamac@gentoo \
    --to=ceamac@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