Gentoo Archives: gentoo-commits

From: Michael Sterrett <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-misc/lolcat/
Date: Sun, 29 Nov 2015 09:22:56
Message-Id: 1448788963.6c9f508fd03d3d72183b5807a8e2153c1bfe8b37.mr_bones_@gentoo
1 commit: 6c9f508fd03d3d72183b5807a8e2153c1bfe8b37
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 29 09:22:24 2015 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 29 09:22:43 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c9f508f
7
8 version bump
9
10 Package-Manager: portage-2.2.20.1
11
12 games-misc/lolcat/Manifest | 1 +
13 games-misc/lolcat/lolcat-42.1.43.ebuild | 25 +++++++++++++++++++++++++
14 2 files changed, 26 insertions(+)
15
16 diff --git a/games-misc/lolcat/Manifest b/games-misc/lolcat/Manifest
17 index 03513c3..fce73e9 100644
18 --- a/games-misc/lolcat/Manifest
19 +++ b/games-misc/lolcat/Manifest
20 @@ -1 +1,2 @@
21 DIST lolcat-42.1.0.gem 205312 SHA256 ecf19c507f1e4df8436678b3ba1fdd24d686b23d1a87da1238afa192e679e0ca SHA512 b0c8f7122317b31efbf81a2023dded8a6c27ad17539b88c882af99983d377c308862d7ee4be85e891c2aca0bee25ac6d2ef3bf536b88d7db18d11176d3245b83 WHIRLPOOL 070e94fa38ced5b554a103b166f9694c75afe2dfa5ffe7a65f3bb62895638cb5c7a825290f2ca99a59e57a1017df79441cb24c2e23373ee90abbae6c0e8dc9a1
22 +DIST lolcat-42.1.43.gem 205312 SHA256 98cb63bb018b5b56dc29009e7e8288ed66b7f7e34edb78e4cc9c9169998e019c SHA512 eaea5637655bb2571025a9b33fc40c13aa1e7a4e782f6b9cd217bfd19f19e497228cea23988913183968a23564cae8f07e488ac413f8c5b27e5b50ce9a58e0ce WHIRLPOOL 3bf334d2d0943cd58ce2419b196167fe3661c65f98f9e0cca1361350f0a20831c1955c113fbb8e652fe369196e382122bb5dc9de6d033705c36dab71b4abd572
23
24 diff --git a/games-misc/lolcat/lolcat-42.1.43.ebuild b/games-misc/lolcat/lolcat-42.1.43.ebuild
25 new file mode 100644
26 index 0000000..425e087
27 --- /dev/null
28 +++ b/games-misc/lolcat/lolcat-42.1.43.ebuild
29 @@ -0,0 +1,25 @@
30 +# Copyright 1999-2015 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +# $Id$
33 +
34 +EAPI=5
35 +USE_RUBY="ruby19 ruby20"
36 +
37 +RUBY_FAKEGEM_TASK_TEST=""
38 +RUBY_FAKEGEM_TASK_DOC=""
39 +RUBY_FAKEGEM_EXTRADOC="README.md"
40 +RUBY_FAKEGEM_GEMSPEC="lolcat.gemspec"
41 +
42 +inherit ruby-fakegem
43 +
44 +DESCRIPTION="Rainbows and unicorns!"
45 +HOMEPAGE="https://github.com/busyloop/lolcat"
46 +
47 +LICENSE="WTFPL-2"
48 +SLOT="0"
49 +KEYWORDS="~amd64 ~x86"
50 +
51 +DEPEND="dev-vcs/git"
52 +
53 +ruby_add_rdepend ">=dev-ruby/trollop-2.1.2:2
54 + >=dev-ruby/paint-1.0"