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 B6A161581C1 for ; Sat, 13 Jul 2024 09:03:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E42D9E2B2E; Sat, 13 Jul 2024 09:03:38 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B8256E2B2E for ; Sat, 13 Jul 2024 09:03:38 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C9701343068 for ; Sat, 13 Jul 2024 09:03:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61D0C1E19 for ; Sat, 13 Jul 2024 09:03:36 +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: <1720861405.3574b06ce0743ecbaa51a377e77a198fa83d8971.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-misc/lolcat/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-misc/lolcat/lolcat-100.0.1-r2.ebuild X-VCS-Directories: games-misc/lolcat/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 3574b06ce0743ecbaa51a377e77a198fa83d8971 X-VCS-Branch: master Date: Sat, 13 Jul 2024 09:03:36 +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: 10782558-87d9-4232-bc94-6dd8b0f61407 X-Archives-Hash: 5d3f55cfa6d671d1cc48eaa6a9c85af7 commit: 3574b06ce0743ecbaa51a377e77a198fa83d8971 Author: Hans de Graaff gentoo org> AuthorDate: Sat Jul 13 08:55:54 2024 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Jul 13 09:03:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3574b06c games-misc/lolcat: drop 100.0.1-r2 Signed-off-by: Hans de Graaff gentoo.org> games-misc/lolcat/lolcat-100.0.1-r2.ebuild | 35 ------------------------------ 1 file changed, 35 deletions(-) diff --git a/games-misc/lolcat/lolcat-100.0.1-r2.ebuild b/games-misc/lolcat/lolcat-100.0.1-r2.ebuild deleted file mode 100644 index d46905df5925..000000000000 --- a/games-misc/lolcat/lolcat-100.0.1-r2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -USE_RUBY="ruby30 ruby31 ruby32" - -RUBY_FAKEGEM_TASK_TEST="" -RUBY_FAKEGEM_EXTRADOC="README.md" -RUBY_FAKEGEM_GEMSPEC="lolcat.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Rainbows and unicorns!" -HOMEPAGE="https://github.com/busyloop/lolcat" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -ruby_add_rdepend " - dev-ruby/optimist:3 - >=dev-ruby/paint-2.1:0" - -all_ruby_prepare() { - sed -e '/manpages/ s:^:#:' \ - -e 's/git ls-files --/echo/' \ - -e 's/git ls-files/find/' \ - -i ${RUBY_FAKEGEM_GEMSPEC} || die -} - -all_ruby_install() { - doman man/lolcat.6 - ruby_fakegem_binwrapper lolcat -}