diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-11-03 20:14:17 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-11-03 20:14:17 +0000 |
commit | 9a078155b830ad79ab53ed729c7f85746e9cc7fe (patch) | |
tree | 209082a58bb9d8d5d80ab34609e6c5899875f147 /www-apps | |
parent | Drop jruby. (diff) | |
download | gentoo-2-9a078155b830ad79ab53ed729c7f85746e9cc7fe.tar.gz gentoo-2-9a078155b830ad79ab53ed729c7f85746e9cc7fe.tar.bz2 gentoo-2-9a078155b830ad79ab53ed729c7f85746e9cc7fe.zip |
Cleanup old.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/jekyll-sitemap/ChangeLog | 5 | ||||
-rw-r--r-- | www-apps/jekyll-sitemap/jekyll-sitemap-0.6.0.ebuild | 28 |
2 files changed, 4 insertions, 29 deletions
diff --git a/www-apps/jekyll-sitemap/ChangeLog b/www-apps/jekyll-sitemap/ChangeLog index 73feaba3ac16..a45c4e4c5c0f 100644 --- a/www-apps/jekyll-sitemap/ChangeLog +++ b/www-apps/jekyll-sitemap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-apps/jekyll-sitemap # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/jekyll-sitemap/ChangeLog,v 1.3 2014/10/21 13:41:11 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/jekyll-sitemap/ChangeLog,v 1.4 2014/11/03 20:14:17 mrueg Exp $ + + 03 Nov 2014; Manuel Rüger <mrueg@gentoo.org> -jekyll-sitemap-0.6.0.ebuild: + Cleanup old. *jekyll-sitemap-0.6.1 (21 Oct 2014) diff --git a/www-apps/jekyll-sitemap/jekyll-sitemap-0.6.0.ebuild b/www-apps/jekyll-sitemap/jekyll-sitemap-0.6.0.ebuild deleted file mode 100644 index 42b8b3b25f70..000000000000 --- a/www-apps/jekyll-sitemap/jekyll-sitemap-0.6.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/jekyll-sitemap/jekyll-sitemap-0.6.0.ebuild,v 1.1 2014/09/08 21:09:08 mrueg Exp $ - -EAPI=5 -USE_RUBY="ruby19 ruby20" - -RUBY_FAKEGEM_RECIPE_TEST="rspec" -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 )" - -all_ruby_prepare() { - # Fix tests until rspec:3 is in the tree - sed -i -e "s/truthy/true/" -e "s/falsey/false/" spec/jekyll-sitemap_spec.rb || die -} |