Skip to content

Commit

Permalink
www-apps/jekyll-gist: Version bump.
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.20.1
  • Loading branch information
mrueg committed Aug 26, 2015
1 parent e15f4b1 commit 5ed61be
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions www-apps/jekyll-gist/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST jekyll-gist-1.3.0.tar.gz 4937 SHA256 a23925ccf035dcc0d5e365c3e7481374321a84fdd46afbc809e07795f234022b SHA512 0ecda5c790cfcb58c589b4161b0b8ff9103de16a6b14c6de08222cd026af9a136a24221cbddc048743e267e25471c9299502c650e29a7ce47ee56625ac9f1365 WHIRLPOOL 701f181487d3fe3c8fc67d3b59d0bbf6bc2c7184365dd0d769962617a263fea9eaebf1674aba6c0627e5410946d198505b587a2a069ac37f7d28e2738a72b615
DIST jekyll-gist-1.3.3.tar.gz 5256 SHA256 33f72c366bad183dcd248136361c87bee50176b6918213934111c83c22aaeef7 SHA512 ff90aaad646c580ec59bf93bc0747785792d17ba5ba7a0ec7bf5457a499cec3534c1c2344277adbfb3ac918e9d89900ecc69e389af42881b2eb3763d451599d5 WHIRLPOOL b95a23aa05b301decec0f7afb216e1df73730863e317b17dd1c8a0c9c59181372e1f83977aa94ee6872fca1184ae2dcb3b1d31a2478e2dbc13196a799f0cf9a9
27 changes: 27 additions & 0 deletions www-apps/jekyll-gist/jekyll-gist-1.3.3.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"

RUBY_FAKEGEM_RECIPE_TEST="rspec"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="README.md History.markdown"

inherit ruby-fakegem

DESCRIPTION="Liquid tag for displaying GitHub Gists in Jekyll sites"
HOMEPAGE="https://github.com/jekyll/jekyll-gist"
SRC_URI="https://github.com/jekyll/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

ruby_add_bdepend "test? ( >=www-apps/jekyll-2 )"

all_ruby_prepare() {
rm Rakefile || die
}

0 comments on commit 5ed61be

Please sign in to comment.