public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/mrueg:master commit in: dev-ruby/github-linguist/
@ 2016-03-25 14:40 Manuel Rüger
  0 siblings, 0 replies; 8+ messages in thread
From: Manuel Rüger @ 2016-03-25 14:40 UTC (permalink / raw
  To: gentoo-commits

commit:     c3a7d937b1512a2d98bd377df248e1d01e2e82be
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 25 14:40:37 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Fri Mar 25 14:40:37 2016 +0000
URL:        https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=c3a7d937

dev-ruby/github-linguist: Initial version

Package-Manager: portage-2.2.28

 dev-ruby/github-linguist/Manifest                  |  1 +
 .../github-linguist/github-linguist-4.8.0.ebuild   | 29 ++++++++++++++++++++++
 dev-ruby/github-linguist/metadata.xml              |  8 ++++++
 3 files changed, 38 insertions(+)

diff --git a/dev-ruby/github-linguist/Manifest b/dev-ruby/github-linguist/Manifest
new file mode 100644
index 0000000..1057a60
--- /dev/null
+++ b/dev-ruby/github-linguist/Manifest
@@ -0,0 +1 @@
+DIST github-linguist-4.8.0.gem 1643520 SHA256 bc1834200a1b101f0545a1948d264f90c149afc30a4f18ea3072eefd50de07e3 SHA512 c7543b738eb356ac7c7f32ef5a9a87765fc5a6f7512bf0d1c9fe298fbe757ffc025cb2612e7b2ba14d8be334eefdd4c10df1132bcb2370dda2c826dda672084e WHIRLPOOL 7578b5c5b05289a2f3e4c17c562e46e8d0824c0bd6d4347d8e0945f363b1cfed0dad295ed12049941c9cc37c8479fb2845a6b7593eb86aff7b8a4fb5acd7fcb5

diff --git a/dev-ruby/github-linguist/github-linguist-4.8.0.ebuild b/dev-ruby/github-linguist/github-linguist-4.8.0.ebuild
new file mode 100644
index 0000000..2e6612f
--- /dev/null
+++ b/dev-ruby/github-linguist/github-linguist-4.8.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby21"
+
+RUBY_FAKEGEM_RECIPE_TEST=""
+RUBY_FAKEGEM_RECIPE_DOC=""
+RUBY_FAKEGEM_EXTRADOC=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Detects blob languages, highlights code and generates language breakdown graphs"
+HOMEPAGE="https://github.com/github/linguist"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+# Gemfile does not include tests
+# Release tarball does not include grammar files
+RESTRICT="test"
+
+ruby_add_rdepend ">=dev-ruby/charlock_holmes-0.7.3
+	>=dev-ruby/escape_utils-1.1.0
+	>=dev-ruby/mime-types-1.19
+	>=dev-ruby/rugged-0.23.0b"

diff --git a/dev-ruby/github-linguist/metadata.xml b/dev-ruby/github-linguist/metadata.xml
new file mode 100644
index 0000000..bfcb697
--- /dev/null
+++ b/dev-ruby/github-linguist/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer>
+		<email>mrueg@gentoo.org</email>
+		<name>Manuel Rüger</name>
+	</maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] dev/mrueg:master commit in: dev-ruby/github-linguist/
@ 2016-03-26  0:24 Manuel Rüger
  0 siblings, 0 replies; 8+ messages in thread
