summaryrefslogtreecommitdiff
path: root/dev-vcs
diff options
context:
space:
mode:
authorBertrand Jacquin <beber@meleeweb.net>2013-06-05 17:17:26 +0200
committerBertrand Jacquin <beber@meleeweb.net>2013-06-05 17:26:25 +0200
commit57c5053248a5470fbdb50425a3d52b9ad520ba3c (patch)
treecd03f724cfb8b71b65311a75be06cd5363942ccd /dev-vcs
parentmedia-libs/gst-plugins-base: Remove no more needed USE-flags (diff)
downloadportage-57c5053248a5470fbdb50425a3d52b9ad520ba3c.tar.xz
Add dev-vcs/git_stats: Git history statistics generator. And all needed dependencies
Package-Manager: portage-2.1.12.2
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/git_stats/ChangeLog6
-rw-r--r--dev-vcs/git_stats/Manifest4
-rw-r--r--dev-vcs/git_stats/git_stats-1.0.6.ebuild31
-rw-r--r--dev-vcs/git_stats/metadata.xml4
4 files changed, 45 insertions, 0 deletions
diff --git a/dev-vcs/git_stats/ChangeLog b/dev-vcs/git_stats/ChangeLog
new file mode 100644
index 00000000..ec673ddc
--- /dev/null
+++ b/dev-vcs/git_stats/ChangeLog
@@ -0,0 +1,6 @@
+*git_stats-1.0.6 (05 Jun 2013)
+
+ 05 Jun 2013; Bertrand Jacquin <beber@meleeweb.net> +git_stats-1.0.6.ebuild,
+ +metadata.xml:
+ Add dev-vcs/git_stats: Git history statistics generator. And all needed
+ dependencies
diff --git a/dev-vcs/git_stats/Manifest b/dev-vcs/git_stats/Manifest
new file mode 100644
index 00000000..f667ec60
--- /dev/null
+++ b/dev-vcs/git_stats/Manifest
@@ -0,0 +1,4 @@
+DIST git_stats-1.0.6.gem 190464 SHA256 3ec46958508a12838bdf2c98ef3f6f6a05463e0da153e072d7ba05fc0cd1806a WHIRLPOOL ae4dcaf4b24d6f3b1ad2b58ec92dbdf72963afa75415949cb619e74e8522710dbb772c118a0fec0ca7378b5f9145fe1281b4968db2253d95c54c3a418f3e0f14
+EBUILD git_stats-1.0.6.ebuild 610 SHA256 e3fa26c9d4b45614d0c284e854c24d5b597cc5396e9f141382a34b2595f07bd5 WHIRLPOOL 01a7e3912fd49df1261c18a1b50ad815bee1d96e5ed88ad295a9d6c107b91de84d3b1b2c260079e0cea803969f83f5e0472b00d59881e2f883c9809f10d58693
+MISC ChangeLog 216 SHA256 7306ba7a2d009b82514d1b6cc4f2175080e689851b723b5328d8fde551423627 WHIRLPOOL 8d96f26f47adc2d5c42d80deb90f1a9c827c5cd1cd6ef2e3fb1fa54ff6a8e794c00f1eeb8f757e1460a314d668752ac9e7c4ba186a4f0cc8f733773cb9e2999d
+MISC metadata.xml 139 SHA256 5cdc1888ebc8807b9a37b1d33429c61cabe7415a4f240e21a4c2ff8eca7a34ed WHIRLPOOL 620431014dd4fb752c3d46d11904ecb2c6d4525f5b4e30f4f778a3b74d3f7187ae4ccd856ebd7eabb48ce261b21849c732928fe647edce024a3fdc082d8f8630
diff --git a/dev-vcs/git_stats/git_stats-1.0.6.ebuild b/dev-vcs/git_stats/git_stats-1.0.6.ebuild
new file mode 100644
index 00000000..2aa7078f
--- /dev/null
+++ b/dev-vcs/git_stats/git_stats-1.0.6.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+USE_RUBY="ruby19"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Git history statistics generator"
+HOMEPAGE="https://github.com/tomgi/git_stats"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="dev-vcs/git"
+RDEPEND="${DEPEND}"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_EXTRAINSTALL="config templates"
+
+ruby_add_rdepend "dev-ruby/activesupport
+ dev-ruby/actionpack
+ dev-ruby/tilt
+ dev-ruby/haml
+ dev-ruby/lazy_high_charts
+ dev-ruby/i18n
+ dev-ruby/highline
+ =dev-ruby/sass-3.1*"
diff --git a/dev-vcs/git_stats/metadata.xml b/dev-vcs/git_stats/metadata.xml
new file mode 100644
index 00000000..097975e3
--- /dev/null
+++ b/dev-vcs/git_stats/metadata.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+</pkgmetadata>