Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/bit-struct/
Date: Sun, 25 Apr 2021 06:20:01
Message-Id: 1619331593.042ef7afbf816db909a3bdc8f4cc412760e03438.graaff@gentoo
1 commit: 042ef7afbf816db909a3bdc8f4cc412760e03438
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 25 06:08:23 2021 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 25 06:19:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=042ef7af
7
8 dev-ruby/bit-struct: add 0.17
9
10 Package-Manager: Portage-3.0.17, Repoman-3.0.2
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/bit-struct/Manifest | 1 +
14 dev-ruby/bit-struct/bit-struct-0.17.ebuild | 17 +++++++++++++++++
15 2 files changed, 18 insertions(+)
16
17 diff --git a/dev-ruby/bit-struct/Manifest b/dev-ruby/bit-struct/Manifest
18 index 9925f5f7c96..3a40b4c724d 100644
19 --- a/dev-ruby/bit-struct/Manifest
20 +++ b/dev-ruby/bit-struct/Manifest
21 @@ -1 +1,2 @@
22 DIST bit-struct-0.16.gem 31232 BLAKE2B ed08c7054cab88ba0614863d706681601615b03e2dd3f19a4a1b8284dace17bf30e92ca9f1b0948c8c5e50424ab41b97f65cb65c804f771a207672b497c9df33 SHA512 8c31592d53daea5f283f8309a52c22c96c519d51c4e3c1657b36e83b802899aafe95eab9b88d9ec692e84207fc6bc952a1f1ff1354fc2b99fc327d58934bec8d
23 +DIST bit-struct-0.17.gem 31232 BLAKE2B 8dd802d22b543dbde4e59f9bbdf158379045b633e427ed2d01fa0a141f48298e2d3da48f19a2c113426b8dafab7ce139948fa8d097e6b87dc9957eecf65bf95b SHA512 9f3cc652d0f2983edc5a67a5b7ad5a64a2cd73b45414b3636fdd9e6d18fe971ec9d5cd3553ef384f039bfb166489fd303724c8c0c9d882cd757610c7986b0f1f
24
25 diff --git a/dev-ruby/bit-struct/bit-struct-0.17.ebuild b/dev-ruby/bit-struct/bit-struct-0.17.ebuild
26 new file mode 100644
27 index 00000000000..25fc8284a70
28 --- /dev/null
29 +++ b/dev-ruby/bit-struct/bit-struct-0.17.ebuild
30 @@ -0,0 +1,17 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +USE_RUBY="ruby25 ruby26 ruby27"
37 +
38 +inherit ruby-fakegem
39 +
40 +DESCRIPTION="Library for packed binary data stored in ruby Strings"
41 +HOMEPAGE="https://github.com/vjoel/bit-struct"
42 +
43 +LICENSE="Ruby-BSD"
44 +
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~arm ~x86"
47 +IUSE=""