mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-ruby/htmlentities: add 4.4.1
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST htmlentities-4.3.4.gem 31744 BLAKE2B 519f84a05ab8fa5cc2e7994785606b6d66a70169af7acdd9f5e2a71d08e06a29d93587175f7e13608bf2a05a21a7597cb435653282c2485aa07d89cbfb83d9f5 SHA512 0163d6c014ffebb4ee9bdb15d32884c8d6af60681f240d3f0177811d37647776b8f8fd0aa4f1c7559403f36a5538ce8da6926bc16cc8105bd6eed5c180db700b
|
||||
DIST htmlentities-4.4.0.tar.gz 58010 BLAKE2B d9fbf7d0b082477d744b467794d99350d5e508dabc8d0886413bb8e9c417a8720c000a50ca1d0c9ad74dc3e76a75f1f3ac003fb4433f2fa7d29cedae13d35261 SHA512 7ef7c630e1ac94753c05b6342a1ac12d0e74b4b983b0ee63900fd7e55b8ef7c25f79d4ef9d97052255e43b125fcf53c5ebd7b71623938415ff8a165877e97321
|
||||
DIST htmlentities-4.4.1.tar.gz 58175 BLAKE2B 2683b1416c17fd840cf5d0dad0981a406ce4ad9c47472d75bec7d750c6174b7c8b8fb29a25bb84302196f842ba857d424254f6a8ce08b8679d5ab0266b9f4e9f SHA512 9e6bafca43c98cb22984b5017630097d2be422b46b407c80fd3cc14491fc84f6589bf31f3b25d17f1a4e4ce102f80c66ca62989bdc05c710b92a51dfd2099784
|
||||
|
||||
21
dev-ruby/htmlentities/htmlentities-4.4.1.ebuild
Normal file
21
dev-ruby/htmlentities/htmlentities-4.4.1.ebuild
Normal file
@@ -0,0 +1,21 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
USE_RUBY="ruby32 ruby33 ruby34"
|
||||
|
||||
RUBY_FAKEGEM_GEMSPEC="htmlentities.gemspec"
|
||||
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
|
||||
|
||||
RUBY_FAKEGEM_EXTRADOC="History.txt"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="A simple library for encoding/decoding entities in (X)HTML documents"
|
||||
HOMEPAGE="https://github.com/threedaymonk/htmlentities"
|
||||
SRC_URI="https://github.com/threedaymonk/htmlentities/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
Reference in New Issue
Block a user