dilfridge 14/12/06 20:20:38 Added: metadata.xml ChangeLog Archive-Any-0.94.100.ebuild Log: New package, imported from perl overlay, bug 311017 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Revision Changes Path 1.1 dev-perl/Archive-Any/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Archive-Any/metadata.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Archive-Any/metadata.xml?rev=1.1&content-type=text/plain Index: metadata.xml =================================================================== <?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">Archive-Any</remote-id> <remote-id type="cpan-module">Archive::Any</remote-id> <remote-id type="cpan-module">Archive::Any::Plugin</remote-id> <remote-id type="cpan-module">Archive::Any::Plugin::Tar</remote-id> <remote-id type="cpan-module">Archive::Any::Plugin::Zip</remote-id> </upstream> </pkgmetadata> 1.1 dev-perl/Archive-Any/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Archive-Any/ChangeLog?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Archive-Any/ChangeLog?rev=1.1&content-type=text/plain Index: ChangeLog =================================================================== # ChangeLog for dev-perl/Archive-Any # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Archive-Any/ChangeLog,v 1.1 2014/12/06 20:20:38 dilfridge Exp $ *Archive-Any-0.94.100 (06 Dec 2014) 06 Dec 2014; Andreas K. Huettel <[email protected]> +Archive-Any-0.94.100.ebuild, +metadata.xml: New package, imported from perl overlay, bug 311017 1.1 dev-perl/Archive-Any/Archive-Any-0.94.100.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Archive-Any/Archive-Any-0.94.100.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Archive-Any/Archive-Any-0.94.100.ebuild?rev=1.1&content-type=text/plain Index: Archive-Any-0.94.100.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Archive-Any/Archive-Any-0.94.100.ebuild,v 1.1 2014/12/06 20:20:38 dilfridge Exp $ EAPI=5 MODULE_AUTHOR=OALDERS MODULE_VERSION=0.0941 inherit perl-module DESCRIPTION="Single interface to deal with file archives" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" RDEPEND=" virtual/perl-Archive-Tar dev-perl/Archive-Zip dev-perl/Module-Find dev-perl/MIME-Types dev-perl/File-MMagic virtual/perl-File-Spec " DEPEND="${RDEPEND} >=virtual/perl-Module-Build-0.360.100 test? ( virtual/perl-Test-Simple dev-perl/Test-Warn ) " SRC_TEST="do parallel"
