summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-11-26 15:47:36 -0500
committerAaron Bauman <bman@gentoo.org>2020-11-26 15:56:04 -0500
commitddef31cd545531fbd047caad272fd2a4844f6429 (patch)
tree437dd72dbabd6127639334636357d7990ff1fb7e /www-apps/jekyll-sitemap/jekyll-sitemap-0.13.0.ebuild
parentapp-text/dictd: drop old EAPI (diff)
downloadgentoo-ddef31cd545531fbd047caad272fd2a4844f6429.tar.gz
gentoo-ddef31cd545531fbd047caad272fd2a4844f6429.tar.bz2
gentoo-ddef31cd545531fbd047caad272fd2a4844f6429.zip
www-apps/jekyll-sitemap: drop old EAPI
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'www-apps/jekyll-sitemap/jekyll-sitemap-0.13.0.ebuild')
-rw-r--r--www-apps/jekyll-sitemap/jekyll-sitemap-0.13.0.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/www-apps/jekyll-sitemap/jekyll-sitemap-0.13.0.ebuild b/www-apps/jekyll-sitemap/jekyll-sitemap-0.13.0.ebuild
deleted file mode 100644
index fefc68f4e8b2..000000000000
--- a/www-apps/jekyll-sitemap/jekyll-sitemap-0.13.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby23 ruby24 ruby25"
-
-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 )"
-ruby_add_rdepend ">=dev-ruby/addressable-2.4.0"