forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel <[email protected]>
- Loading branch information
Showing
2 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Copyright 1999-2021 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=7 | ||
|
||
DIST_AUTHOR=MLEHMANN | ||
DIST_VERSION=1.83 | ||
|
||
inherit perl-module | ||
|
||
DESCRIPTION="Concise Binary Object Representation (CBOR, RFC7049)" | ||
# License note: see bottom of ecb.h license block | ||
LICENSE="GPL-3 || ( GPL-2+ BSD )" | ||
SLOT="0" | ||
KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" | ||
IUSE="test" | ||
RESTRICT="!test? ( test )" | ||
|
||
RDEPEND=" | ||
dev-perl/Types-Serialiser | ||
dev-perl/common-sense | ||
" | ||
DEPEND="${RDEPEND} | ||
dev-perl/Canary-Stability | ||
>=virtual/perl-ExtUtils-MakeMaker-6.520.0 | ||
" | ||
|
||
src_compile() { | ||
mymake=( | ||
"OPTIMIZE=${CFLAGS}" | ||
) | ||
perl-module_src_compile | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST CBOR-XS-1.71.tar.gz 72356 BLAKE2B ea3a10d7c3d4e018685e021f4dbec5897acafb465d7c3f50e11d93e3e9b08ef49489d8778710de973390bfe10d5b80310035fa57ea3b8d289182fc0172158a33 SHA512 20be0484c159431a52f4e3c7f7541c7739a86eedf5c4900df71efe693bf3c0367c8540b43d1e95849cbb4f0380d7b8140908b041fca1ed63e868203e1aa57c69 | ||
DIST CBOR-XS-1.83.tar.gz 77046 BLAKE2B c4bccd58a7b1903518b1726cc8e3deaafb376fe9a5af1ebdae648ee3a941559f6f0f0d250a070214710a1556ef3df56ba737748e3f7c4bcb589d2d3dd5878018 SHA512 280c820d247c09c3b77722b369dd23667c846b04109e78ec9f4ce408f033082351596b3652b861f936460a5a2157019eeb3ca51f3093e10cfb7b3ef9cc4565b6 |