mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
zsteg-0.2.13.ebuild
This commit is contained in:
parent
1b961a6a18
commit
e21260a381
11 changed files with 28 additions and 16 deletions
|
|
@ -1 +1 @@
|
|||
DIST zsteg-0.2.2.tar.gz 9709413 BLAKE2B 821f774f63cc357e16408d1ca88ed2e8dd52d027860f527892ee4513a22181f4a83f7c1870b200daaf4822a4486f97b838e2ca11a54d0cedf54e184953f4841c SHA512 582ff222eeb8b4536c74cbf70a51e5c5f8c2a0eff8fede044d4de027f8623762a295f663307e56fd0cf4c96d9080c025be3218ba3d4035a3abcd807cbf3a39ac
|
||||
DIST zsteg-0.2.13.tar.gz 9740168 BLAKE2B 138b433b0f6f469ac7de6d57620c756f92255b9f0d1dc9bc1d7a1ed6d10e8631071ba253c37f5189ca7b6a6f2bd795f5b7e79dbbbb6f783ab3933673d450eadc SHA512 47e7bf49c50c1c298252e81f85a19182a51b71ed7c86b2d81dd197ab22b9affbe57f2291c8630f6ce79ef3fca76e20b8229e3300dd597ff2e07c9f44cf36897d
|
||||
|
|
|
|||
|
|
@ -5,4 +5,7 @@
|
|||
<email>email@linxon.ru</email>
|
||||
<name>Yury Martynov</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">zed-0xff/zsteg</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
|
@ -12,12 +12,14 @@ DESCRIPTION="Detect stegano-hidden data in PNG & BMP"
|
|||
HOMEPAGE="https://github.com/zed-0xff/zsteg"
|
||||
SRC_URI="https://github.com/zed-0xff/zsteg/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
KEYWORDS="amd64 x86"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
ruby_add_rdepend "
|
||||
dev-ruby/iostruct
|
||||
dev-ruby/zpng"
|
||||
dev-ruby/zpng
|
||||
dev-ruby/prime
|
||||
"
|
||||
|
||||
ruby_add_bdepend "dev-ruby/bundler"
|
||||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
EAPI=8
|
||||
|
||||
USE_RUBY="ruby27 ruby30 ruby31"
|
||||
USE_RUBY="ruby31 ruby32"
|
||||
|
||||
# The specs require a number of gems to be installed in a temporary
|
||||
# directory, but this requires network access. They also don't work
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
EAPI=8
|
||||
|
||||
USE_RUBY="ruby27 ruby30 ruby31"
|
||||
USE_RUBY="ruby31 ruby32"
|
||||
|
||||
# The specs require a number of gems to be installed in a temporary
|
||||
# directory, but this requires network access. They also don't work
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
DIST iostruct-0.0.4.tar.gz 3357 BLAKE2B fe0ae98cdec86892a9a34afe8b87faa03405df5b1530db916e4f6e910e76e3636b3c15c03165e996633b6af9523bcaccaf57378e6e01a721b9e54abe89cd9fcc SHA512 b9c678fc16aaa3eb4499d6a2c53467453c63f9c4d1299f5d47fdd8e1f1ef16357bc4193fe5d6988307652c2b7d3ec6302f32e901bcf66cc44c2778277fa44b70
|
||||
DIST iostruct-0.0.5.gh.tar.gz 3848 BLAKE2B 869dda9daecc3bf79da5f74ae7ccaf4eac9084a05e6b3005fb9ecceded88584f154864d1a53173daa14ed76750c837aac0f00a986afe564408da8fb55dc11511 SHA512 fc392b9e9092e7d9fa663b6d9f706244047a414857e59539f510e09d1872765b6feeb0ed62fd2a5935a0dbe488b1fd2acc4c5066915a66136d8205c4adaa57f6
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
|
||||
USE_RUBY="ruby31 ruby32"
|
||||
RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
|
||||
|
|
@ -10,10 +10,11 @@ inherit ruby-fakegem
|
|||
|
||||
DESCRIPTION="A Struct that can read/write itself from/to IO-like objects"
|
||||
HOMEPAGE="https://github.com/zed-0xff/iostruct"
|
||||
SRC_URI="https://github.com/zed-0xff/iostruct/archive/v0.0.4.tar.gz -> ${P}.tar.gz"
|
||||
SRC_URI="https://github.com/zed-0xff/iostruct/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
|
||||
ruby_add_bdepend "dev-ruby/bundler"
|
||||
ruby_add_bdepend "dev-ruby/bundler
|
||||
dev-ruby/rake"
|
||||
|
|
@ -5,4 +5,7 @@
|
|||
<email>email@linxon.ru</email>
|
||||
<name>Yury Martynov</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">zed-0xff/iostruct</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
DIST zpng-0.3.1.tar.gz 762160 BLAKE2B 2b51098d405058aa822bfe76eca9de2dd8b80f601f33ee30bff62cc36401939b1b861a61fed882fe65071af825a5ac131c36d0d946206c2e81d60a7e4a6b4765 SHA512 512c1afe08738e7a87904a2fdca813f1f207f08996ef2615e89f66af0ccc407316e40d2a453444aa248ca23b055ac9e9403b2f8be3ed9b06bb8cc3ab82b096c1
|
||||
DIST zpng-0.4.5.gh.tar.gz 968110 BLAKE2B 328fca4868cd76ba73b99887b271af1158afb06b61bd4a002fd88954de31faab3632d01eba0924ff1dd603b1ccca6ffa59e55f66a6eb25945b591dca11b6978b SHA512 75e808917ed6b610a1692945b5e68857cbe14093533d25a33b91e76662a8bafcfb685a4022331cb9fee5329bc2326e18270754117345beefd8912e20fdf60e94
|
||||
|
|
|
|||
|
|
@ -5,4 +5,7 @@
|
|||
<email>email@linxon.ru</email>
|
||||
<name>Yury Martynov</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">zed-0xff/zpng</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
|
@ -10,11 +10,11 @@ inherit ruby-fakegem
|
|||
|
||||
DESCRIPTION="Pure ruby PNG file manipulation & validation"
|
||||
HOMEPAGE="https://github.com/zed-0xff/zpng"
|
||||
SRC_URI="https://github.com/zed-0xff/zpng/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
SRC_URI="https://github.com/zed-0xff/zpng/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
KEYWORDS="amd64 x86"
|
||||
|
||||
ruby_add_rdepend "dev-ruby/rainbow"
|
||||
ruby_add_bdepend "dev-ruby/bundler"
|
||||
Loading…
Reference in a new issue