diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-05-13 07:13:34 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-05-13 07:13:34 +0000 |
commit | 81c56694777e5cf622ebfc9a09fcb1ee158f68b1 (patch) | |
tree | aeaa72cc93102d7544ffa63844318865befe36a7 /games-misc | |
parent | Version bump (diff) | |
download | gentoo-2-81c56694777e5cf622ebfc9a09fcb1ee158f68b1.tar.gz gentoo-2-81c56694777e5cf622ebfc9a09fcb1ee158f68b1.tar.bz2 gentoo-2-81c56694777e5cf622ebfc9a09fcb1ee158f68b1.zip |
attempt at working around bug #536268
(Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-misc')
-rw-r--r-- | games-misc/lolcat/ChangeLog | 6 | ||||
-rw-r--r-- | games-misc/lolcat/files/lolcat-42.1.0-paint.patch | 11 | ||||
-rw-r--r-- | games-misc/lolcat/lolcat-42.1.0.ebuild | 4 |
3 files changed, 19 insertions, 2 deletions
diff --git a/games-misc/lolcat/ChangeLog b/games-misc/lolcat/ChangeLog index 82b393f7a3a0..39b56ca9ffb7 100644 --- a/games-misc/lolcat/ChangeLog +++ b/games-misc/lolcat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-misc/lolcat # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/lolcat/ChangeLog,v 1.9 2015/02/06 10:12:08 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/lolcat/ChangeLog,v 1.10 2015/05/13 07:13:34 mr_bones_ Exp $ + + 13 May 2015; Michael Sterrett <mr_bones_@gentoo.org> + +files/lolcat-42.1.0-paint.patch, lolcat-42.1.0.ebuild: + attempt at working around bug #536268 06 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> lolcat-42.1.0.ebuild, metadata.xml: diff --git a/games-misc/lolcat/files/lolcat-42.1.0-paint.patch b/games-misc/lolcat/files/lolcat-42.1.0-paint.patch new file mode 100644 index 000000000000..6b62b6bd933c --- /dev/null +++ b/games-misc/lolcat/files/lolcat-42.1.0-paint.patch @@ -0,0 +1,11 @@ +--- all.orig/lolcat-42.1.0/lolcat.gemspec 2015-05-13 01:21:05.898321678 -0400 ++++ all/lolcat-42.1.0/lolcat.gemspec 2015-05-13 02:02:11.987935841 -0400 +@@ -12,7 +12,7 @@ + s.summary = %q{Okay, no unicorns. But rainbows!!} + + s.add_development_dependency "rake" +- s.add_dependency "paint", "~> 0.8.3" ++ s.add_dependency "paint" + s.add_dependency "trollop", "~> 1.16.2" + + s.files = `git ls-files`.split("\n") diff --git a/games-misc/lolcat/lolcat-42.1.0.ebuild b/games-misc/lolcat/lolcat-42.1.0.ebuild index 06147abf00d7..74652067e640 100644 --- a/games-misc/lolcat/lolcat-42.1.0.ebuild +++ b/games-misc/lolcat/lolcat-42.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/lolcat/lolcat-42.1.0.ebuild,v 1.2 2015/02/06 10:12:08 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/lolcat/lolcat-42.1.0.ebuild,v 1.3 2015/05/13 07:13:34 mr_bones_ Exp $ EAPI=5 USE_RUBY="ruby19 ruby20" @@ -18,5 +18,7 @@ LICENSE="WTFPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" +RUBY_PATCHES=( "${FILESDIR}"/${P}-paint.patch ) + ruby_add_rdepend ">=dev-ruby/trollop-1.16.2-r3:0 dev-ruby/paint" |