mrueg 15/02/03 21:56:09 Modified: ChangeLog Added: rouge-1.8.0.ebuild Removed: rouge-1.7.4.ebuild Log: Version bump. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.8 dev-ruby/rouge/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rouge/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rouge/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rouge/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rouge/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 27 Dec 2014 14:47:51 -0000 1.7 +++ ChangeLog 3 Feb 2015 21:56:09 -0000 1.8 @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/rouge -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rouge/ChangeLog,v 1.7 2014/12/27 14:47:51 mrueg Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rouge/ChangeLog,v 1.8 2015/02/03 21:56:09 mrueg Exp $ + +*rouge-1.8.0 (03 Feb 2015) + + 03 Feb 2015; Manuel RĂ¼ger <[email protected]> +rouge-1.8.0.ebuild, + -rouge-1.7.4.ebuild: + Version bump. *rouge-1.7.7 (27 Dec 2014) 1.1 dev-ruby/rouge/rouge-1.8.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rouge/rouge-1.8.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rouge/rouge-1.8.0.ebuild?rev=1.1&content-type=text/plain Index: rouge-1.8.0.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/rouge/rouge-1.8.0.ebuild,v 1.1 2015/02/03 21:56:09 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md" RUBY_FAKEGEM_TASK_TEST="spec" RUBY_FAKEGEM_RECIPE_DOC="yard" inherit ruby-fakegem DESCRIPTION="Yet-another-markdown-parser but fast, pure Ruby, using a strict syntax definition" HOMEPAGE="http://github.com/jneen/rouge" SRC_URI="https://github.com/jneen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" IUSE="" ruby_add_bdepend "doc? ( dev-ruby/redcarpet )" ruby_add_rdepend "dev-ruby/redcarpet" RESTRICT="test" # Depends on dev-ruby/wrong, which is not packaged yet.
