summaryrefslogtreecommitdiff
path: root/dev-vcs
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2015-08-26 22:33:30 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2015-08-26 22:33:30 +0100
commitf5e12c303a7e94044f5072958407c088e47bcdcd (patch)
treee79a6f4eea03f274dc6e6c4afa076c5433fceb35 /dev-vcs
parentdev-ruby/lazy_high_charts: Drop ruby19 (diff)
downloadportage-f5e12c303a7e94044f5072958407c088e47bcdcd.tar.xz
dev-vcs/git_stats: Drop ruby19
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/git_stats/ChangeLog3
-rw-r--r--dev-vcs/git_stats/Manifest4
-rw-r--r--dev-vcs/git_stats/git_stats-1.0.14.ebuild4
3 files changed, 7 insertions, 4 deletions
diff --git a/dev-vcs/git_stats/ChangeLog b/dev-vcs/git_stats/ChangeLog
index a009c87e..165d1fd8 100644
--- a/dev-vcs/git_stats/ChangeLog
+++ b/dev-vcs/git_stats/ChangeLog
@@ -1,3 +1,6 @@
+ 26 Aug 2015; Bertrand Jacquin <bertrand@jacquin.bzh> git_stats-1.0.14.ebuild:
+ dev-vcs/git_stats: Drop ruby19
+
15 Aug 2015; Bertrand Jacquin <bertrand@jacquin.bzh> git_stats-1.0.14.ebuild:
Remove malformed Id headers
diff --git a/dev-vcs/git_stats/Manifest b/dev-vcs/git_stats/Manifest
index e43057b1..9181d59a 100644
--- a/dev-vcs/git_stats/Manifest
+++ b/dev-vcs/git_stats/Manifest
@@ -1,4 +1,4 @@
DIST git_stats-1.0.14.gem 194560 SHA256 e14051dda7508e97ed81294f32923b2ba5fa8ef0407cfe3a56de1edc2ddcb175 WHIRLPOOL f6b738697f11b9897482f05eb306b611f0883eb29027da22c5652b4a981ea32ff5bb9ddedef342c2476154d8fb474ebf4847432ab1e0ed8b11c5bdfb3c77d5e5
-EBUILD git_stats-1.0.14.ebuild 622 SHA256 70bd41eb0e3fc4e561f3254833d51ccfa36f622712382c5c4e117069d3b0e176 WHIRLPOOL 6f18c362f0eff59e2a1591dd3fc9b06c0ef493cb10a90a723276b63609cb67fc01757cf6d026dc34ac76951713f07e4044c5127814a8a7aaaa4251ffd568e098
-MISC ChangeLog 2020 SHA256 1977699fd367dc50f9859b22267c05a0b83eefe9f0ddde4ea962dd811b34c7dc WHIRLPOOL 1d7cfed757bd5bba8677f9c9e9be0302f073214c87f0a3d4429b64bc14305d1fff7014a1db96b7fcde3ae528d4b9555bae874e6270c5ddb32046faafe2cd597c
+EBUILD git_stats-1.0.14.ebuild 624 SHA256 5034bd4f4593520fb6d56516dfbf56533220ffeea4b9c5e3116f96a14dae2aa0 WHIRLPOOL 0ad67bc22b487c81f35d651baf7f99bf814931d374d97d0f97317099f766148e2733c941747457b788446aafaa54ed8aae5ce2c79780b1b7cf114597a3e84eaa
+MISC ChangeLog 2134 SHA256 477eebe009755871ca70191589da92f7f23cf2e6d9c2ac43b5582b8f45ece36b WHIRLPOOL 21cb6d13150ddd7d0e0e31826cda8db4796a2f6336ad04cf27f5d6bdf26e95325ad5aaeaa0151896582603936c752b533f77c3adb1490c72f483d49d12280435
MISC metadata.xml 256 SHA256 6ca43960767ca28661abf97c85263db77fe7643902be2ce777c61aa688d8ea2d WHIRLPOOL cef8582829111be09e651eb819e6d1ea59c9c4386b842169ccd46a14c8e3ccb090486fecd61c5fd4aa47998cacc69cdc1fb5ca6bb6325a4da1ebfd0b6eebda7b
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 098195c8..cb0af607 100644
--- a/dev-vcs/git_stats/git_stats-1.0.14.ebuild
+++ b/dev-vcs/git_stats/git_stats-1.0.14.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-USE_RUBY="ruby19"
+USE_RUBY="ruby20"
inherit ruby-fakegem
DESCRIPTION="Git history statistics generator"
@@ -24,7 +24,7 @@ RUBY_FAKEGEM_EXTRAINSTALL="config templates"
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/haml-4.0:=
>=dev-ruby/lazy_high_charts-1.4
dev-ruby/i18n:=
dev-ruby/thor"