From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 945DD1388C0 for ; Sun, 21 Feb 2016 13:03:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 206EF21C05C; Sun, 21 Feb 2016 13:03:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B876F21C05C for ; Sun, 21 Feb 2016 13:03:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CBB3C340B82 for ; Sun, 21 Feb 2016 13:03:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 555168E9 for ; Sun, 21 Feb 2016 13:03:20 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1456059788.fd3289df3c0f4602a6eeef3451e5104329aeb0ec.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/jekyll-gist/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/jekyll-gist/Manifest www-apps/jekyll-gist/jekyll-gist-1.4.0.ebuild X-VCS-Directories: www-apps/jekyll-gist/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: fd3289df3c0f4602a6eeef3451e5104329aeb0ec X-VCS-Branch: master Date: Sun, 21 Feb 2016 13:03:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 23e80cba-c77d-4090-8db9-46de1c44574e X-Archives-Hash: abd16d7b24930cf4c3c5b43cd684ec4c commit: fd3289df3c0f4602a6eeef3451e5104329aeb0ec Author: Manuel Rüger gentoo org> AuthorDate: Sun Feb 21 13:03:08 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sun Feb 21 13:03:08 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd3289df www-apps/jekyll-gist: Version bump Package-Manager: portage-2.2.27 www-apps/jekyll-gist/Manifest | 1 + www-apps/jekyll-gist/jekyll-gist-1.4.0.ebuild | 29 +++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/www-apps/jekyll-gist/Manifest b/www-apps/jekyll-gist/Manifest index 2b28063..907fc8d 100644 --- a/www-apps/jekyll-gist/Manifest +++ b/www-apps/jekyll-gist/Manifest @@ -1 +1,2 @@ DIST jekyll-gist-1.3.5.tar.gz 5495 SHA256 fda6aa7638c9255b197d3037aa9b236b99dff117d17c293bfb59f28776e065cb SHA512 f3028f11d594645a776c10cb9daef55d2f54592bc97fba25f1ffe4390c18e2c35330a674f40c12e34847c9dfe9844495aa419d9959b305a4100c2729e291efb2 WHIRLPOOL 9c52508ce49bd3974fe2965fa56c0bed3b1869f0b1613e220a1b10c849ecb42bbc83800ad501c0ed8a2d6a17399503e93cc9601a061169161087cf3d3d675020 +DIST jekyll-gist-1.4.0.tar.gz 7474 SHA256 cedcfc4084d643c78864d13501d50df9ad350f8023f126ce5e3efa5751b01f88 SHA512 924d2b3175378ae32277717932556ec32035aa9ad229b2c0925809b02feaf657a16d84f81c9793e0c25d06f8c05a852c427a8f2bcd264a0a1dc7d030cb8adebe WHIRLPOOL 9b8c8e7aa910394863efc54e1c2dd67bb1b960e3a29fe4eb9307fd18193bafcd5646b5cfe08a510cd6d448009227165f5acbf30313f58512dbb98fef0e5925fd diff --git a/www-apps/jekyll-gist/jekyll-gist-1.4.0.ebuild b/www-apps/jekyll-gist/jekyll-gist-1.4.0.ebuild new file mode 100644 index 0000000..d5007c3 --- /dev/null +++ b/www-apps/jekyll-gist/jekyll-gist-1.4.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +USE_RUBY="ruby20 ruby21" + +RUBY_FAKEGEM_RECIPE_TEST="rspec3" +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_rdepend ">=dev-ruby/octokit-4.2" +ruby_add_bdepend "test? ( dev-ruby/webmock + >=www-apps/jekyll-3 )" + +all_ruby_prepare() { + rm Rakefile || die +}