openssl-bad: add metadata

This commit is contained in:
Guido Kroon 2020-06-18 19:18:54 +02:00
parent ee9fffe001
commit a02b3d6dd7
No known key found for this signature in database
GPG key ID: 394C398C531EFAB0
3 changed files with 15 additions and 12 deletions

View file

@ -1,10 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>blshkv@pentoo.org</email>
</maintainer>
<upstream>
<remote-id type="github">drwetter/openssl-1.0.2.bad</remote-id>
</upstream>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<use>
<flag name="asm">Compile with asm</flag>
<flag name="rfc3779">Compile with rfc3779</flag>
<flag name="sslv2">Compile with sslv2</flag>
<flag name="sslv3">Compile with sslv3</flag>
<flag name="tls-heartbeat">Compile with tls-heartbeat</flag>
</use>
</pkgmetadata>

View file

@ -1,7 +1,7 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
EAPI=7
inherit eutils flag-o-matic toolchain-funcs multilib multilib-minimal
@ -14,7 +14,7 @@ SRC_URI="https://github.com/drwetter/openssl-1.0.2.bad/archive/${MY_COMMIT}.zip
LICENSE="openssl"
SLOT="0"
KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sparc x86 ~arm-linux ~x86-linux"
IUSE="+asm bindist gmp +kerberos rfc3779 sctp cpu_flags_x86_sse2 +sslv2 +sslv3 +static-libs test +tls-heartbeat vanilla zlib"
RESTRICT="!bindist? ( bindist )"
@ -212,4 +212,3 @@ multilib_src_test() {
multilib_src_install() {
newbin apps/openssl openssl-bad
}

View file

@ -14,7 +14,7 @@ SRC_URI="https://github.com/drwetter/openssl-1.0.2.bad/archive/${MY_COMMIT}.zip
LICENSE="openssl"
SLOT="0"
KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sparc x86 ~arm-linux ~x86-linux"
IUSE="+asm bindist gmp +kerberos rfc3779 sctp cpu_flags_x86_sse2 +sslv2 +sslv3 static-libs test +tls-heartbeat vanilla zlib"
RESTRICT="!bindist? ( bindist )"
@ -212,4 +212,3 @@ multilib_src_test() {
multilib_src_install() {
newbin apps/openssl openssl-bad
}