From: Manuel Rüger @ 2016-03-26  0:24 UTC (permalink / raw
  To: gentoo-commits

commit:     921d5f0939b1bfa62830a4cd25466dcb97e591a0
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 00:24:14 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 00:24:14 2016 +0000
URL:        https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=921d5f09

dev-ruby/github-linguist: Version bump. Add support for ruby22

Package-Manager: portage-2.2.28

 dev-ruby/github-linguist/Manifest                                    | 2 +-
 .../{github-linguist-4.8.0.ebuild => github-linguist-4.8.1.ebuild}   | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/github-linguist/Manifest b/dev-ruby/github-linguist/Manifest
index 1057a60..9fa65e9 100644
--- a/dev-ruby/github-linguist/Manifest
+++ b/dev-ruby/github-linguist/Manifest
@@ -1 +1 @@
-DIST github-linguist-4.8.0.gem 1643520 SHA256 bc1834200a1b101f0545a1948d264f90c149afc30a4f18ea3072eefd50de07e3 SHA512 c7543b738eb356ac7c7f32ef5a9a87765fc5a6f7512bf0d1c9fe298fbe757ffc025cb2612e7b2ba14d8be334eefdd4c10df1132bcb2370dda2c826dda672084e WHIRLPOOL 7578b5c5b05289a2f3e4c17c562e46e8d0824c0bd6d4347d8e0945f363b1cfed0dad295ed12049941c9cc37c8479fb2845a6b7593eb86aff7b8a4fb5acd7fcb5
+DIST github-linguist-4.8.1.gem 1617920 SHA256 84f9404cca24e412c872441d70317d2fed16078a57ba6585957b2d30ad7fa5de SHA512 5dc83a323bd87c4c53b582a1a2c8a80a4f2b1bf64ad2d56c8c9af2b5a859b6924eb4e096bf13a83148eca3e0e70ebe988f0411bd33996ba404a34f350133a124 WHIRLPOOL 221f4ace7cea5b311e4c6ac4d5c0047c4e97b9d3186b7259f88fa1110dd7ff986fe77384ad37858424f7af0421130964dbd7c0cb7e2d20bcfc337d16e3601194

diff --git a/dev-ruby/github-linguist/github-linguist-4.8.0.ebuild b/dev-ruby/github-linguist/github-linguist-4.8.1.ebuild
similarity index 86%
rename from dev-ruby/github-linguist/github-linguist-4.8.0.ebuild
rename to dev-ruby/github-linguist/github-linguist-4.8.1.ebuild
index 2e6612f..d5d0bde 100644
--- a/dev-ruby/github-linguist/github-linguist-4.8.0.ebuild
+++ b/dev-ruby/github-linguist/github-linguist-4.8.1.ebuild
@@ -3,11 +3,12 @@
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby21"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_RECIPE_TEST=""
 RUBY_FAKEGEM_RECIPE_DOC=""
-RUBY_FAKEGEM_EXTRADOC=""
+# File collision with qt-linguist
+RUBY_FAKEGEM_BINWRAP="git-linguist"
 
 inherit ruby-fakegem
 


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] dev/mrueg:master commit in: dev-ruby/github-linguist/
@ 2016-03-26  0:58 Manuel Rüger
  0 siblings, 0 replies; 8+ messages in thread
