Skip to content

Commit

Permalink
add sitemap_generator
Browse files Browse the repository at this point in the history
  • Loading branch information
emiddleton committed May 18, 2012
1 parent 8d74fa1 commit 8ac5fc4
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev-ruby/sitemap_generator/Manifest
@@ -0,0 +1,2 @@
DIST sitemap_generator-3.1.1.gem 60416 RMD160 48e29f41839007fe87bfec4bbe254f3cd860051e SHA1 2eb9d1c70efc62bf166b6c38bc0a47c129388098 SHA256 c405e3bcb3cd21daf52edd294ce8929d7a283e6df2d4dc7413b24748846e6b4a
EBUILD sitemap_generator-3.1.1.ebuild 478 RMD160 2afd4a36ce4eca64bc3ac61f293ce410139feb52 SHA1 7a1b48a94daa5042122f31ffc9f1128a002b1b83 SHA256 20c6c1e3dbd3c09b840b196efb43066db37272b1d7d16b855909d71a37312b2a
22 changes: 22 additions & 0 deletions dev-ruby/sitemap_generator/sitemap_generator-3.1.1.ebuild
@@ -0,0 +1,22 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4

USE_RUBY="ruby18"

RUBY_FAKEGEM_EXTRADOC="README.md"
RUBY_FAKEGEM_EXTRAINSTALL="templates rails spec"

inherit ruby-fakegem

DESCRIPTION="Ruby library to easily generate XML Sitemaps"
HOMEPAGE="http://github.com/kjvarga/sitemap_generator"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

ruby_add_bdepend 'dev-ruby/builder dev-ruby/nokogiri'

0 comments on commit 8ac5fc4

Please sign in to comment.