summaryrefslogtreecommitdiff
path: root/dev-vcs
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2016-12-16 22:53:55 +0000
committerBertrand Jacquin <bertrand@jacquin.bzh>2016-12-16 23:36:56 +0000
commitbe12713ba21a73883833297349d0539fe131c561 (patch)
tree62fd123ab509070dab03e5af51ae112b1b6fc17f /dev-vcs
parentprofiles/enlightenment: Bump dev-python/flask keyword (diff)
downloadportage-be12713ba21a73883833297349d0539fe131c561.tar.xz
dev-vcs/git_stats: Empty DEPEND, refresh dependencies
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/git_stats/Manifest2
-rw-r--r--dev-vcs/git_stats/git_stats-1.0.14.ebuild24
2 files changed, 13 insertions, 13 deletions
diff --git a/dev-vcs/git_stats/Manifest b/dev-vcs/git_stats/Manifest
index cd8ac3bd..7bb46ce5 100644
--- a/dev-vcs/git_stats/Manifest
+++ b/dev-vcs/git_stats/Manifest
@@ -1,3 +1,3 @@
DIST git_stats-1.0.14.gem 194560 SHA256 e14051dda7508e97ed81294f32923b2ba5fa8ef0407cfe3a56de1edc2ddcb175 WHIRLPOOL f6b738697f11b9897482f05eb306b611f0883eb29027da22c5652b4a981ea32ff5bb9ddedef342c2476154d8fb474ebf4847432ab1e0ed8b11c5bdfb3c77d5e5
-EBUILD git_stats-1.0.14.ebuild 624 SHA256 bf2ae9461b7ebc7be02288d998a98bb8ed8cb4c372256d09193043688cf7cd21 WHIRLPOOL c62abde9a33a50705b865d70795016ef16b16785daacc9f529a83556e32fbdacdef9d8d2fd723a5db1b37cab271e8c4e46c9a5dca3f8aeb057d5452dcc8cc212
+EBUILD git_stats-1.0.14.ebuild 605 SHA256 6b92a3f45ccb62c684ddde80a6806e7f522c1820e503d89acd341a1198e047f4 WHIRLPOOL c1f29f39ea74a29ef8918f46014b1956f0a00788156f1ae6b4d6053cbbc15e50ea7e31912a01971a710171e540215c0400385f2e9f20e01cca38d4258ed43739
MISC metadata.xml 270 SHA256 c04cdb11fb00afb6ff02df034d8b5b9f0e81547e40c6222532f7093720e11830 WHIRLPOOL 265753a2137d4b55b97549114cf475b9996e2358f570533f3db7ec7a91b7d3cfb60372ac9ebf83284ef963fc4c36f7e6fbeb144fba17a9cef6c402a74557cf94
diff --git a/dev-vcs/git_stats/git_stats-1.0.14.ebuild b/dev-vcs/git_stats/git_stats-1.0.14.ebuild
index 430ef8dc..b0ccb8e3 100644
--- a/dev-vcs/git_stats/git_stats-1.0.14.ebuild
+++ b/dev-vcs/git_stats/git_stats-1.0.14.ebuild
@@ -3,8 +3,11 @@
# $Id$
EAPI=5
-
USE_RUBY="ruby21"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_EXTRAINSTALL="config templates"
+
inherit ruby-fakegem
DESCRIPTION="Git history statistics generator"
@@ -15,16 +18,13 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND="dev-vcs/git"
-RDEPEND="${DEPEND}"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-RUBY_FAKEGEM_EXTRAINSTALL="config templates"
+RDEPEND="dev-vcs/git"
+DEPEND=""
-ruby_add_rdepend ">=dev-ruby/activesupport-4.0:=
- >=dev-ruby/actionpack-4.0:=
- >=dev-ruby/tilt-1.4:=
- >=dev-ruby/haml-4.0:=
- >=dev-ruby/lazy_high_charts-1.4
+ruby_add_rdepend "dev-ruby/activesupport:4.2
+ dev-ruby/actionpack:4.2
+ >=dev-ruby/tilt-1.4:0
+ dev-ruby/haml:4
+ >=dev-ruby/lazy_high_charts-1.4:=
dev-ruby/i18n:=
- dev-ruby/thor"
+ dev-ruby/thor:="