From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F2F87158020 for ; Sun, 4 Dec 2022 15:42:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DAE3DE07E1; Sun, 4 Dec 2022 15:42:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C2E89E07E1 for ; Sun, 4 Dec 2022 15:42:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BD971341301 for ; Sun, 4 Dec 2022 15:42:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1073771 for ; Sun, 4 Dec 2022 15:42:08 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1670168525.c7c11bf33878a42c5f72c97d24093daf011eaeb9.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/jquery-ui-rails/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/jquery-ui-rails/jquery-ui-rails-6.0.1-r1.ebuild X-VCS-Directories: dev-ruby/jquery-ui-rails/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: c7c11bf33878a42c5f72c97d24093daf011eaeb9 X-VCS-Branch: master Date: Sun, 4 Dec 2022 15:42:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 932715a6-f5ab-44ee-88e9-54d17b921c50 X-Archives-Hash: 2b0a0dbf6a7191aa7763523b6c3b25d9 commit: c7c11bf33878a42c5f72c97d24093daf011eaeb9 Author: Hans de Graaff gentoo org> AuthorDate: Sun Dec 4 15:09:17 2022 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Dec 4 15:42:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7c11bf3 dev-ruby/jquery-ui-rails: drop 6.0.1-r1 Signed-off-by: Hans de Graaff gentoo.org> .../jquery-ui-rails-6.0.1-r1.ebuild | 25 ---------------------- 1 file changed, 25 deletions(-) diff --git a/dev-ruby/jquery-ui-rails/jquery-ui-rails-6.0.1-r1.ebuild b/dev-ruby/jquery-ui-rails/jquery-ui-rails-6.0.1-r1.ebuild deleted file mode 100644 index 2b761e269b97..000000000000 --- a/dev-ruby/jquery-ui-rails/jquery-ui-rails-6.0.1-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -USE_RUBY="ruby25 ruby26 ruby27" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_TASK_TEST="" - -RUBY_FAKEGEM_EXTRADOC="History.md README.md VERSIONS.md" - -RUBY_FAKEGEM_EXTRAINSTALL="app" - -inherit ruby-fakegem - -DESCRIPTION="The jQuery UI assets for the Rails 3.2+ asset pipeline" -HOMEPAGE="https://github.com/joliss/jquery-ui-rails" - -LICENSE="MIT" -SLOT="6" -KEYWORDS="~amd64 ~arm ~x86 ~x64-macos" - -IUSE="" - -ruby_add_rdepend ">=dev-ruby/railties-3.2.16:*"