* [gentoo-commits] gentoo-x86 commit in www-apps/jekyll: jekyll-2.3.0.ebuild jekyll-1.5.1.ebuild ChangeLog
@ 2014-08-15 14:59 Manuel Rueger (mrueg)
0 siblings, 0 replies; only message in thread
From: Manuel Rueger (mrueg) @ 2014-08-15 14:59 UTC (permalink / raw
To: gentoo-commits
mrueg 14/08/15 14:59:15
Modified: jekyll-1.5.1.ebuild ChangeLog
Added: jekyll-2.3.0.ebuild
Log:
Version bump.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path
1.3 www-apps/jekyll/jekyll-1.5.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/jekyll/jekyll-1.5.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/jekyll/jekyll-1.5.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/jekyll/jekyll-1.5.1.ebuild?r1=1.2&r2=1.3
Index: jekyll-1.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/jekyll/jekyll-1.5.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- jekyll-1.5.1.ebuild 14 Jun 2014 12:11:59 -0000 1.2
+++ jekyll-1.5.1.ebuild 15 Aug 2014 14:59:15 -0000 1.3
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/jekyll/jekyll-1.5.1.ebuild,v 1.2 2014/06/14 12:11:59 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/jekyll/jekyll-1.5.1.ebuild,v 1.3 2014/08/15 14:59:15 mrueg Exp $
EAPI=5
-USE_RUBY="ruby19"
+USE_RUBY="ruby19 ruby20"
inherit ruby-fakegem
1.3 www-apps/jekyll/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/jekyll/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/jekyll/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/jekyll/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/jekyll/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 14 Jun 2014 12:11:59 -0000 1.2
+++ ChangeLog 15 Aug 2014 14:59:15 -0000 1.3
@@ -1,6 +1,12 @@
# ChangeLog for www-apps/jekyll
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/jekyll/ChangeLog,v 1.2 2014/06/14 12:11:59 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/jekyll/ChangeLog,v 1.3 2014/08/15 14:59:15 mrueg Exp $
+
+*jekyll-2.3.0 (15 Aug 2014)
+
+ 15 Aug 2014; Manuel Rüger <mrueg@gentoo.org> +jekyll-2.3.0.ebuild,
+ jekyll-1.5.1.ebuild:
+ Version bump.
14 Jun 2014; Manuel Rüger <mrueg@gentoo.org> jekyll-1.5.1.ebuild:
Restrict commander dependency to <4.2
1.1 www-apps/jekyll/jekyll-2.3.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/jekyll/jekyll-2.3.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/jekyll/jekyll-2.3.0.ebuild?rev=1.1&content-type=text/plain
Index: jekyll-2.3.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/jekyll/jekyll-2.3.0.ebuild,v 1.1 2014/08/15 14:59:15 mrueg Exp $
EAPI=5
USE_RUBY="ruby19 ruby20"
inherit ruby-fakegem
RUBY_FAKEGEM_EXTRADOC="CONTRIBUTING.markdown README.markdown History.markdown"
RUBY_FAKEGEM_EXTRAINSTALL="features"
DESCRIPTION="A simple, blog aware, static site generator"
HOMEPAGE="http://jekyllrb.com http://github.com/mojombo/jekyll"
SRC_URI="https://github.com/jekyll/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
ruby_add_rdepend "dev-ruby/classifier-reborn
dev-ruby/colorator
>=dev-ruby/kramdown-1.3
>=dev-ruby/liquid-2.6.1
>=dev-ruby/mercenary-0.3.3
>=dev-ruby/pygments_rb-0.6.0
>=dev-ruby/redcarpet-3.1
>=dev-ruby/safe_yaml-1
dev-ruby/toml
www-apps/jekyll-coffeescript
www-apps/jekyll-gist
www-apps/jekyll-paginate
www-apps/jekyll-sass-converter
www-apps/jekyll-watch"
ruby_add_bdepend "test? (
dev-ruby/activesupport:3.2
dev-ruby/launchy
>=dev-ruby/maruku-0.7
dev-ruby/mime-types:0
=dev-ruby/rdiscount-1.6*
dev-ruby/redcloth
dev-ruby/rouge
dev-ruby/rr
>=dev-ruby/shoulda-3 )"
all_ruby_prepare() {
sed -i -e "/simplecov/,+2d" test/helper.rb || die
sed -i -e "1igem 'test-unit'" test/helper.rb || die
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-08-15 14:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-15 14:59 [gentoo-commits] gentoo-x86 commit in www-apps/jekyll: jekyll-2.3.0.ebuild jekyll-1.5.1.ebuild ChangeLog Manuel Rueger (mrueg)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox