mrueg 15/01/01 17:48:30 Modified: ChangeLog Added: logue-1.0.2.ebuild Log: Version bump. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.15 dev-ruby/logue/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/logue/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/logue/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/logue/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/logue/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 30 Oct 2014 13:57:09 -0000 1.14 +++ ChangeLog 1 Jan 2015 17:48:30 -0000 1.15 @@ -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 <[email protected]> +logue-1.0.2.ebuild: + Version bump. 30 Oct 2014; Manuel Rüger <[email protected]> logue-1.0.1.ebuild: Drop jruby target. 1.1 dev-ruby/logue/logue-1.0.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/logue/logue-1.0.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/logue/logue-1.0.2.ebuild?rev=1.1&content-type=text/plain Index: logue-1.0.2.ebuild =================================================================== # 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"
