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 6958458974 for ; Sat, 6 Feb 2016 15:57:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4CB0E21C010; Sat, 6 Feb 2016 15:57:28 +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 DFDEC21C010 for ; Sat, 6 Feb 2016 15:57:27 +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 E60793409E6 for ; Sat, 6 Feb 2016 15:57:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C86B8F1 for ; Sat, 6 Feb 2016 15:57:23 +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: <1454774231.dbc2c88e11eea4e70b7f17459746b68018deae70.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/jekyll-sitemap/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/jekyll-sitemap/Manifest www-apps/jekyll-sitemap/jekyll-sitemap-0.9.0.ebuild X-VCS-Directories: www-apps/jekyll-sitemap/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: dbc2c88e11eea4e70b7f17459746b68018deae70 X-VCS-Branch: master Date: Sat, 6 Feb 2016 15:57:23 +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: 028e1c0d-ce16-4228-9ae8-61545b8fe353 X-Archives-Hash: 2cbea51ee7920688b62a0a734476080a commit: dbc2c88e11eea4e70b7f17459746b68018deae70 Author: Manuel Rüger gentoo org> AuthorDate: Sat Feb 6 15:57:11 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sat Feb 6 15:57:11 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbc2c88e www-apps/jekyll-sitemap: Remove old Package-Manager: portage-2.2.27 www-apps/jekyll-sitemap/Manifest | 1 - .../jekyll-sitemap/jekyll-sitemap-0.9.0.ebuild | 23 ---------------------- 2 files changed, 24 deletions(-) diff --git a/www-apps/jekyll-sitemap/Manifest b/www-apps/jekyll-sitemap/Manifest index d7ce4be..cbb9c77 100644 --- a/www-apps/jekyll-sitemap/Manifest +++ b/www-apps/jekyll-sitemap/Manifest @@ -1,2 +1 @@ DIST jekyll-sitemap-0.10.0.tar.gz 63435 SHA256 143dcacd0556ef326380f16c2315827435282a760ec28e543ba10c8f8a523a85 SHA512 a609ab04d05a8ef947cf5de1a118eb4f28d00aa9392bbfb25b6a635ddb4ef8e45fbc50fc028ea8bdfe901605b2f20c5fcc1603281be861d1e9e4ee794a4aa975 WHIRLPOOL 64453bd112e766c6e0d84365d890b84412f98df8a509e3c5a2594ba3c3ffb62b4600cd4de7bf5f0c336082f1b1c6c22f2618058a130a7b09573c85a72792e4d2 -DIST jekyll-sitemap-0.9.0.tar.gz 62710 SHA256 db437f1794ca32c13ef235becc3fffa53bb922ab0fc108f7c511dd04b3ce1107 SHA512 2c55f2869050c0e0d279e3974554dbdb03c6db25c5fa2997c12cd0c6615707ff8d53ef05cffed57dc8eb2e261677d5f86ebc889083989b7a7723e7d92922c1ba WHIRLPOOL d2e54098853f722e9052607425d7db735ed9604fcd24833cba8d13bb169c67a88368372e5795eb6c8419b60e3d1fc192ba2c03401bee0195607f8c83bfe68c3e diff --git a/www-apps/jekyll-sitemap/jekyll-sitemap-0.9.0.ebuild b/www-apps/jekyll-sitemap/jekyll-sitemap-0.9.0.ebuild deleted file mode 100644 index 63aa52c..0000000 --- a/www-apps/jekyll-sitemap/jekyll-sitemap-0.9.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# 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="Automatically generate a sitemap.xml for your Jekyll site" -HOMEPAGE="https://github.com/jekyll/jekyll-sitemap" -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 )"