From: Manuel Rüger @ 2016-03-26  0:58 UTC (permalink / raw
  To: gentoo-commits

commit:     aceed99e05929b99edb4485fd1d93799bbb0c991
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 00:58:02 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 00:58:02 2016 +0000
URL:        https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=aceed99e

dev-ruby/github-linguist: Fix dep on escape_utils

Package-Manager: portage-2.2.28

 dev-ruby/github-linguist/github-linguist-4.8.1.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dev-ruby/github-linguist/github-linguist-4.8.1.ebuild b/dev-ruby/github-linguist/github-linguist-4.8.1.ebuild
index d5d0bde..01d366e 100644
--- a/dev-ruby/github-linguist/github-linguist-4.8.1.ebuild
+++ b/dev-ruby/github-linguist/github-linguist-4.8.1.ebuild
@@ -28,3 +28,7 @@ ruby_add_rdepend ">=dev-ruby/charlock_holmes-0.7.3
 	>=dev-ruby/escape_utils-1.1.0
 	>=dev-ruby/mime-types-1.19
 	>=dev-ruby/rugged-0.23.0b"
+
+all_ruby_prepare() {
+	sed -i -e "s/1.1.0/'1.1'/" ../metadata || die
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] dev/mrueg:master commit in: dev-ruby/github-linguist/
@ 2016-04-03 13:59 Manuel Rüger
  0 siblings, 0 replies; 8+ messages in thread
From: Manuel Rüger @ 2016-04-03 13:59 UTC (permalink / raw
  To: gentoo-commits

commit:     17a8b4b969f1a5a2bb21fe2573152e3fa8548e23
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  3 13:59:18 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Apr  3 13:59:18 2016 +0000
URL:        https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=17a8b4b9

dev-ruby/github-linguist: Version bump. Remove old

Package-Manager: portage-2.2.28

 dev-ruby/github-linguist/Manifest                                       | 2 +-
 .../{github-linguist-4.8.1.ebuild => github-linguist-4.8.2.ebuild}      | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/github-linguist/Manifest b/dev-ruby/github-linguist/Manifest
index 9fa65e9..050baf5 100644
--- a/dev-ruby/github-linguist/Manifest
+++ b/dev-ruby/github-linguist/Manifest
@@ -1 +1 @@
-DIST github-linguist-4.8.1.gem 1617920 SHA256 84f9404cca24e412c872441d70317d2fed16078a57ba6585957b2d30ad7fa5de SHA512 5dc83a323bd87c4c53b582a1a2c8a80a4f2b1bf64ad2d56c8c9af2b5a859b6924eb4e096bf13a83148eca3e0e70ebe988f0411bd33996ba404a34f350133a124 WHIRLPOOL 221f4ace7cea5b311e4c6ac4d5c0047c4e97b9d3186b7259f88fa1110dd7ff986fe77384ad37858424f7af0421130964dbd7c0cb7e2d20bcfc337d16e3601194
+DIST github-linguist-4.8.2.gem 1620992 SHA256 1945214c1310244a4e3447443dafcad12491557e892d7ea79caf6032dbdd724e SHA512 09f230c52728176370149d815670fe6ab5be81f60c289a1c58fbed9c107841b5c441d09330d0767c1a700219f0a56823c6391bc65cd122db8398b1d09102c136 WHIRLPOOL 40be1216330f178f0e52c470c8b74411dabcf831377918794baa466c0421ac436896023eb6d72457d0e2de475b51a1873c23b109322b3e9a55abe2f65f69bc64

diff --git a/dev-ruby/github-linguist/github-linguist-4.8.1.ebuild b/dev-ruby/github-linguist/github-linguist-4.8.2.ebuild
similarity index 100%
rename from dev-ruby/github-linguist/github-linguist-4.8.1.ebuild
rename to dev-ruby/github-linguist/github-linguist-4.8.2.ebuild


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] dev/mrueg:master commit in: dev-ruby/github-linguist/
@ 2016-04-16 14:16 Manuel Rüger
  0 siblings, 0 replies; 8+ messages in thread
From: Manuel Rüger @ 2016-04-16 14:16 UTC (permalink / raw
  To: gentoo-commits

commit:     158b6004ddd79ba476a06a172f98ce6af1d626a0
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 16 14:15:59 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat Apr 16 14:15:59 2016 +0000
URL:        https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=158b6004

dev-ruby/github-linguist: Version bump. Remove old

Package-Manager: portage-2.2.28

 dev-ruby/github-linguist/Manifest                                       | 2 +-
 .../{github-linguist-4.8.2.ebuild => github-linguist-4.8.3.ebuild}      | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/github-linguist/Manifest b/dev-ruby/github-linguist/Manifest
index 050baf5..5025e3d 100644
--- a/dev-ruby/github-linguist/Manifest
+++ b/dev-ruby/github-linguist/Manifest
@@ -1 +1 @@
-DIST github-linguist-4.8.2.gem 1620992 SHA256 1945214c1310244a4e3447443dafcad12491557e892d7ea79caf6032dbdd724e SHA512 09f230c52728176370149d815670fe6ab5be81f60c289a1c58fbed9c107841b5c441d09330d0767c1a700219f0a56823c6391bc65cd122db8398b1d09102c136 WHIRLPOOL 40be1216330f178f0e52c470c8b74411dabcf831377918794baa466c0421ac436896023eb6d72457d0e2de475b51a1873c23b109322b3e9a55abe2f65f69bc64
+DIST github-linguist-4.8.3.gem 1634304 SHA256 2bbe6fe639dea8d7007a1c75b4ff87dfffba385a2b7aed993be964f19666f145 SHA512 28e2cfe53a4be1d43c87c8b76f699712df2e91b3c25293017e2522c44c4fdec00cbcac520119ad36aa2a56a3d1d5a1aa45d3e753ac9abf6c96c63f561e088eb5 WHIRLPOOL 48f09046361702b54b7d3caf79e30772d77197dfbb7bc9dd4ac24051738b880c0bbfb86513e8b47c8ee75366105ecf06655275bf991780e86dd1096c82e7e6b3

diff --git a/dev-ruby/github-linguist/github-linguist-4.8.2.ebuild b/dev-ruby/github-linguist/github-linguist-4.8.3.ebuild
similarity index 100%
rename from dev-ruby/github-linguist/github-linguist-4.8.2.ebuild
rename to dev-ruby/github-linguist/github-linguist-4.8.3.ebuild


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] dev/mrueg:master commit in: dev-ruby/github-linguist/
@ 2016-05-20 21:00 Manuel Rüger
  0 siblings, 0 replies; 8+ messages in thread
From: Manuel Rüger @ 2016-05-20 21:00 UTC (permalink / raw
  To: gentoo-commits

commit:     cbacb6e82f0e2ac6afafa66563e75dc7d0a219c4
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Fri May 20 20:53:01 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Fri May 20 20:53:01 2016 +0000
URL:        https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=cbacb6e8

dev-ruby/github-linguist: Version bump, remove old

Package-Manager: portage-2.2.28

 dev-ruby/github-linguist/Manifest                                       | 2 +-
 .../{github-linguist-4.8.3.ebuild => github-linguist-4.8.5.ebuild}      | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/github-linguist/Manifest b/dev-ruby/github-linguist/Manifest
index 5025e3d..2f704f7 100644
--- a/dev-ruby/github-linguist/Manifest
+++ b/dev-ruby/github-linguist/Manifest
@@ -1 +1 @@
-DIST github-linguist-4.8.3.gem 1634304 SHA256 2bbe6fe639dea8d7007a1c75b4ff87dfffba385a2b7aed993be964f19666f145 SHA512 28e2cfe53a4be1d43c87c8b76f699712df2e91b3c25293017e2522c44c4fdec00cbcac520119ad36aa2a56a3d1d5a1aa45d3e753ac9abf6c96c63f561e088eb5 WHIRLPOOL 48f09046361702b54b7d3caf79e30772d77197dfbb7bc9dd4ac24051738b880c0bbfb86513e8b47c8ee75366105ecf06655275bf991780e86dd1096c82e7e6b3
+DIST github-linguist-4.8.5.gem 1664000 SHA256 3b592380c3950b5317466cd56020b7449d51fc8984e5d28443a93a2842da90b4 SHA512 da2500631b0435574eae6f54e238e861c4f5b0cf4316742532dce9438fa32e5501f9a8bb822bfe47f5c83c09f0afde4f18299fb196e18317209c49be98ffd4e0 WHIRLPOOL 126653136d6b7b20fefaf42297302b4e9cb117ebe5833d1f804e25d7e9fe30825deb4a065877db011e155acab24dc7f2b5fa147f319ae4003323a7cfe7a7bf7e

diff --git a/dev-ruby/github-linguist/github-linguist-4.8.3.ebuild b/dev-ruby/github-linguist/github-linguist-4.8.5.ebuild
similarity index 100%
rename from dev-ruby/github-linguist/github-linguist-4.8.3.ebuild
rename to dev-ruby/github-linguist/github-linguist-4.8.5.ebuild


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] dev/mrueg:master commit in: dev-ruby/github-linguist/
@ 2016-08-28 20:34 Manuel Rüger
  0 siblings, 0 replies; 8+ messages in thread
From: Manuel Rüger @ 2016-08-28 20:34 UTC (permalink / raw
  To: gentoo-commits

commit:     abd2017f414da83f5e1141e3c72a38da03aa4470
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 28 20:17:37 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Aug 28 20:17:37 2016 +0000
URL:        https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=abd2017f

dev-ruby/github-linguist: Version bump, remove old

Package-Manager: portage-2.3.0

 dev-ruby/github-linguist/Manifest                                       | 2 +-
 .../{github-linguist-4.8.5.ebuild => github-linguist-4.8.9.ebuild}      | 0
 dev-ruby/github-linguist/metadata.xml                                   | 2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/github-linguist/Manifest b/dev-ruby/github-linguist/Manifest
index 2f704f7..e022c87 100644
--- a/dev-ruby/github-linguist/Manifest
+++ b/dev-ruby/github-linguist/Manifest
@@ -1 +1 @@
-DIST github-linguist-4.8.5.gem 1664000 SHA256 3b592380c3950b5317466cd56020b7449d51fc8984e5d28443a93a2842da90b4 SHA512 da2500631b0435574eae6f54e238e861c4f5b0cf4316742532dce9438fa32e5501f9a8bb822bfe47f5c83c09f0afde4f18299fb196e18317209c49be98ffd4e0 WHIRLPOOL 126653136d6b7b20fefaf42297302b4e9cb117ebe5833d1f804e25d7e9fe30825deb4a065877db011e155acab24dc7f2b5fa147f319ae4003323a7cfe7a7bf7e
+DIST github-linguist-4.8.9.gem 1809408 SHA256 36495d0960a42e489c2ee41d2d1852cb3d8db06f9b3a09593a89e06f47bc1f6b SHA512 7830ded205e6b73b72c88085688bfa622d3979c5c6678c4dd878f853e9ab5cfa65d92c2fa4480963e633507aa82e9b1b0e03f6d27a05dc0f1c130a2540834a7b WHIRLPOOL 056002c2c9aefc32caac5b180386d747bac1e44ccdc433306c64780e0a8a0636422dbb63004902f5f3308f2e8684947c0f384d1cc3077727ebb82b23a673146f

diff --git a/dev-ruby/github-linguist/github-linguist-4.8.5.ebuild b/dev-ruby/github-linguist/github-linguist-4.8.9.ebuild
similarity index 100%
rename from dev-ruby/github-linguist/github-linguist-4.8.5.ebuild
rename to dev-ruby/github-linguist/github-linguist-4.8.9.ebuild

diff --git a/dev-ruby/github-linguist/metadata.xml b/dev-ruby/github-linguist/metadata.xml
index bfcb697..97df2a0 100644
--- a/dev-ruby/github-linguist/metadata.xml
+++ b/dev-ruby/github-linguist/metadata.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer>
+	<maintainer type="person">
 		<email>mrueg@gentoo.org</email>
 		<name>Manuel Rüger</name>
 	</maintainer>


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] dev/mrueg:master commit in: dev-ruby/github-linguist/
@ 2016-10-24 19:58 Manuel Rüger
  0 siblings, 0 replies; 8+ messages in thread
From: Manuel Rüger @ 2016-10-24 19:58 UTC (permalink / raw
  To: gentoo-commits

commit:     5b87a3185eadebf62cf05f6e2908b6cac531deed
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 24 19:52:47 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Oct 24 19:52:47 2016 +0000
URL:        https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=5b87a318

dev-ruby/github-linguist: Version bump, remove old

Package-Manager: portage-2.3.2

 dev-ruby/github-linguist/Manifest                                       | 2 +-
 .../{github-linguist-4.8.9.ebuild => github-linguist-4.8.15.ebuild}     | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/github-linguist/Manifest b/dev-ruby/github-linguist/Manifest
index e022c87..8447aad 100644
--- a/dev-ruby/github-linguist/Manifest
+++ b/dev-ruby/github-linguist/Manifest
@@ -1 +1 @@
-DIST github-linguist-4.8.9.gem 1809408 SHA256 36495d0960a42e489c2ee41d2d1852cb3d8db06f9b3a09593a89e06f47bc1f6b SHA512 7830ded205e6b73b72c88085688bfa622d3979c5c6678c4dd878f853e9ab5cfa65d92c2fa4480963e633507aa82e9b1b0e03f6d27a05dc0f1c130a2540834a7b WHIRLPOOL 056002c2c9aefc32caac5b180386d747bac1e44ccdc433306c64780e0a8a0636422dbb63004902f5f3308f2e8684947c0f384d1cc3077727ebb82b23a673146f
+DIST github-linguist-4.8.15.gem 1864192 SHA256 ec0ae30711e55f476dc71359633f49097761d5f68c4ff04d82bbeaf37c6b597d SHA512 2642e98ead3b05d29a95d76dcb7f5bd2062d66f59df97405006c62047e24f290d4a43ed998f22ab47c27868d6f617bd026f83a2138e2f0dbf525e18e8cc93696 WHIRLPOOL 25ed512863a33e82be2580f256e5c4efe2d42cb21673d13d68b50086f6cdb5c41c890ec4de4f6153dec9437af60212ae9095efe74e93253335a68612f5745d14

diff --git a/dev-ruby/github-linguist/github-linguist-4.8.9.ebuild b/dev-ruby/github-linguist/github-linguist-4.8.15.ebuild
similarity index 100%
rename from dev-ruby/github-linguist/github-linguist-4.8.9.ebuild
rename to dev-ruby/github-linguist/github-linguist-4.8.15.ebuild


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-10-24 19:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-28 20:34 [gentoo-commits] dev/mrueg:master commit in: dev-ruby/github-linguist/ Manuel Rüger
  -- strict thread matches above, loose matches on Subject: below --
2016-10-24 19:58 Manuel Rüger
2016-05-20 21:00 Manuel Rüger
2016-04-16 14:16 Manuel Rüger
2016-04-03 13:59 Manuel Rüger
2016-03-26  0:58 Manuel Rüger
2016-03-26  0:24 Manuel Rüger
2016-03-25 14:40 Manuel Rüger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox