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/Text-WikiFormat | |
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/Text-WikiFormat')
-rw-r--r-- | dev-perl/Text-WikiFormat/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/Text-WikiFormat/Text-WikiFormat-0.800.0-r1.ebuild | 22 | ||||
-rw-r--r-- | dev-perl/Text-WikiFormat/Text-WikiFormat-0.810.0.ebuild | 22 | ||||
-rw-r--r-- | dev-perl/Text-WikiFormat/metadata.xml | 12 |
4 files changed, 58 insertions, 0 deletions
diff --git a/dev-perl/Text-WikiFormat/Manifest b/dev-perl/Text-WikiFormat/Manifest new file mode 100644 index 000000000000..cc8f85b21107 --- /dev/null +++ b/dev-perl/Text-WikiFormat/Manifest @@ -0,0 +1,2 @@ +DIST Text-WikiFormat-0.80.tar.gz 28845 SHA256 3ed72a028f49274c61bdf001c831b77389c47e2c611ac0414fa0c3bee3783544 SHA512 6077d8ea0cdaa336fda0fff40ae539c0d3b3e57795e5b804eee9458f0a606bea8e509e75122500c71cf5d2331c36df7f7f613a246f542b090a89690972b06f7a WHIRLPOOL 67943d819c8acdfdb40f45154c582dec67d8256df76dc10733388d2bed9c4bbba3ac6444453c0ecea820aa7607bf1736588438f14fb3aa4c903bfceddcefaddc +DIST Text-WikiFormat-0.81.tar.gz 34409 SHA256 e43cd995ad9157a7e839d993ee7b6c4d1854947e557d096d9d5aaf74507fab33 SHA512 60c781b9bda9dbd5f533a1cef326110f7aebe79078e38ba8ecf2e9d6c1b93cad552077a2015748186d04b7cd457fc63ab297ca24c01e321f1869dfafc4f1b4e2 WHIRLPOOL d168f210012acb1109ac60978d9ecec1d8ad0c07d3e7b7824208ec4a943c835d7f93bf9fe64ce2783c2bfe3d1b0a079b0b3ac2db19969fde9932a2f2ef3d9db5 diff --git a/dev-perl/Text-WikiFormat/Text-WikiFormat-0.800.0-r1.ebuild b/dev-perl/Text-WikiFormat/Text-WikiFormat-0.800.0-r1.ebuild new file mode 100644 index 000000000000..a437afaa7627 --- /dev/null +++ b/dev-perl/Text-WikiFormat/Text-WikiFormat-0.800.0-r1.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=CYCLES +MODULE_VERSION=0.80 +inherit perl-module + +DESCRIPTION="Translate Wiki formatted text into other formats" + +SLOT="0" +KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +IUSE="" + +RDEPEND="dev-perl/URI + virtual/perl-Scalar-List-Utils" +DEPEND="${RDEPEND} + >=dev-perl/Module-Build-0.28" + +SRC_TEST="do" diff --git a/dev-perl/Text-WikiFormat/Text-WikiFormat-0.810.0.ebuild b/dev-perl/Text-WikiFormat/Text-WikiFormat-0.810.0.ebuild new file mode 100644 index 000000000000..8be74fd04177 --- /dev/null +++ b/dev-perl/Text-WikiFormat/Text-WikiFormat-0.810.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=CYCLES +MODULE_VERSION=0.81 +inherit perl-module + +DESCRIPTION="Translate Wiki formatted text into other formats" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +IUSE="" + +RDEPEND="dev-perl/URI + virtual/perl-Scalar-List-Utils" +DEPEND="${RDEPEND} + >=dev-perl/Module-Build-0.28" + +SRC_TEST="do" diff --git a/dev-perl/Text-WikiFormat/metadata.xml b/dev-perl/Text-WikiFormat/metadata.xml new file mode 100644 index 000000000000..46d5f135fa69 --- /dev/null +++ b/dev-perl/Text-WikiFormat/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> + <upstream> + <remote-id type="cpan">Text-WikiFormat</remote-id> + <remote-id type="cpan-module">Text::WikiFormat</remote-id> + <remote-id type="cpan-module">Text::WikiFormat::Block</remote-id> + <remote-id type="cpan-module">Text::WikiFormat::Block::code</remote-id> + <remote-id type="cpan-module">Text::WikiFormat::Blocks</remote-id> + </upstream> +</pkgmetadata> |