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.
Signed-off-by: Sam James <[email protected]>
- Loading branch information
1 parent
5db1900
commit 28c70f3
Showing
2 changed files
with
26 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 |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST Object-Pad-0.803.tar.gz 171988 BLAKE2B 60ca7843dff7a0e518106041a34937b21eb417ce1a7d8da7018103e19625fa6aab54ca261558d81370bd7652fc228f18a0992e55a0966feebec7a72679513fd3 SHA512 a6dc6d7254f99ae5cd50a9bdd5f243db9e1ec7c19a09fa742a15505686d5e73f6737c0dd8b091486b618b9c68c672feae2f4205a92defa36711c1233d122ebb5 | ||
DIST Object-Pad-0.804.tar.gz 174519 BLAKE2B f10b560fc2383b057d2c3da492bf4a2c1710338644d9f2b8630eaf1c784dbac552c21066022021e6be973f88e8719c4a32c44055d16f7f0eb2da9f098627b330 SHA512 0453fe4ea395648a6e6174038eec1653e7c21388fbe38b8acfd65b1e6d8595ff6e0cac4743cd1e9ddf76460138939b18e9b342b7d534050d12ae0bc1d130a473 |
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,25 @@ | ||
# Copyright 1999-2023 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
DIST_AUTHOR=PEVANS | ||
DIST_VERSION=0.804 | ||
inherit perl-module | ||
|
||
DESCRIPTION="Simple syntax for lexical field-based objects" | ||
|
||
SLOT="0" | ||
KEYWORDS="~amd64 ~x86" | ||
|
||
RDEPEND=" | ||
>=dev-perl/XS-Parse-Keyword-0.370.0 | ||
>=dev-perl/XS-Parse-Sublike-0.150.0 | ||
" | ||
BDEPEND=" | ||
${RDEPEND} | ||
>=dev-perl/Module-Build-0.400.400 | ||
test? ( | ||
>=dev-perl/Test2-Suite-0.0.148 | ||
) | ||
" |