From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F29AE138334 for ; Fri, 12 Apr 2019 13:58:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1FE5E0899; Fri, 12 Apr 2019 13:58:40 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B295BE0899 for ; Fri, 12 Apr 2019 13:58:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6E2FF340E57 for ; Fri, 12 Apr 2019 13:58:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6804D59F for ; Fri, 12 Apr 2019 13:58:37 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1555077503.679dbd70ee2c5b0ed2cbc1b5c72b2cb848243d90.graaff@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.5.1.ebuild X-VCS-Directories: www-apps/jekyll-watch/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 679dbd70ee2c5b0ed2cbc1b5c72b2cb848243d90 X-VCS-Branch: master Date: Fri, 12 Apr 2019 13:58:37 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 775b55a3-29a0-4d46-9285-05005e3c3222 X-Archives-Hash: 46093af9c41946460cca890167d6c566 commit: 679dbd70ee2c5b0ed2cbc1b5c72b2cb848243d90 Author: Hans de Graaff gentoo org> AuthorDate: Fri Apr 12 05:32:32 2019 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Apr 12 13:58:23 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=679dbd70 www-apps/jekyll-watch: cleanup Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 www-apps/jekyll-watch/Manifest | 1 - www-apps/jekyll-watch/jekyll-watch-1.5.1.ebuild | 27 ------------------------- 2 files changed, 28 deletions(-) diff --git a/www-apps/jekyll-watch/Manifest b/www-apps/jekyll-watch/Manifest index 55984b9c13e..6b256bc8bbf 100644 --- a/www-apps/jekyll-watch/Manifest +++ b/www-apps/jekyll-watch/Manifest @@ -1,2 +1 @@ -DIST jekyll-watch-1.5.1.tar.gz 14764 BLAKE2B fcb0e80060e65e85e0047d54f6277cf5e31ec8347c2c960e15c00d74b7dc255bb8cd1fea3671e2ecc7d380227bdae7cf62d835a5dc1b249aa68ca8f0ed9a1f34 SHA512 05e7f89f213adf6695a8bd1f8ff25d7aa6338cc378a934981f1112df556380cc40d2352ea4ce0a362c4d8e51ed8a6e36ca96c86385a6f179347031396db94a54 DIST jekyll-watch-2.1.2.tar.gz 15966 BLAKE2B 877935b518f887aa58987942cf03b337f41f142947416386410c3924880738e64b4aa05a06eba2089635d417e329a72b0602112ff19070ea203cf07bb9988ce7 SHA512 a411f354e1971727d1fabe6fe1fc6e9f889a0cbc9cf253e8dbee87c66f7a8f3ca1e75cdad242c9235e93ce45983939ded2a439d2a8339bfc70bc55b5b2eaff4a diff --git a/www-apps/jekyll-watch/jekyll-watch-1.5.1.ebuild b/www-apps/jekyll-watch/jekyll-watch-1.5.1.ebuild deleted file mode 100644 index 3468c5c4a5e..00000000000 --- a/www-apps/jekyll-watch/jekyll-watch-1.5.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -USE_RUBY="ruby23 ruby24" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" -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-3.0" -ruby_add_bdepend "test? ( >=www-apps/jekyll-2 )" - -all_ruby_prepare() { - rm Rakefile || die -}