diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-perl/File-Stat-Moose | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-perl/File-Stat-Moose')
-rw-r--r-- | dev-perl/File-Stat-Moose/File-Stat-Moose-0.60.0-r1.ebuild | 30 | ||||
-rw-r--r-- | dev-perl/File-Stat-Moose/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/File-Stat-Moose/metadata.xml | 12 |
3 files changed, 43 insertions, 0 deletions
diff --git a/dev-perl/File-Stat-Moose/File-Stat-Moose-0.60.0-r1.ebuild b/dev-perl/File-Stat-Moose/File-Stat-Moose-0.60.0-r1.ebuild new file mode 100644 index 000000000000..a6bc00bad11b --- /dev/null +++ b/dev-perl/File-Stat-Moose/File-Stat-Moose-0.60.0-r1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=DEXTER +MODULE_VERSION=0.06 +inherit perl-module + +DESCRIPTION="Status info for a file - Moose-based" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-perl/DateTime + virtual/perl-parent + dev-perl/Sub-Exporter + >=dev-perl/Exception-Warning-0.03 + >=dev-perl/Test-Unit-Lite-0.12 + >=dev-perl/Fatal-Exception-0.05 + >=dev-perl/Exception-Died-0.06 + dev-perl/constant-boolean + >=dev-perl/Test-Assert-0.0501 + >=dev-perl/Exception-Base-0.22.01 + >=dev-perl/Exception-System-0.11 + dev-perl/Moose" +DEPEND="${RDEPEND} + dev-perl/Module-Build" diff --git a/dev-perl/File-Stat-Moose/Manifest b/dev-perl/File-Stat-Moose/Manifest new file mode 100644 index 000000000000..ecd5498a9b56 --- /dev/null +++ b/dev-perl/File-Stat-Moose/Manifest @@ -0,0 +1 @@ +DIST File-Stat-Moose-0.06.tar.gz 21000 SHA256 a375cf27d8e7ba5ff9af2bb6fe7756127945e5436a060ba91f0e6db24b078b5d SHA512 8b7c45879d33ae3fd503fe011221181c2b9ee7c346bbc7b5b8dfb5791290b047c4d13d618ecdbf27076f1f654d44ff0721283aebcc0c868f573d102d30533edc WHIRLPOOL 142ba9dffe01736d8ad1affaa927273a08bb8eefe60d41bedc87bb0d0a8701a32fd941eb25b33c9bd0afa3cb1cac20d12f07739b71af992e05eb4dbc7c9076f2 diff --git a/dev-perl/File-Stat-Moose/metadata.xml b/dev-perl/File-Stat-Moose/metadata.xml new file mode 100644 index 000000000000..bdc6698bbca4 --- /dev/null +++ b/dev-perl/File-Stat-Moose/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <upstream> + <remote-id type="cpan">File-Stat-Moose</remote-id> + <remote-id type="cpan-module">Exception::IO</remote-id> + <remote-id type="cpan-module">File::Stat::Moose</remote-id> + <remote-id type="cpan-module">MooseX::Types::CacheFileHandle</remote-id> + <remote-id type="cpan-module">MooseX::Types::OpenHandle</remote-id> + </upstream> +</pkgmetadata> |