summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <hans@degraaff.org>2024-07-10 07:25:31 +0200
committerHans de Graaff <hans@degraaff.org>2024-07-10 07:25:31 +0200
commita994d732837ea0e858355fda6b8b029461ab1dc9 (patch)
tree3ec5877e5977d3475a74ca7d07ec6ed51ab91683
parentdev-ruby/site_prism-all_there: enable ruby33 (diff)
downloadgraaff-a994d732837ea0e858355fda6b8b029461ab1dc9.tar.gz
graaff-a994d732837ea0e858355fda6b8b029461ab1dc9.tar.bz2
graaff-a994d732837ea0e858355fda6b8b029461ab1dc9.zip
dev-ruby/site_prism-all_there: drop 2.0, 2.0.1
Signed-off-by: Hans de Graaff <hans@degraaff.org>
-rw-r--r--dev-ruby/site_prism-all_there/Manifest2
-rw-r--r--dev-ruby/site_prism-all_there/site_prism-all_there-2.0.1.ebuild22
-rw-r--r--dev-ruby/site_prism-all_there/site_prism-all_there-2.0.ebuild22
3 files changed, 0 insertions, 46 deletions
diff --git a/dev-ruby/site_prism-all_there/Manifest b/dev-ruby/site_prism-all_there/Manifest
index 2d2849a0..ba5b124e 100644
--- a/dev-ruby/site_prism-all_there/Manifest
+++ b/dev-ruby/site_prism-all_there/Manifest
@@ -1,5 +1,3 @@
DIST site_prism-all_there-0.3.2.gem 7168 BLAKE2B 22e769998f63e9c08a746c554542e2b0a9f9459b388f8f23478a87fb828f438d82ca4fed99cbdd894ce2b87f09de2511150642d04afd4ae59de5a299b4632982 SHA512 7970820b685ab92fafb603d21e2ef871546fd7dd361e75f417e3918be201dee823b32bfbc07316ba43721eefcb9cc1ea1cc1a7c0c0220ac63a2e26816d972f9d
-DIST site_prism-all_there-2.0.1.gem 7168 BLAKE2B 0f423303b990f8978eee4a55066084f177d4c3f8403a97f69d4432c9f0c578e2ee1536caab66d10eadf9505db2577c79fb9072324a9f37633f9e5644950bac2d SHA512 a898b08c36f35378e3941fee1bab88273b7f918eede0e2a76675e12993ae1510efa561e9cce15a88007a3b076bb4a821a157a2d2d17bef2aba94d6e0698ebab2
DIST site_prism-all_there-2.0.2.gem 7168 BLAKE2B ce7a78cd7a1024fdff2fc49ae8589bc7115f1bbc37e3624fc5347b5fb0a20736726ffa7c13a9d32cc6d11d11ea2fcfb1d0dfe756ef0c66fdbc63e72a1805f854 SHA512 74d5ef93136cd5f166185bb768baaa656320053f1e0c74cd74db40ee9593c7c4b6538bcadcf7cb5f59779773ea3a4b623b4a5f81563ec252986a55002876ac2a
-DIST site_prism-all_there-2.0.gem 7680 BLAKE2B 44f5ef29fe885ed9561aecde219937bc73f176c4216eac8a220b889a3621fdac118744b91de04d6812187f1d3588ad48dd86fe190b80f65061fc077abaacd0f8 SHA512 a6e6758d8eda6b5b102bae2399c9f230b31b87c70744c71050d3d24271267bea44f85b859826b0824f393f4c9d72e162203d40e38a8bbb779e5ac7063c8b9dc3
DIST site_prism-all_there-3.0.5.gem 7168 BLAKE2B 0f22b1f1c900088b7dff5b80975e75cecb77271588117171ff9bc81ca3501ece53ce74c415578bfe0effecf8ad125d5b6621eda8541348137ad59bd56d479de2 SHA512 56c8beac3a7893d1ce240fd9ec88a4a0f730682fcd1ef124b176a96036dd6b0588ed7560cb5a2ab12a9ff502043daec27d9d8fcce4b82adfa4f42b78201b0bc7
diff --git a/dev-ruby/site_prism-all_there/site_prism-all_there-2.0.1.ebuild b/dev-ruby/site_prism-all_there/site_prism-all_there-2.0.1.ebuild
deleted file mode 100644
index c2c736fa..00000000
--- a/dev-ruby/site_prism-all_there/site_prism-all_there-2.0.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby30 ruby31 ruby32"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Simple DSL in order to recursively query page/section/element structures"
-HOMEPAGE="https://github.com/site-prism/site_prism-all_there"
-LICENSE="BSD"
-
-KEYWORDS="~amd64"
-SLOT="$(ver_cut 1)"
-IUSE="doc"
-
-# Not packaged by default and avoids a circular dependency with site_prism.
-RESTRICT="test"
diff --git a/dev-ruby/site_prism-all_there/site_prism-all_there-2.0.ebuild b/dev-ruby/site_prism-all_there/site_prism-all_there-2.0.ebuild
deleted file mode 100644
index c2c736fa..00000000
--- a/dev-ruby/site_prism-all_there/site_prism-all_there-2.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby30 ruby31 ruby32"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Simple DSL in order to recursively query page/section/element structures"
-HOMEPAGE="https://github.com/site-prism/site_prism-all_there"
-LICENSE="BSD"
-
-KEYWORDS="~amd64"
-SLOT="$(ver_cut 1)"
-IUSE="doc"
-
-# Not packaged by default and avoids a circular dependency with site_prism.
-RESTRICT="test"