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 7D6AA58973 for ; Sun, 17 Jan 2016 18:30:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD7D7E0871; Sun, 17 Jan 2016 18:30:05 +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 1245DE0870 for ; Sun, 17 Jan 2016 18:30:05 +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 0CBBB34069F for ; Sun, 17 Jan 2016 18:30:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E79DCB3 for ; Sun, 17 Jan 2016 18:30:01 +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: <1453055334.4cf15b46d7ff689cc45eff3259f57cc09af3ac29.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/jekyll-watch/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/jekyll-watch/Manifest www-apps/jekyll-watch/jekyll-watch-1.2.1.ebuild X-VCS-Directories: www-apps/jekyll-watch/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 4cf15b46d7ff689cc45eff3259f57cc09af3ac29 X-VCS-Branch: master Date: Sun, 17 Jan 2016 18:30:01 +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: 34488ea2-a5d5-4139-af58-8739ade8c222 X-Archives-Hash: c12777b51d65bef292e28e75adab0115 commit: 4cf15b46d7ff689cc45eff3259f57cc09af3ac29 Author: Manuel Rüger gentoo org> AuthorDate: Sun Jan 17 18:28:54 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sun Jan 17 18:28:54 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cf15b46 www-apps/jekyll-watch: Remove old Package-Manager: portage-2.2.26 www-apps/jekyll-watch/Manifest | 1 - www-apps/jekyll-watch/jekyll-watch-1.2.1.ebuild | 30 ------------------------- 2 files changed, 31 deletions(-) diff --git a/www-apps/jekyll-watch/Manifest b/www-apps/jekyll-watch/Manifest index cbb1f55..eea4c75 100644 --- a/www-apps/jekyll-watch/Manifest +++ b/www-apps/jekyll-watch/Manifest @@ -1,2 +1 @@ -DIST jekyll-watch-1.2.1.tar.gz 13660 SHA256 7641a8f4eb5a281ae0ff6f5553882b40ad95bd663136bc802036a3f3110e97fd SHA512 69fabe7ef01f2bbcf81e0ba0ce4e62d6999ff1a1da1b8dc254e364dc61af2bf6989f1f1ac8da6b2da7991e1972813b7c509fb0cb23558f16536b8f68fa57f62c WHIRLPOOL 2c082ce9bd703e639170f6b4ee781c3ebe8dad8e59f1cb0fdc690fb4136b4432368a53095f7455728fed4e6b44b0ae1d467dd26cc0acf8a7713b582fc3703c25 DIST jekyll-watch-1.3.0.tar.gz 13882 SHA256 a87b9e76e575ec394525b6b804bf8aa430eb51df2e309f34b0f2f46129b9c353 SHA512 91950cdeba568ef368ea5f91f3ec3208073786f12e7a8587e2560c92be9108d5d97d9ddc517eb681df3335bcdc0f8b85c9425fbe289b39912c3c4c6ef8d641e2 WHIRLPOOL a5e18c641921f561e42557cbd902100fac085d2fd320771581d507122fa6fa77bf60cf9e26a7444eac0387227c1e131ab611cee814178cd1748c2e74912a67d1 diff --git a/www-apps/jekyll-watch/jekyll-watch-1.2.1.ebuild b/www-apps/jekyll-watch/jekyll-watch-1.2.1.ebuild deleted file mode 100644 index 0c71aa0..0000000 --- a/www-apps/jekyll-watch/jekyll-watch-1.2.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# 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="Rebuild your Jekyll site when a file changes with the --watch switch" -HOMEPAGE="https://github.com/jekyll/jekyll-watch" -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/listen-2.7" -ruby_add_bdepend "test? ( >=www-apps/jekyll-2 )" - -all_ruby_prepare() { - rm Rakefile || die - # Fix tests until Rspec:3 is in tree - sed -i -e "/default_formatter/d" -e "/verify_partial_doubles/d" spec/spec_helper.rb || die -}