diff options
author | 2015-01-01 17:48:30 +0000 | |
---|---|---|
committer | 2015-01-01 17:48:30 +0000 | |
commit | 4b5599591abb1430d59cb2d1396ae7d8ba4bffe6 (patch) | |
tree | 6b3909a278257f97cbf33e90586beda49c50e519 /dev-ruby | |
parent | alpha stable wrt bug #533274 (diff) | |
download | gentoo-2-4b5599591abb1430d59cb2d1396ae7d8ba4bffe6.tar.gz gentoo-2-4b5599591abb1430d59cb2d1396ae7d8ba4bffe6.tar.bz2 gentoo-2-4b5599591abb1430d59cb2d1396ae7d8ba4bffe6.zip |
Version bump.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/logue/ChangeLog | 9 | ||||
-rw-r--r-- | dev-ruby/logue/logue-1.0.2.ebuild | 24 |
2 files changed, 31 insertions, 2 deletions
diff --git a/dev-ruby/logue/ChangeLog b/dev-ruby/logue/ChangeLog index 71dacc0ab9d6..a28a98ba915f 100644 --- a/dev-ruby/logue/ChangeLog +++ b/dev-ruby/logue/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/logue -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/logue/ChangeLog,v 1.14 2014/10/30 13:57:09 mrueg Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/logue/ChangeLog,v 1.15 2015/01/01 17:48:30 mrueg Exp $ + +*logue-1.0.2 (01 Jan 2015) + + 01 Jan 2015; Manuel Rüger <mrueg@gentoo.org> +logue-1.0.2.ebuild: + Version bump. 30 Oct 2014; Manuel Rüger <mrueg@gentoo.org> logue-1.0.1.ebuild: Drop jruby target. diff --git a/dev-ruby/logue/logue-1.0.2.ebuild b/dev-ruby/logue/logue-1.0.2.ebuild new file mode 100644 index 000000000000..4517165004a4 --- /dev/null +++ b/dev-ruby/logue/logue-1.0.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/logue/logue-1.0.2.ebuild,v 1.1 2015/01/01 17:48:30 mrueg Exp $ + +EAPI=5 +USE_RUBY="ruby19" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_DOCDIR="doc" +RUBY_FAKEGEM_EXTRADOC="Features.txt History.txt README.md" + +inherit ruby-fakegem + +DESCRIPTION="A module that adds logging/trace functionality" +HOMEPAGE="https://github.com/jpace/logue" + +SRC_URI="https://github.com/jpace/logue/archive/v${PV}.tar.gz -> ${PN}-git-${PV}.tgz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86" +IUSE="" + +ruby_add_rdepend ">=dev-ruby/rainbow-1.1.4" |