diff options
author | Hans de Graaff <graaff@gentoo.org> | 2015-03-16 19:30:10 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2015-03-16 19:30:10 +0000 |
commit | 5aab7e7452f3af453e0e32585894b5f51c680073 (patch) | |
tree | 98b0c5f78a8b8651dbe7b9167b297b1734f214ad /dev-ruby | |
parent | Cleanup. (diff) | |
download | gentoo-2-5aab7e7452f3af453e0e32585894b5f51c680073.tar.gz gentoo-2-5aab7e7452f3af453e0e32585894b5f51c680073.tar.bz2 gentoo-2-5aab7e7452f3af453e0e32585894b5f51c680073.zip |
Create stable candidate.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/log4r/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/log4r/log4r-1.1.10-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/log4r/log4r-1.1.10-r2.ebuild | 30 |
3 files changed, 39 insertions, 3 deletions
diff --git a/dev-ruby/log4r/ChangeLog b/dev-ruby/log4r/ChangeLog index bc07b3b1503c..611315e651fb 100644 --- a/dev-ruby/log4r/ChangeLog +++ b/dev-ruby/log4r/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/log4r # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/ChangeLog,v 1.46 2015/02/01 15:45:13 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/ChangeLog,v 1.47 2015/03/16 19:30:10 graaff Exp $ + +*log4r-1.1.10-r2 (16 Mar 2015) + + 16 Mar 2015; Hans de Graaff <graaff@gentoo.org> log4r-1.1.10-r1.ebuild, + +log4r-1.1.10-r2.ebuild: + Create stable candidate. 01 Feb 2015; Hans de Graaff <graaff@gentoo.org> log4r-1.1.10-r1.ebuild: Add ruby22. diff --git a/dev-ruby/log4r/log4r-1.1.10-r1.ebuild b/dev-ruby/log4r/log4r-1.1.10-r1.ebuild index 0316d37ab41c..2ce602cf7718 100644 --- a/dev-ruby/log4r/log4r-1.1.10-r1.ebuild +++ b/dev-ruby/log4r/log4r-1.1.10-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/log4r-1.1.10-r1.ebuild,v 1.5 2015/02/01 15:45:13 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/log4r-1.1.10-r1.ebuild,v 1.6 2015/03/16 19:30:10 graaff Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +USE_RUBY="ruby19 ruby20" RUBY_FAKEGEM_TASK_DOC="" diff --git a/dev-ruby/log4r/log4r-1.1.10-r2.ebuild b/dev-ruby/log4r/log4r-1.1.10-r2.ebuild new file mode 100644 index 000000000000..10f7f2a8cd1d --- /dev/null +++ b/dev-ruby/log4r/log4r-1.1.10-r2.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/log4r-1.1.10-r2.ebuild,v 1.1 2015/03/16 19:30:10 graaff Exp $ + +EAPI=5 +USE_RUBY="ruby19 ruby20 ruby21 ruby22" + +RUBY_FAKEGEM_TASK_DOC="" + +# There are no working tests atm, to be checked on next version bump. +RUBY_FAKEGEM_TASK_TEST="" + +RUBY_FAKEGEM_DOCDIR="doc" + +inherit ruby-fakegem + +DESCRIPTION="A comprehensive and flexible logging library written in Ruby for use in Ruby programs" +HOMEPAGE="http://log4r.sourceforge.net/" +IUSE="" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" + +all_ruby_install() { + all_fakegem_install + + insinto /usr/share/doc/${PF} + doins -r examples +} |