Skip to content

Commit

Permalink
dev-perl/Test-File: New package, needed for Lab::Measurement
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.5, Repoman-2.3.2
  • Loading branch information
akhuettel committed Mar 24, 2017
1 parent 2e53e06 commit 6b9a6fb
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-perl/Test-File/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST Test-File-1.442.tar.gz 26895 SHA256 653123c08b50601eadad24638621c3c161cf97ac3127f3c7b7fe205b28115d88 SHA512 efddd0d86fbe6ccdd3d1051950aa5ca7619e56485718b15a7260eabf2a8d257c511c05b181ac708fef63b949781658d93c48b384b6197353a6cb6aa2a4f58471 WHIRLPOOL 9277c5fe67e81215ec3fccc0b7b3896d9a1198429a1ec466cf74db8e1a7d38a260143904cd9a04e4493ad9b9080c911d937ba606a4e5e610aac73d874c0ad761
24 changes: 24 additions & 0 deletions dev-perl/Test-File/Test-File-1.442.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

DIST_AUTHOR=BDFOY
DIST_VERSION=1.442
inherit perl-module

DESCRIPTION="Test file attributes"

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"

RDEPEND="
"
DEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.640.0
test? (
>=virtual/perl-Test-Simple-0.950.0
dev-perl/Test-utf8
)
"
8 changes: 8 additions & 0 deletions dev-perl/Test-File/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo Perl Project</name>
</maintainer>
</pkgmetadata>

0 comments on commit 6b9a6fb

Please sign in to comment.