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/Archive-Rar | |
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/Archive-Rar')
-rw-r--r-- | dev-perl/Archive-Rar/Archive-Rar-2.20.0-r1.ebuild | 23 | ||||
-rw-r--r-- | dev-perl/Archive-Rar/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Archive-Rar/metadata.xml | 12 |
3 files changed, 36 insertions, 0 deletions
diff --git a/dev-perl/Archive-Rar/Archive-Rar-2.20.0-r1.ebuild b/dev-perl/Archive-Rar/Archive-Rar-2.20.0-r1.ebuild new file mode 100644 index 000000000000..644f8ff08b2f --- /dev/null +++ b/dev-perl/Archive-Rar/Archive-Rar-2.20.0-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=SMUELLER +MODULE_VERSION=2.02 +inherit perl-module + +DESCRIPTION="Archive::Rar - Interface with the rar command" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="test" + +RDEPEND="virtual/perl-IPC-Cmd + dev-perl/IPC-Run + app-arch/rar" +DEPEND="${RDEPEND} + test? ( dev-perl/Test-Pod )" + +SRC_TEST="do" diff --git a/dev-perl/Archive-Rar/Manifest b/dev-perl/Archive-Rar/Manifest new file mode 100644 index 000000000000..1d38a735cb4b --- /dev/null +++ b/dev-perl/Archive-Rar/Manifest @@ -0,0 +1 @@ +DIST Archive-Rar-2.02.tar.gz 27699 SHA256 7550ffff30b215dca0f018cc8c3fdc18fe2e7bf2c42307476b802283fb00795b SHA512 5d39168b6380eb425e029b311dbfd9d2a1bc2e81ef9bf7d202e9792da3b321cf7dede7f0be57042d13bdc4e6a646c67066bf3df4a7dad35a9e7414eb016754bc WHIRLPOOL 96c23d58c09ba4ac1883009acf1d9be93c1ba03abddf6408861e2be7f64612792390086234b28cebdb03f4081d44d12a5490ce7bc80adb0ba81fd17faa0bfaac diff --git a/dev-perl/Archive-Rar/metadata.xml b/dev-perl/Archive-Rar/metadata.xml new file mode 100644 index 000000000000..5e6e6d1dacc9 --- /dev/null +++ b/dev-perl/Archive-Rar/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> + <longdescription>Pure impementation of rar. Tests for this module only work + on platforms that can support the rar executable, however, which at the + moment is the x86/amd64 family.</longdescription> + <upstream> + <remote-id type="cpan">Archive-Rar</remote-id> + <remote-id type="cpan-module">Archive::Rar</remote-id> + </upstream> +</pkgmetadata> |