Gentoo Archives: gentoo-commits

From: Florian Schmaus <flo@×××××××××.eu>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-ruby/certified/
Date: Fri, 30 Apr 2021 15:09:45
Message-Id: 1619795267.8a2b1cba6301046dbd383c2001d0ab94fab83b2d.flow@gentoo
1 commit: 8a2b1cba6301046dbd383c2001d0ab94fab83b2d
2 Author: Florian Schmaus <flo <AT> geekplace <DOT> eu>
3 AuthorDate: Fri Apr 30 15:07:47 2021 +0000
4 Commit: Florian Schmaus <flo <AT> geekplace <DOT> eu>
5 CommitDate: Fri Apr 30 15:07:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8a2b1cba
7
8 dev-ruby/certified: initial import
9
10 Signed-off-by: Florian Schmaus <flo <AT> geekplace.eu>
11
12 dev-ruby/certified/Manifest | 1 +
13 dev-ruby/certified/certified-1.0.0.ebuild | 18 ++++++++++++++++++
14 dev-ruby/certified/metadata.xml | 8 ++++++++
15 3 files changed, 27 insertions(+)
16
17 diff --git a/dev-ruby/certified/Manifest b/dev-ruby/certified/Manifest
18 new file mode 100644
19 index 000000000..74ec7ad30
20 --- /dev/null
21 +++ b/dev-ruby/certified/Manifest
22 @@ -0,0 +1 @@
23 +DIST certified-1.0.0.gem 143360 BLAKE2B a7fcc8b2439dbf8926f45dd6fdca93acc67c22fc7dd27099e9f626f6cf065303ec5c3c0084a243699be583f7f244aff180a36ce487622d023b1fc4ae860844af SHA512 8a331bb88f68f32c765136fad3f5b130843c8d1d0f3f5988b7ac7e3258a2ae57fe203ffc74996114dd708d017594a033faefc8e6928e24f07cac176aecbbca68
24
25 diff --git a/dev-ruby/certified/certified-1.0.0.ebuild b/dev-ruby/certified/certified-1.0.0.ebuild
26 new file mode 100644
27 index 000000000..3fb9a9dbc
28 --- /dev/null
29 +++ b/dev-ruby/certified/certified-1.0.0.ebuild
30 @@ -0,0 +1,18 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +USE_RUBY="ruby26 ruby27"
36 +
37 +RUBY_FAKEGEM_EXTRADOC="README.md"
38 +
39 +inherit ruby-fakegem
40 +
41 +DESCRIPTION="Ensure using OpenSSL::SSL::VERIFY_PEER and provide certificate bundle if needed"
42 +HOMEPAGE="https://github.com/stevegraham/certified"
43 +
44 +LICENSE="MIT"
45 +
46 +SLOT="0"
47 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64"
48 +IUSE=""
49
50 diff --git a/dev-ruby/certified/metadata.xml b/dev-ruby/certified/metadata.xml
51 new file mode 100644
52 index 000000000..5c02c55e2
53 --- /dev/null
54 +++ b/dev-ruby/certified/metadata.xml
55 @@ -0,0 +1,8 @@
56 +<?xml version="1.0" encoding="UTF-8"?>
57 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
58 +<pkgmetadata>
59 + <maintainer type='person'>
60 + <name>Florian Schmaus</name>
61 + <email>flo@×××××××××.eu</email>
62 + </maintainer>
63 +</pkgmetadata>