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/DateTime-Event-ICal | |
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/DateTime-Event-ICal')
4 files changed, 57 insertions, 0 deletions
diff --git a/dev-perl/DateTime-Event-ICal/DateTime-Event-ICal-0.110.0.ebuild b/dev-perl/DateTime-Event-ICal/DateTime-Event-ICal-0.110.0.ebuild new file mode 100644 index 000000000000..d98985a44477 --- /dev/null +++ b/dev-perl/DateTime-Event-ICal/DateTime-Event-ICal-0.110.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=FGLOCK +MODULE_VERSION=0.11 +inherit perl-module + +DESCRIPTION="Perl DateTime extension for computing rfc2445 recurrences" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-perl/DateTime + >=dev-perl/DateTime-Event-Recurrence-0.11" +DEPEND="${RDEPEND}" + +SRC_TEST=do diff --git a/dev-perl/DateTime-Event-ICal/DateTime-Event-ICal-0.120.0.ebuild b/dev-perl/DateTime-Event-ICal/DateTime-Event-ICal-0.120.0.ebuild new file mode 100644 index 000000000000..68a826c209c5 --- /dev/null +++ b/dev-perl/DateTime-Event-ICal/DateTime-Event-ICal-0.120.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=FGLOCK +MODULE_VERSION=0.12 +inherit perl-module + +DESCRIPTION="Perl DateTime extension for computing rfc2445 recurrences" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + dev-perl/DateTime + >=dev-perl/DateTime-Event-Recurrence-0.110.0 +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker +" + +SRC_TEST=do diff --git a/dev-perl/DateTime-Event-ICal/Manifest b/dev-perl/DateTime-Event-ICal/Manifest new file mode 100644 index 000000000000..c1f88db724fd --- /dev/null +++ b/dev-perl/DateTime-Event-ICal/Manifest @@ -0,0 +1,2 @@ +DIST DateTime-Event-ICal-0.11.tar.gz 24465 SHA256 6c3ca03c1810c996fa66943138f1f891bbc4baeb41ae2108a5f821040d78dd4c SHA512 7e20121b54f8e57ed19e8a7e866401312300d1001735fc7c0f43cfee2b382f786943fcebac5f6c7bae51828681c010668e59745038d1bec35a612a7cd23ed507 WHIRLPOOL 9d89a202b418e9c4097aaf1ec19ed9d1b69bbccb511577d71217ecb7fa60f4653f234f23ef9b828f41df3f9baa500e3e010306c01e01174cb281975544a7cd1f +DIST DateTime-Event-ICal-0.12.tar.gz 25921 SHA256 53de5c2d08bf1c5f73ef395adaa7155272b8136a2ea3afd4715a55f71994d9e5 SHA512 df4b69a70353e4b62a5b69dfee8297efea0d6fa36de9d32b150a93d312b4b39b2f2e5adbbc3da34bdcab3cfe14f25028d412dfda1fd82e236e1f417b467f930b WHIRLPOOL 4ea58ce4124b78c189dd1e1ddcb382382359fbc94e873e584dad87e714d21222cd95c5df516d273a5cce84d691764243a266f749c8e8c7fea5ddb24eee8ef03e diff --git a/dev-perl/DateTime-Event-ICal/metadata.xml b/dev-perl/DateTime-Event-ICal/metadata.xml new file mode 100644 index 000000000000..7b4acd81495c --- /dev/null +++ b/dev-perl/DateTime-Event-ICal/metadata.xml @@ -0,0 +1,9 @@ +<?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">DateTime-Event-ICal</remote-id> + <remote-id type="cpan-module">DateTime::Event::ICal</remote-id> + </upstream> +</pkgmetadata> |