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 B2A7D1381F1 for ; Sun, 28 Aug 2016 22:59:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85700E0B6D; Sun, 28 Aug 2016 22:59:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9FDBBE0B6D for ; Sun, 28 Aug 2016 22:59:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2562234067D for ; Sun, 28 Aug 2016 22:59:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F187246E for ; Sun, 28 Aug 2016 22:59: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: <1472425152.cdeae08a11f07b96b38cc592828096f6d7f6a3a4.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.10.0.ebuild X-VCS-Directories: www-apps/jekyll-sitemap/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: cdeae08a11f07b96b38cc592828096f6d7f6a3a4 X-VCS-Branch: master Date: Sun, 28 Aug 2016 22:59: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: 3dcab7a0-54c0-46e2-95df-ac177e116d86 X-Archives-Hash: 47cca5dc44a09fb6e42e9ea0c5e34651 commit: cdeae08a11f07b96b38cc592828096f6d7f6a3a4 Author: Manuel Rüger gentoo org> AuthorDate: Sun Aug 28 22:59:12 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sun Aug 28 22:59:12 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdeae08a www-apps/jekyll-sitemap: Remove old Package-Manager: portage-2.3.0 www-apps/jekyll-sitemap/Manifest | 1 - .../jekyll-sitemap/jekyll-sitemap-0.10.0.ebuild | 23 ---------------------- 2 files changed, 24 deletions(-) diff --git a/www-apps/jekyll-sitemap/Manifest b/www-apps/jekyll-sitemap/Manifest index 5a27f6d..45d3134 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.11.0.tar.gz 64238 SHA256 83bf53a58206eb2bf8b88dba07ee8f0e1d33f337f6d252f09191268456c92a00 SHA512 ba1bb162586b8383b1ede68e86cec73db023400586e373572aa8e7c3e26ef1024d313ce59aa1f7711b2b34ba08220be99d5bfeb0ea804e1a1091c0953f8de095 WHIRLPOOL ca86ce506708c60261e5ae2665afd334f51b8b169484086f081ef38ad98fc66f4ac9d4ce46575353b6707b89de3cbb3bbee0c6f227751f040bc95da21996b62c diff --git a/www-apps/jekyll-sitemap/jekyll-sitemap-0.10.0.ebuild b/www-apps/jekyll-sitemap/jekyll-sitemap-0.10.0.ebuild deleted file mode 100644 index 63aa52c..00000000 --- a/www-apps/jekyll-sitemap/jekyll-sitemap-0.10.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 )"