From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- perl-core/IO-Zlib/IO-Zlib-1.100.0.ebuild | 20 ++++++++++++++++++++ perl-core/IO-Zlib/Manifest | 1 + perl-core/IO-Zlib/metadata.xml | 9 +++++++++ 3 files changed, 30 insertions(+) create mode 100644 perl-core/IO-Zlib/IO-Zlib-1.100.0.ebuild create mode 100644 perl-core/IO-Zlib/Manifest create mode 100644 perl-core/IO-Zlib/metadata.xml (limited to 'perl-core/IO-Zlib') diff --git a/perl-core/IO-Zlib/IO-Zlib-1.100.0.ebuild b/perl-core/IO-Zlib/IO-Zlib-1.100.0.ebuild new file mode 100644 index 000000000000..55955e60e7ff --- /dev/null +++ b/perl-core/IO-Zlib/IO-Zlib-1.100.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=TOMHUGHES +MODULE_VERSION=1.10 +inherit perl-module + +DESCRIPTION="IO:: style interface to Compress::Zlib" + +SLOT="0" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND="virtual/perl-IO-Compress" +DEPEND="${RDEPEND}" + +SRC_TEST="do" diff --git a/perl-core/IO-Zlib/Manifest b/perl-core/IO-Zlib/Manifest new file mode 100644 index 000000000000..433b4175579e --- /dev/null +++ b/perl-core/IO-Zlib/Manifest @@ -0,0 +1 @@ +DIST IO-Zlib-1.10.tar.gz 10144 SHA256 fda584f55531e5102c350b9490673be3465e356602bf3b3d2a93f3a597f2d4d4 SHA512 e40fd2e24bc6fc15a39774e94bea8869db503b9c8d2af14389e7d8e29a623a0f0d46939fa2490d743e5def074595fdbcbd9fc072a6351fe5636693476b017dd9 WHIRLPOOL e6370cb155c394e29e41ce1da2b09c5ee532e6e8e35d9a7cd3e42dfb72793a3626512c6976a67d8076cb1e23f4c43a77fc9c5ddff23e8de6e454155a552e8bdf diff --git a/perl-core/IO-Zlib/metadata.xml b/perl-core/IO-Zlib/metadata.xml new file mode 100644 index 000000000000..bbac0ab87135 --- /dev/null +++ b/perl-core/IO-Zlib/metadata.xml @@ -0,0 +1,9 @@ + + + + perl + + IO-Zlib + IO::Zlib + + -- cgit v1.2.3-65-gdbad