From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id F23371384B4 for ; Sun, 29 Nov 2015 09:22:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73431E08F5; Sun, 29 Nov 2015 09:22:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 15FD8E08F5 for ; Sun, 29 Nov 2015 09:22:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D997733FDBF for ; Sun, 29 Nov 2015 09:22:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4522AA0E for ; Sun, 29 Nov 2015 09:22:51 +0000 (UTC) From: "Michael Sterrett" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Sterrett" Message-ID: <1448788963.6c9f508fd03d3d72183b5807a8e2153c1bfe8b37.mr_bones_@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-misc/lolcat/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-misc/lolcat/Manifest games-misc/lolcat/lolcat-42.1.43.ebuild X-VCS-Directories: games-misc/lolcat/ X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett X-VCS-Revision: 6c9f508fd03d3d72183b5807a8e2153c1bfe8b37 X-VCS-Branch: master Date: Sun, 29 Nov 2015 09:22:51 +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-Archives-Salt: 3d5a0ba1-0bee-4b73-ab71-0436d76f2569 X-Archives-Hash: cc6ae71a6c89a75c2ef3442557590a72 commit: 6c9f508fd03d3d72183b5807a8e2153c1bfe8b37 Author: Michael Sterrett gentoo org> AuthorDate: Sun Nov 29 09:22:24 2015 +0000 Commit: Michael Sterrett gentoo org> CommitDate: Sun Nov 29 09:22:43 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c9f508f version bump Package-Manager: portage-2.2.20.1 games-misc/lolcat/Manifest | 1 + games-misc/lolcat/lolcat-42.1.43.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/games-misc/lolcat/Manifest b/games-misc/lolcat/Manifest index 03513c3..fce73e9 100644 --- a/games-misc/lolcat/Manifest +++ b/games-misc/lolcat/Manifest @@ -1 +1,2 @@ DIST lolcat-42.1.0.gem 205312 SHA256 ecf19c507f1e4df8436678b3ba1fdd24d686b23d1a87da1238afa192e679e0ca SHA512 b0c8f7122317b31efbf81a2023dded8a6c27ad17539b88c882af99983d377c308862d7ee4be85e891c2aca0bee25ac6d2ef3bf536b88d7db18d11176d3245b83 WHIRLPOOL 070e94fa38ced5b554a103b166f9694c75afe2dfa5ffe7a65f3bb62895638cb5c7a825290f2ca99a59e57a1017df79441cb24c2e23373ee90abbae6c0e8dc9a1 +DIST lolcat-42.1.43.gem 205312 SHA256 98cb63bb018b5b56dc29009e7e8288ed66b7f7e34edb78e4cc9c9169998e019c SHA512 eaea5637655bb2571025a9b33fc40c13aa1e7a4e782f6b9cd217bfd19f19e497228cea23988913183968a23564cae8f07e488ac413f8c5b27e5b50ce9a58e0ce WHIRLPOOL 3bf334d2d0943cd58ce2419b196167fe3661c65f98f9e0cca1361350f0a20831c1955c113fbb8e652fe369196e382122bb5dc9de6d033705c36dab71b4abd572 diff --git a/games-misc/lolcat/lolcat-42.1.43.ebuild b/games-misc/lolcat/lolcat-42.1.43.ebuild new file mode 100644 index 0000000..425e087 --- /dev/null +++ b/games-misc/lolcat/lolcat-42.1.43.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +USE_RUBY="ruby19 ruby20" + +RUBY_FAKEGEM_TASK_TEST="" +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="README.md" +RUBY_FAKEGEM_GEMSPEC="lolcat.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="Rainbows and unicorns!" +HOMEPAGE="https://github.com/busyloop/lolcat" + +LICENSE="WTFPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="dev-vcs/git" + +ruby_add_rdepend ">=dev-ruby/trollop-2.1.2:2 + >=dev-ruby/paint-1.0"