public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/json_schema/
Date: Wed,  8 May 2019 17:32:59 +0000 (UTC)	[thread overview]
Message-ID: <1557336694.5ef56d65a166d686645731a82ffe4c83160ef6c6.graaff@gentoo> (raw)

commit:     5ef56d65a166d686645731a82ffe4c83160ef6c6
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed May  8 17:31:34 2019 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed May  8 17:31:34 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ef56d65

dev-ruby/json_schema: cleanup

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-ruby/json_schema/Manifest                  |  3 ---
 dev-ruby/json_schema/json_schema-0.19.1.ebuild | 25 -------------------------
 dev-ruby/json_schema/json_schema-0.20.1.ebuild | 25 -------------------------
 dev-ruby/json_schema/json_schema-0.20.2.ebuild | 25 -------------------------
 4 files changed, 78 deletions(-)

diff --git a/dev-ruby/json_schema/Manifest b/dev-ruby/json_schema/Manifest
index d47794ebba2..fb474bbcf83 100644
--- a/dev-ruby/json_schema/Manifest
+++ b/dev-ruby/json_schema/Manifest
@@ -1,5 +1,2 @@
-DIST json_schema-0.19.1.tar.gz 34501 BLAKE2B a8467a439a05bee01a8588baf77bdf2c58f29a0a4c54cab8be248760192ca473bf24bd56859c1c36779b2ebf85744947db3c9278b64cf93fd66f1792924e2c08 SHA512 db2cc70737cba7266cadc7fa747779fdedbe94ed7d8c8e97df302daed68f0c4cc3e4f31c513870eef481b7906720cee1626513520a3c9ee152a570a05dab210b
-DIST json_schema-0.20.1.tar.gz 34615 BLAKE2B b08b580dd55e5c2daba9e434f1deccb41ea3e65e791b885287ffee2a9c0c6e5d4ea40698514c69f0d3f59eb305e0509e3d82ef7919fd8c0a4bc0117cec74e104 SHA512 9e5bbd554bf60def870260f3672283d4208224c90057d908a30ce4a3e334a0d529e155265fddcc0e4c009a021c7d77cb51a3bce816dea2cfe852617ce15f64fa
-DIST json_schema-0.20.2.tar.gz 35329 BLAKE2B e5814388840b015969478635018919d0a6fb0958bebafbc773bc96ce706108a90d8ef1f6ecad3ade60ec46417ec6a4a1559e3cf91e90c053bdd88500b48cc93b SHA512 533f7f43e75a5927f3496ae4334e9076e0ae21f1939e7d68fef5737585ee66be12469d3e0cd9ace6ffe9a460d56a515fafa4024f3128bfdb0f1cd5a72902ce6e
 DIST json_schema-0.20.3.tar.gz 35400 BLAKE2B 3d61fab9aa47dc39e74ace68be005a7816c444737b7205eeb5b0b0f408da84e08f53ae22aee6fe8f5101231a33a5914dd57abdc556a1d2cf9ba4f5b30627d7fb SHA512 570afa5bc15899a6797bafaa50b11256442b377abfabd713c1a7c57188b394f86987a104e282540f09ee3e02c13df11a8a88df625834566233e00fa5553af80d
 DIST json_schema-0.20.4.tar.gz 35695 BLAKE2B 07e3f834992dd0f8405f53171a6351d6df755695741d675a2fe34410a40a69299330f2be769dc9a113e4169f6b7698e785061a71e73f0252d6652feca50b8046 SHA512 8b924908bd8e8fe484c85b275b941c3aeb14da1c90aa78f541b8c71471d296f1e935cf0a1944819d96969b687425c3dbd930f626e5627dc6a99a67f26743d545

diff --git a/dev-ruby/json_schema/json_schema-0.19.1.ebuild b/dev-ruby/json_schema/json_schema-0.19.1.ebuild
deleted file mode 100644
index bc437833247..00000000000
--- a/dev-ruby/json_schema/json_schema-0.19.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md TODO.md"
-
-RUBY_FAKEGEM_EXTRAINSTALL="schemas"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A JSON Schema V4 and Hyperschema V4 parser and validator"
-HOMEPAGE="https://github.com/brandur/json_schema"
-SRC_URI="https://github.com/brandur/json_schema/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-all_ruby_prepare() {
-	sed -i -e '/^if/,/^end/ s:^:#:' test/test_helper.rb || die
-}

diff --git a/dev-ruby/json_schema/json_schema-0.20.1.ebuild b/dev-ruby/json_schema/json_schema-0.20.1.ebuild
deleted file mode 100644
index ac2d6dac495..00000000000
--- a/dev-ruby/json_schema/json_schema-0.20.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md TODO.md"
-
-RUBY_FAKEGEM_EXTRAINSTALL="schemas"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A JSON Schema V4 and Hyperschema V4 parser and validator"
-HOMEPAGE="https://github.com/brandur/json_schema"
-SRC_URI="https://github.com/brandur/json_schema/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-all_ruby_prepare() {
-	sed -i -e '/^if/,/^end/ s:^:#:' test/test_helper.rb || die
-}

diff --git a/dev-ruby/json_schema/json_schema-0.20.2.ebuild b/dev-ruby/json_schema/json_schema-0.20.2.ebuild
deleted file mode 100644
index ac2d6dac495..00000000000
--- a/dev-ruby/json_schema/json_schema-0.20.2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md TODO.md"
-
-RUBY_FAKEGEM_EXTRAINSTALL="schemas"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A JSON Schema V4 and Hyperschema V4 parser and validator"
-HOMEPAGE="https://github.com/brandur/json_schema"
-SRC_URI="https://github.com/brandur/json_schema/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-all_ruby_prepare() {
-	sed -i -e '/^if/,/^end/ s:^:#:' test/test_helper.rb || die
-}


             reply	other threads:[~2019-05-08 17:33 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-08 17:32 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-03  7:04 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/json_schema/ Hans de Graaff
2023-08-27  6:44 Hans de Graaff
2023-08-11 19:14 Hans de Graaff
2023-08-11 19:14 Hans de Graaff
2022-06-25  8:03 Hans de Graaff
2022-04-08  9:15 Hans de Graaff
2022-03-18  6:50 Jakov Smolić
2020-06-16  4:42 Hans de Graaff
2020-05-23  5:28 Hans de Graaff
2020-05-23  5:28 Hans de Graaff
2020-02-26  6:25 Hans de Graaff
2019-09-14  6:05 Hans de Graaff
2019-07-19  4:29 Hans de Graaff
2019-07-19  4:29 Hans de Graaff
2019-05-17  4:31 Hans de Graaff
2019-05-08 17:32 Hans de Graaff
2019-03-12  5:49 Hans de Graaff
2019-02-23 10:05 Hans de Graaff
2019-02-21  6:09 Hans de Graaff
2019-01-05  9:48 Hans de Graaff
2018-10-28  6:31 Hans de Graaff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1557336694.5ef56d65a166d686645731a82ffe4c83160ef6c6.graaff@gentoo \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox