mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-erlang/stringprep: add 1.0.31
Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST stringprep-1.0.29.tar.gz 100076 BLAKE2B 8dee25a1c65de617ae682bca061d747c56e694d1f6eb41d4ffbe18dbd955cddf6b4437b22b6492677235577e624dce381825869a5619714d7c2e67779b805222 SHA512 53b24c166d9328efab8e01b3e7ee7df3d66d240a6ac95f5338d0237ae4e6db20a4f53b487d632cbe6ae46c5f2c62001f7afb77172b27840a824944e51e08ef56
|
||||
DIST stringprep-1.0.30.tar.gz 100064 BLAKE2B fc4e9ea9d1d823e090b159f6552902d04af5173c66a4b43f27a6778750472452f384b851d02b15cd40445c0d6277407dcd8dc71ccffc4669268674f1c785c8f0 SHA512 cecf7d19b27b3dd8990bd546b0e8eb8cdae38c3e859b8f6e8dc54ae6c0bff711ec442623432cba9b85aa8dda5634bd6ef837876fef40c990c2c1a7aac9a22d48
|
||||
DIST stringprep-1.0.31.tar.gz 99458 BLAKE2B 3444c8d3c71aa7b008ef4bf6e0805562618521ff2fb325b5706eae6ca047757b616aa0aacd4a0c0d866258701a67ba4f50029f3be3f5e0d3bd4f04355d31e6e7 SHA512 f65567fe6611671c7b37aaf3cec7fc15cbb3788f1b99f5efd93bcde045ae1e5744e8fc60f1fb3c7be083e540e435740b5c866cbd2c843816d24b97e23c66d007
|
||||
|
||||
22
dev-erlang/stringprep/stringprep-1.0.31.ebuild
Normal file
22
dev-erlang/stringprep/stringprep-1.0.31.ebuild
Normal file
@@ -0,0 +1,22 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit rebar
|
||||
|
||||
DESCRIPTION="Fast Stringprep implementation for Erlang and Elixir"
|
||||
HOMEPAGE="https://github.com/processone/stringprep"
|
||||
SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0 tcltk"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~sparc ~x86"
|
||||
|
||||
DEPEND="
|
||||
>=dev-lang/erlang-17.1
|
||||
>=dev-erlang/p1_utils-1.0.26
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
DOCS=( CHANGELOG.md README.md )
|
||||
Reference in New Issue
Block a user