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 --- .../IO-SessionData/IO-SessionData-1.30.0.ebuild | 22 ++++++++++++++++++++++ dev-perl/IO-SessionData/Manifest | 1 + dev-perl/IO-SessionData/metadata.xml | 5 +++++ 3 files changed, 28 insertions(+) create mode 100644 dev-perl/IO-SessionData/IO-SessionData-1.30.0.ebuild create mode 100644 dev-perl/IO-SessionData/Manifest create mode 100644 dev-perl/IO-SessionData/metadata.xml (limited to 'dev-perl/IO-SessionData') diff --git a/dev-perl/IO-SessionData/IO-SessionData-1.30.0.ebuild b/dev-perl/IO-SessionData/IO-SessionData-1.30.0.ebuild new file mode 100644 index 000000000000..887598240061 --- /dev/null +++ b/dev-perl/IO-SessionData/IO-SessionData-1.30.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=PHRED +MODULE_VERSION=1.03 +inherit perl-module + +DESCRIPTION="Session data support module for SOAP::Lite" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker +" + +SRC_TEST=do diff --git a/dev-perl/IO-SessionData/Manifest b/dev-perl/IO-SessionData/Manifest new file mode 100644 index 000000000000..86e32ada0dbe --- /dev/null +++ b/dev-perl/IO-SessionData/Manifest @@ -0,0 +1 @@ +DIST IO-SessionData-1.03.tar.gz 5377 SHA256 64a4712a3edbb3fd10230db296c29c8c66f066adfbc0c3df6a48258fef392ddd SHA512 3fe6c9c275c64e4250933f6bc377172ed09d123b5aab3ac981b12b42c571be5638728bdd0d16438f973606da5b6a583aeaf6213008f249ccee7e275383eebd6e WHIRLPOOL 462aded0821b27b64e66e96a16e82103229e2f137825e8415f40ebb7f32e6b5a0ad279ff29cf8ed1ce2a3f529e0c7a2b55553dc819d8178742936560212c354c diff --git a/dev-perl/IO-SessionData/metadata.xml b/dev-perl/IO-SessionData/metadata.xml new file mode 100644 index 000000000000..801e9385a1e0 --- /dev/null +++ b/dev-perl/IO-SessionData/metadata.xml @@ -0,0 +1,5 @@ + + + + perl + -- cgit v1.2.3-65-gdbad