From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1430953-garchives=archives.gentoo.org@lists.gentoo.org>
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 6B65C158095
	for <garchives@archives.gentoo.org>; Sat, 27 Aug 2022 23:11:09 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 2D7BAE0984;
	Sat, 27 Aug 2022 23:10:07 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 D9BE4E0958
	for <gentoo-commits@lists.gentoo.org>; Sat, 27 Aug 2022 23:10:06 +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 9A4C6341482
	for <gentoo-commits@lists.gentoo.org>; Sat, 27 Aug 2022 08:28:15 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 3672F558
	for <gentoo-commits@lists.gentoo.org>; Sat, 27 Aug 2022 08:28:14 +0000 (UTC)
From: "Hans de Graaff" <graaff@gentoo.org>
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" <graaff@gentoo.org>
Message-ID: <1661588890.a2fe419b351347927f89d5e8483a91dc6354ed28.graaff@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/travis/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-ruby/travis/travis-1.10.0-r1.ebuild dev-ruby/travis/travis-1.11.0.ebuild
X-VCS-Directories: dev-ruby/travis/
X-VCS-Committer: graaff
X-VCS-Committer-Name: Hans de Graaff
X-VCS-Revision: a2fe419b351347927f89d5e8483a91dc6354ed28
X-VCS-Branch: master
Date: Sat, 27 Aug 2022 08:28:14 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 70601662-2e69-479c-85c6-2f051534ca48
X-Archives-Hash: 320f0e9bd4e52fca4192094cb922b765

commit:     a2fe419b351347927f89d5e8483a91dc6354ed28
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 27 08:22:17 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Aug 27 08:28:10 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2fe419b

dev-ruby/travis: drop 1.10.0-r1, 1.11.0

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

 dev-ruby/travis/travis-1.10.0-r1.ebuild | 60 ---------------------------------
 dev-ruby/travis/travis-1.11.0.ebuild    | 56 ------------------------------
 2 files changed, 116 deletions(-)

diff --git a/dev-ruby/travis/travis-1.10.0-r1.ebuild b/dev-ruby/travis/travis-1.10.0-r1.ebuild
deleted file mode 100644
index 4d0f2532bcc7..000000000000
--- a/dev-ruby/travis/travis-1.10.0-r1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby26"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRAINSTALL="assets"
-
-inherit bash-completion-r1 ruby-fakegem
-
-DESCRIPTION="Travis CI Client (CLI and Ruby library)"
-HOMEPAGE="https://github.com/travis-ci/travis.rb"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-#RESTRICT="test"
-
-DEPEND+="test? ( dev-vcs/git )"
-RDEPEND+="dev-vcs/git"
-
-ruby_add_bdepend "
-	test? ( >dev-ruby/rack-test-0.6 dev-ruby/rspec-its )
-	>dev-ruby/sinatra-1.3
-"
-
-ruby_add_rdepend "
-	dev-ruby/faraday:1
-	dev-ruby/faraday_middleware:1
-	>=dev-ruby/gh-0.17
-	dev-ruby/highline:2
-	>=dev-ruby/json-2.3:2
-	>=dev-ruby/launchy-2.1
-	>dev-ruby/pusher-client-0.4
-"
-
-all_ruby_prepare() {
-	if use test ; then
-		git init --quiet . || die
-		git remote add origin "${HOMEPAGE}" || die
-		touch .travis.yml || die
-	fi
-
-	# Remove failing spec where cause is not fully clear.
-	# May be related to highline compatibility issues.
-	rm spec/cli/login_spec.rb || die
-
-	# Remove failing specs where $params keys are reset somewhere.
-	rm -f spec/cli/{cancel,restart}_spec.rb || die
-
-	sed -i -e 's/json_pure/json/' ../metadata || die
-}
-
-all_ruby_install() {
-	all_fakegem_install
-
-	newbashcomp "assets/travis.sh" "travis"
-}

diff --git a/dev-ruby/travis/travis-1.11.0.ebuild b/dev-ruby/travis/travis-1.11.0.ebuild
deleted file mode 100644
index 11c5fa18fe0b..000000000000
--- a/dev-ruby/travis/travis-1.11.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby26"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRAINSTALL="assets"
-
-inherit bash-completion-r1 ruby-fakegem
-
-DESCRIPTION="Travis CI Client (CLI and Ruby library)"
-HOMEPAGE="https://github.com/travis-ci/travis.rb"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-#RESTRICT="test"
-
-DEPEND+="test? ( dev-vcs/git )"
-RDEPEND+="dev-vcs/git"
-
-ruby_add_bdepend "
-	test? ( >dev-ruby/rack-test-0.6 dev-ruby/rspec-its )
-	>dev-ruby/sinatra-1.3
-"
-
-ruby_add_rdepend "
-	dev-ruby/faraday:1
-	dev-ruby/faraday_middleware:1
-	>=dev-ruby/gh-0.17
-	dev-ruby/highline:2
-	>=dev-ruby/json-2.3:2
-	>=dev-ruby/launchy-2.1
-	>dev-ruby/pusher-client-0.4
-"
-
-all_ruby_prepare() {
-	if use test ; then
-		git init --quiet . || die
-		git remote add origin "${HOMEPAGE}" || die
-		touch .travis.yml || die
-	fi
-
-	# Remove failing specs where $params keys are reset somewhere.
-	rm -f spec/cli/{cancel,restart}_spec.rb || die
-
-	sed -i -e 's/json_pure/json/' ../metadata || die
-}
-
-all_ruby_install() {
-	all_fakegem_install
-
-	newbashcomp "assets/travis.sh" "travis"
-}